]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Change Balloon Text example
authorJames Lowe <pkx166h@gmail.com>
Sat, 12 Oct 2013 18:55:49 +0000 (19:55 +0100)
committerJames Lowe <pkx166h@gmail.com>
Sat, 19 Oct 2013 07:36:59 +0000 (08:36 +0100)
Issue 3608

Remove redundant \balloonLengthOff command

Change paragraph to say 'does not' rather, than currently stated, as 'does'

Documentation/notation/editorial.itely

index 67ee14753c396678bbb0c9db6ccadd451527ad82..630aa6690f568cfeba446583e8791e7f476249bf 100644 (file)
@@ -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" }