]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/educational.itely
Add a TODO comment re grace note spacing.
[lilypond.git] / Documentation / user / educational.itely
index 5c9baf021784d530d4c682d74fda82c14b37f307..ad18dd081890285f644703fd43f33108478d1822 100644 (file)
@@ -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" }
-  <f-\balloonText #'(-2 . -2) \markup { "I'm a notehead" }  >8
+  <f-\balloonText #'(-2 . -2) \markup { "I'm a note head" }  >8
 }
 @end lilypond
 
@@ -379,7 +379,7 @@ notes.
 
 \new Score \with {
   \consists "Grid_line_span_engraver"
-  %% centers grid lines  horizontally below noteheads
+  %% centers grid lines  horizontally below note heads
   \override NoteColumn #'X-offset = #-0.5
 }