]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / grace-nest5.ly
index c0da7fdd3d663488bb6bdcfcab3f6d0f830e1359..fe501f9d26b998e205afba3c422c5e3706719a55 100644 (file)
@@ -1,15 +1,14 @@
 
-\version "2.4.0"
+\version "2.14.0"
 \header {
-    texidoc = "Graces notes may have the same duration as the main note."
-    }
-
-\score
-{  \relative c'' {
-     s2 <f>4
-    \grace g e4
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
 
-  \layout { raggedright = ##t }
+\relative c'' {
+  s2 <f>4
+  \grace g e4
 }
 
+
+