]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / grace-nest5.ly
index 429a3dcee184279926f3f0d5c18ea1ae73a39ed7..42d6dc80df125e7a5de01ea6c0d7eaa278a6e588 100644 (file)
@@ -1,15 +1,14 @@
 
-\version "2.1.30"
+\version "2.10.0"
 \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
 }
 
+
+