]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-part-combine.ly
index e6bd449b7b86c8ce59113e8a0fdff9aeec985cbd..db949d47ea0f64d24e4caeed9b8eff8a9f570f8f 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "1.9.4"
 \header {
     texidoc = "Partcombiner and grace notes can go together."
 }
     \paper { raggedright= ##t }
 
 \score {
-    \context StaffGroup = group <
-       \context Staff = instrument <
+    \new StaffGroup <<
+       \new Staff <<
            \context Voice=one \partcombine Voice
            \context Thread=one \notes \relative c'' {
                c4 d e f  \grace f16 g1
@@ -15,7 +15,7 @@
            \context Thread=two \notes \relative c' {
                c4 d e2  g1
            }
-       >
-    >
+       >>
+    >>
 }