]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-part-combine.ly
index 6530118f17c8d7a7f599f88fdf12b874afa283c6..148a2a77f52476ed0236d0cc28a6004639027a2e 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.1.18"
+\version "2.11.51"
 \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 Staff
-           \partcombine 
-            \notes \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-            \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
 }
 
+
+
+