]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/engraver-contexts.ly
*** empty log message ***
[lilypond.git] / input / test / engraver-contexts.ly
index 2c588f82d0940016a158032aee9ef3bbfed3eb69..a9b65ff200e4e65e82d05ce2c8575e3f8ad8dbba 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.9.8"
+\version "2.1.28"
 \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. "