]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-end.ly
index 9f9551e6565f290860fca9d519c687e6933851be..1c9a14537637b1771b169907afb71682eb546700 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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 }
 }