]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-part-combine.ly
index 978a2929bbee4f3abe49a099044c812ab03bafa3..673dc5e1ac53b8c98a89dfe677321f836bbfadcc 100644 (file)
@@ -1,18 +1,21 @@
-\version "1.5.68"
+
+\version "2.1.26"
 \header {
-    texidoc = "partcombiner and grace notes can go together"
+    texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
+\paper { raggedright= ##t }
+
 \score {
-    \context StaffGroup = group <
-       \context Staff = instrument <
-           \context Voice=one \partcombine Voice
-           \context Thread=one \notes \relative c'' {
+    \new Staff
+           \partcombine 
+            \notes \relative c'' {
                c4 d e f  \grace f16 g1
            }
-           \context Thread=two \notes \relative c' {
+            \notes \relative c' {
                c4 d e2  g1
            }
-       >
-    >
+       
+    
 }
+