]> 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 eb0c7eece0665998cb63aa92d9a0d56959b4ac64..ed79c1a58902e546a0bd9f3d7b3eddd8f0f8a3a0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.7.39"
 \header {
     
 texidoc = "The notation problem, creating a certain symbol,
@@ -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
@@ -56,7 +56,7 @@ MyStaff =\context {
        \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 }
             }