]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / grace-end.ly
index 34e5247230adf0cb31ba355002b4b90abab9fcd1..4d8b50fa9296cb8a3f67ff6754cec67c48ae4a49 100644 (file)
@@ -1,22 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.10.0"
 \header {
 
-    texidoc="@cindex Grace End
+  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 { }
+\layout {
+  ragged-right = ##t
+}
+
+
+
+\context Voice \relative c' {
+  
+  c4 \grace {  d16[ d16] }
+  
 }
+  
+