]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/engraver-contexts.ly
* Documentation/user/macros.itexi: Use @ref instead of @inforef
[lilypond.git] / input / test / engraver-contexts.ly
index 052eb3dd5bbc6e254dc282e317e6ce13778df8cb..8c9e5c2f1e7befb4c215afb322e91833c648fa06 100644 (file)
@@ -1,21 +1,19 @@
-#(ly:set-option 'old-relative)
-
-\version "1.9.6"
+\version "2.3.22"
 \header {
     
 texidoc ="In polyphonic notation, many voices can share a staff: In
 this situation, the accidentals and staff are shared, but the stems,
 slurs, beams, etc. are private to each voice. Hence, engravers should
 be grouped. The engravers for note head, stems, slurs, etc. go into a
-group called ``Voice context,'' while the engravers for key,
-accidental, bar, etc. go into a group called ``Staff context.'' In the
+group called ``Voice context'', while the engravers for key,
+accidental, bar, etc. go into a group called ``Staff context''. In the
 case of polyphony, a single Staff context contains more than one Voice
 context. Similarly, more Staff contexts can be put into a single Score
 context. "
 
 }
 
-\include "engraver-example.ly"
+\include "engraver-example.ily"
 
 \score {
 \context Staff << \topVoice \\ \botVoice >>