]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-end.ly
index 3619666123b7dda63464a4c8cfe14a8d64323649..1c9a14537637b1771b169907afb71682eb546700 100644 (file)
@@ -1,21 +1,12 @@
-\version "1.7.18"
-\header {
-
-    texidoc="@cindex Grace End
- Grace notes after the last note do not confuse the timing code."
+\version "2.19.21"
 
+#(ly:set-option 'warning-as-error #f)
 
+\header {
+  texidoc="@cindex Grace End
+ Grace notes after the last note do not confuse the timing code."
 }
 
-\score { 
-  \context Voice \notes\relative c' {
-    
-       c4 \grace {  d16-[ d16] }
-       
-  }
-       \paper {
-               raggedright = ##t
-       }  
-  \midi { }
+\context Voice \relative {
+  c'4 \grace { d16 d16 }
 }
-