Federico Bruni <fedel...@gmail.com> writes:

> 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:"

Probably.  Since the example explicitly starts with a redundant
\balloonLengthOff, it would appear that either this was not always the
default, or that the documentation writer was confused.

-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to