]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-nest5.ly
index 4de3cb38848e32d960cd78ae9a0503790628caf5..2d0baac2ca0b402fd402dcf4e80f33311a9c3402 100644 (file)
@@ -1,15 +1,14 @@
 
-\version "1.9.8"
+\version "2.12.0"
 \header {
-    texidoc = "Another nested grace situation."
-    }
-
-\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
 }
 
+
+