]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/hara-kiri.ly
release: 1.1.37
[lilypond.git] / input / test / hara-kiri.ly
index b25883fd07d3c0455315bac71eb9ae7c0b8a2c68..3acad5cad57c7bbd297e5a205b8a7711e4c2fe31 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.0.10";
+\version "1.0.14";
 
 toeter_i = \notes\relative c {
        \property Staff.instrument = "Toeters"
@@ -24,11 +24,9 @@ toeter_ii = \notes \relative c {
        g g g g
 }
 
-toeters = \type StaffGroup = xtoeters <
-       \type Staff = toeters <
+toeters = \type Staff = toeters <
        \toeter_i
        \toeter_ii
-       >
 >
  
 zager = \type Staff = zager \notes \relative c {
@@ -77,11 +75,11 @@ zagers = \type GrandStaff <
                >
        >
        \paper{
+               linewidth = 40.0\mm;
                \translator { \HaraKiriStaffContext }
 %uh?
 %              \translator { \OrchestralScoreContext }
 %              \translator { \OrchestralPartStaffContext }
-               linewidth = 40.0\mm;
        }
 }