]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-part-combine.ly
index a41b847d81738017fe4474bbaecd965c36665dd6..fe04f094fa2cc5f4633082cdc887dfa42050f046 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.3.16"
+\version "2.12.0"
 \header {
-    texidoc = "Grace notes may be put in a @code{partcombine}r."
+  texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
-\paper { raggedright= ##t }
-
-\score {
-    \new Staff
-           \partcombine 
-             \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-             \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
 }
 
+
+
+