Jump to content

Damping sign using a balloon help

From LilyPond wiki
Revision as of 22:51, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Without a breakable line.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=1096

% For version "2.19" and higher: dam = #(define-event-function () () etc.

\paper { tagline = ##f }

\new Voice \with { \consists "Balloon_engraver" }

{ <a 
  -\tweak annotation-balloon ##f
  -\balloonText #'(6 . -1) \markup\musicglyph "pedal.*">1 
  R1 
}