]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/educational.itely
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / user / educational.itely
index 7765be81bdb19f6a57e765498ce299a0c420d767..c73788f421051df8a618bbf7d14e187814d4dd51 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>
@@ -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
+  <c-\balloonText #'(-2 . -2) \markup { "I'm a notehead" }  >8
 }
 @end lilypond