]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-end.ly
index 328c73f6a71a12e6491ea690d287d834027c2402..9f9551e6565f290860fca9d519c687e6933851be 100644 (file)
@@ -1,22 +1,12 @@
+\version "2.16.0"
 
-\version "2.1.30"
-\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' {
+  c4 \grace { d16[ d16] }
 }
-