]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / grace-part-combine.ly
index 2262cf58ae2b07c5229f7a49104c36145d4f4e1a..515c40b4e74d94403b387edf8e11bde621d94b5e 100644 (file)
@@ -1,19 +1,21 @@
-\version "1.7.16"
+
+\version "2.14.0"
 \header {
-    texidoc = "partcombiner and grace notes can go together"
+  texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
-\score {
-    \context StaffGroup = group <
-       \context Staff = instrument <
-           \context Voice=one \partcombine Voice
-           \context Thread=one \notes \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-           \context Thread=two \notes \relative c' {
-               c4 d e2  g1
-           }
-       >
-    >
+\layout { ragged-right= ##t }
+
+
+\new Staff
+\partcombine 
+\relative c'' {
+  c4 d e f  \grace f16 g1
+}
+\relative c' {
+  c4 d e2  g1
 }
-%% new-chords-done %%
+
+
+
+