]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-end.ly
index 2da5aa27a1c43e1d82596a4ed4f33ff1f44efc84..1c9a14537637b1771b169907afb71682eb546700 100644 (file)
@@ -1,22 +1,12 @@
+\version "2.19.21"
 
-\version "2.1.7"
-\header {
+#(ly:set-option 'warning-as-error #f)
 
-    texidoc="@cindex Grace End
+\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 }
 }
-