]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Jay.
authorGraham Percival <graham@percival-music.ca>
Thu, 10 Jan 2008 00:32:48 +0000 (16:32 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 10 Jan 2008 00:32:48 +0000 (16:32 -0800)
Documentation/user/educational.itely

index c73788f421051df8a618bbf7d14e187814d4dd51..5c9baf021784d530d4c682d74fda82c14b37f307 100644 (file)
@@ -309,7 +309,7 @@ but made invisible.
 
 @commonprop
 
-To change the direction of stems in the middle of the staff, use
+To change the direction of stems on the center line of the staff, use
 
 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
 a4 b c b
@@ -344,7 +344,7 @@ The following example demonstrates its use.
 \new Voice \with { \consists "Balloon_engraver" }
 {
   \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
-  <c-\balloonText #'(-2 . -2) \markup { "I'm a notehead" }  >8
+  <f-\balloonText #'(-2 . -2) \markup { "I'm a notehead" }  >8
 }
 @end lilypond