]> 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 2862435d0501b8715d326a6e413f29a6b9908e60..631056037109d82b5b1853c6e06a66df5b3d3561 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
@@ -9,11 +9,11 @@
 
 \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
 }