bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NR 1.7.2: ballon help spacing


From: Federico Bruni
Subject: NR 1.7.2: ballon help spacing
Date: Sat, 12 Oct 2013 17:16:54 +0200

Ballon Help

Balloon text normally influences note spacing, but this can be altered:
\new Voice \with { \consists "Balloon_engraver" }
{
  \balloonLengthOff
  \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
  a8
  \balloonGrobText #'Rest #'(-4 . -4) \markup { "I'm a rest" }
  r
  \balloonLengthOn
  <c, g'-\balloonText #'(-2 . -2) \markup { "I'm a note head" } c>2.
}

I think that it should be:

"Balloon text normally *does not influence* note spacing, but this can be
altered:"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]