]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-end.ly
index f32e1758f3e338327ca98ca723cd64916183004b..9beaad1ee1f8ed48ba55251328abe6138dd5d8d8 100644 (file)
@@ -1,22 +1,12 @@
+\version "2.14.0"
 
-\version "2.3.17"
-\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 \relative c' {
-    
-       c4 \grace {  d16[ d16] }
-       
-  }
-       \paper {
-               raggedright = ##t
-       }  
-  \midi { }
+\context Voice \relative c' {
+  c4 \grace { d16[ d16] }
 }
-