]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-end.ly
index d1243af87f378023793b36e1a2b6e6f3fc049547..1155d98921467abf9ee9a6ab13cf3c3b858d2ac8 100644 (file)
@@ -1,22 +1,24 @@
 
-\version "2.3.4"
+\version "2.12.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 \relative c' {
-    
-       c4 \grace {  d16[ d16] }
-       
-  }
-       \paper {
-               raggedright = ##t
-       }  
-  \midi { }
+\layout {
+  ragged-right = ##t
 }
 
+
+
+\context Voice \relative c' {
+  
+  c4 \grace {  d16[ d16] }
+  
+}
+  
+
+