]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Remove warning when there are no noteheads to attach lyrics to.
[lilypond.git] / input / regression / grace-end.ly
index b3e5317b3eceecbace9d9969762be0bd4d7ba0c9..bacb821e1fdcf890765808e20cc773f244cc13f5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.17.28"
 
 #(ly:set-option 'warning-as-error #f)
 
@@ -8,5 +8,5 @@
 }
 
 \context Voice \relative c' {
-  c4 \grace { d16[ d16] }
+  c4 \grace { d16 d16 }
 }