]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
new file.
[lilypond.git] / input / regression / grace-part-combine.ly
index e7f9153e225c3454e6131e7b6d5fd5f6f0e32ecf..8837a2b122c4fdcb9f60ecd41fca42a097063d7a 100644 (file)
@@ -1,19 +1,21 @@
-\version "1.7.6"
+
+\version "2.3.4"
 \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 
+             \relative c'' {
                c4 d e f  \grace f16 g1
            }
-           \context Thread=two \notes \relative c' {
+             \relative c' {
                c4 d e2  g1
            }
-       >
-    >
+       
+    
 }
-%% new-chords-done %%
+