]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-end.ly
index bacb821e1fdcf890765808e20cc773f244cc13f5..1c9a14537637b1771b169907afb71682eb546700 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.28"
+\version "2.19.21"
 
 #(ly:set-option 'warning-as-error #f)
 
@@ -7,6 +7,6 @@
  Grace notes after the last note do not confuse the timing code."
 }
 
-\context Voice \relative c' {
-  c4 \grace { d16 d16 }
+\context Voice \relative {
+  c'4 \grace { d16 d16 }
 }