]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest3.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / grace-nest3.ly
index 4f28c0cc08df16d302595a254b2918a11b34ff18..d423dddd8ab81a3ccf3fc582b2188cbcae6380d6 100644 (file)
@@ -1,9 +1,13 @@
-\version "1.7.6"
-
-\score { \notes \relative c'' {
-       f1
-    \grace e8 f1
-        < { \grace { e8 } f1 } >
+\version "2.10.0"
+\header {
+  texidoc = "In nested syntax, graces are still properly handled."
 }
+\layout { ragged-right= ##t }
+
+\relative c'' {
+  f1
+  \grace e8 f1
+  << { \grace { e8 } f1 } >>
 }
-%% new-chords-done %%
+
+