From: James Lowe Date: Sat, 12 Oct 2013 18:55:49 +0000 (+0100) Subject: Doc: Change Balloon Text example X-Git-Tag: release/2.17.29-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed1acf4b9b63f6acdb4feb24eb4acf3f83548319;p=lilypond.git Doc: Change Balloon Text example Issue 3608 Remove redundant \balloonLengthOff command Change paragraph to say 'does not' rather, than currently stated, as 'does' --- diff --git a/Documentation/notation/editorial.itely b/Documentation/notation/editorial.itely index 67ee14753c..630aa6690f 100644 --- a/Documentation/notation/editorial.itely +++ b/Documentation/notation/editorial.itely @@ -538,13 +538,11 @@ There are two music functions, @code{balloonGrobText} and latter is used like @code{\tweak}, typically within chords, to attach text to an individual note. -Balloon text normally influences note spacing, but this can be -altered: +Balloon text does not influence note spacing, but this can be altered: @lilypond[verbatim,quote,relative=2] \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" }