]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-part-combine.ly
index e1bb3b172b9ec505f67491d1a49b7abf96ae6fa9..2862435d0501b8715d326a6e413f29a6b9908e60 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "1.9.8"
+\version "2.16.0"
 \header {
-    texidoc = "Partcombiner and grace notes can go together."
+  texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
-    \paper { raggedright= ##t }
-
-\score {
-    \new StaffGroup <<
-       \new Staff <<
-           \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
 }
 
+
+
+