]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/part-combine-staff.ly
*** empty log message ***
[lilypond.git] / input / test / part-combine-staff.ly
index a2646f16a4af27a153be0d53a6ef1cbdab1b729c..9cae495334e1f4798bd651edddee4b11e8fe7b52 100644 (file)
@@ -1,7 +1,11 @@
-\version "1.7.6"
+
+\version "1.9.8"
+\header { texidoc = "@cindex Part Combine Staff
+You can combine parts on two staffs, as well as two voices. "
+}
 
 \score{
-       \context PianoStaff <
+       \context PianoStaff <<
                \context StaffCombineStaff=one \skip 1*7
                \context StaffCombineStaff=two \skip 1*7
                \context StaffCombineStaff=one \partcombine StaffCombineStaff
                                        a4 a a a
                                        c2 e2
                                }
-               >
+               >>
        \paper {
-
                textheight = 295.0\mm
                linewidth = 180.0\mm
 
-               \translator{ \HaraKiriStaffContext }
+               \translator{ \RemoveEmptyStaffContext }
                %
                % The Voice combine hierarchy
                %
@@ -49,7 +52,7 @@
                        \accepts "VoiceCombineThread"
                }
                \translator{
-                       \HaraKiriStaffContext
+                       \RemoveEmptyStaffContext
                        \consists "Mark_engraver"
                        \name "VoiceCombineStaff"
                        \accepts "VoiceCombineVoice"
@@ -69,7 +72,7 @@
                        \consists "Thread_devnull_engraver"
                }
                \translator {
-                       \HaraKiriStaffContext
+                       \RemoveEmptyStaffContext
                        \name "StaffCombineStaff"
                        \accepts "StaffCombineVoice"
 
@@ -86,7 +89,7 @@
                        \accepts "VoiceCombineStaff"
                        \accepts "StaffCombineStaff"
                }
-               \translator{ \HaraKiriStaffContext }
+               \translator{ \RemoveEmptyStaffContext }
 
                \translator {
                        \ScoreContext
                }
        }
 }
-%% new-chords-done %%
+