]> 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 2f99bf29487cdd2ef9cb5b22823234b9f5b44535..631056037109d82b5b1853c6e06a66df5b3d3561 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "2.7.13"
+\version "2.19.21"
 \header {
   texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
 \new Staff
 \partcombine 
-\relative c'' {
-  c4 d e f  \grace f16 g1
+\relative {
+  c''4 d e f  \grace f16 g1
 }
-\relative c' {
-  c4 d e2  g1
+\relative {
+  c'4 d e2  g1
 }