]> 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 69429e403650066d611e9b26ee7f3a481f6b42f3..631056037109d82b5b1853c6e06a66df5b3d3561 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.1.22"
+\version "2.19.21"
 \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 
-            \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''4 d e f  \grace f16 g1
+}
+\relative {
+  c'4 d e2  g1
 }
 
+
+
+