]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / grace-nest4.ly
index 71b9983f6a3c5e0de46b6e04b1b9969d46963cb2..a2d4d5298f9530d2c675a2d4cf41fbfa81bac39a 100644 (file)
@@ -1,16 +1,19 @@
-\version "1.7.16"
+\version "2.7.13"
 \header {
-texidoc = "Another combination of grace note nesting."
+  texidoc = "Also in the nested syntax here, grace notes appear rightly."
 }
 
-\score { \notes \context Voice {
+\layout { raggedright = ##t }
 
-    <
-     { \grace  g32 f4 }
-    >
-    \grace c16 c2. \bar "|."
-}
+\context Voice \relative c'' {
+
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
 
 
-%% new-chords-done %%
+
+
+