]> 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 fdfc3f110e8326c1218c132d4f498bce0fff84f7..9beaad1ee1f8ed48ba55251328abe6138dd5d8d8 100644 (file)
@@ -1,22 +1,12 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
-\header {
-
-    texidoc="@cindex Grace End
- Grace notes after the last note do not confuse the timing code."
+\version "2.14.0"
 
+#(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' {
+  c4 \grace { d16[ d16] }
 }
-