]> 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 7765be81bdb19f6a57e765498ce299a0c420d767..ad18dd081890285f644703fd43f33108478d1822 100644 (file)
@@ -9,6 +9,9 @@
 @node Editorial annotations
 @section Editorial annotations
 
+@lilypondfile[ragged-right,line-width=16\cm,staffsize=16,quote]
+{editorial-headword.ly}
+
 @menu
 * Inside the staff::            
 * Outside the staff::           
@@ -279,7 +282,8 @@ the music event,
 >4-\parenthesize -.
 @end lilypond
 
-This only functions inside chords, even for single notes
+This only functions inside chords, to parenthesize a single note it 
+must be enclosed with @code{<>} as if it is a chord.
 
 @example
 < \parenthesize NOTE>
@@ -305,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
@@ -340,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 { Hello }  >8
+  <f-\balloonText #'(-2 . -2) \markup { "I'm a note head" }  >8
 }
 @end lilypond
 
@@ -375,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
 }