]> 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 362994ec24b0cb02faae63c1fe210b94620ad4cd..ca64d9c1d655a3994ea1fe33790cb09c82ad0c00 100644 (file)
@@ -1,15 +1,14 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
-\header {
-    texidoc = "Another nested grace situation."
-    }
 
-\score
-{ \notes \relative c'' {
-     s2 <<f>>4
-    \grace g e4
+\version "2.11.51"
+\header {
+  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
 }
 
+
+