]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/engraver-one-by-one.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / engraver-one-by-one.ly
index 06b506ec040835a3d8cc2f1a2083c11b0b04c30d..ed79c1a58902e546a0bd9f3d7b3eddd8f0f8a3a0 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.3.4"
+\version "2.7.39"
 \header {
     
 texidoc = "The notation problem, creating a certain symbol,
     is handled by plugins. Each plugin is called Engraver. In this example,
-engravers is switched on one by one, in the following order:
+engravers are switched on one by one, in the following order:
 
 @itemize
 @item note heads,
@@ -22,9 +22,9 @@ Staff context.
 "
 
     }
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-\include "engraver-example.lyinc"
+\include "engraver-example.ily"
 
 
 %
@@ -32,7 +32,7 @@ Staff context.
 %
 
 MyStaff =\context {
-       \type "Engraver_group_engraver"
+       \type "Engraver_group"
        \name Staff
 
        \description "Handles clefs, bar lines, keys, accidentals.  It can contain
@@ -53,10 +53,10 @@ MyStaff =\context {
        \consists "Instrument_name_engraver"
        \consists "Grob_pq_engraver"
        \consists "Forbid_line_break_engraver"
-       \consistsend "Axis_group_engraver"
+       \consists "Axis_group_engraver"
 \consists "Pitch_squash_engraver"
 
-       minimumVerticalExtent = #'(-6 . 6)
+       \override VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 6)
        extraVerticalExtent = ##f
        verticalExtent = ##f 
        localKeySignature = #'()
@@ -73,7 +73,7 @@ MyStaff =\context {
 
 
 MyVoice = \context {
-       \type "Engraver_group_engraver"
+       \type "Engraver_group"
        \name Voice
 
 \description "
@@ -128,7 +128,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
       }
@@ -142,7 +142,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -156,7 +156,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -169,7 +169,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -182,7 +182,7 @@ MyVoice = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -198,7 +198,7 @@ MyVoice= \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -213,7 +213,7 @@ MyStaff = \context {
 
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }
@@ -226,7 +226,7 @@ MyStaff = \context {
 }
 \score {
   \topVoice
-  \paper {
+  \layout {
       \context { \MyStaff }
       \context { \MyVoice }
             }