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