]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-nest5.ly
index 31a4556e435aa4b16a80d4422a2077a0c5fd4fd2..ca64d9c1d655a3994ea1fe33790cb09c82ad0c00 100644 (file)
@@ -1,15 +1,14 @@
 
-\version "2.1.22"
+\version "2.11.51"
 \header {
-    texidoc = "Graces notes may have the same duration as the main note."
-    }
-
-\score
-{ \notes \relative c'' {
-     s2 <f>4
-    \grace g e4
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
 
-  \paper { raggedright = ##t }
+\relative c'' {
+  s2 <f>4
+  \grace g e4
 }
 
+
+