]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-part-combine.ly
index 8837a2b122c4fdcb9f60ecd41fca42a097063d7a..631056037109d82b5b1853c6e06a66df5b3d3561 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.3.4"
+\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 
-             \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-             \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
 }
 
+
+
+