]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / grace-nest4.ly
index 8a5cfb461ecb14cebdacb4ca3dfe844222b7a260..862b748d44f88634ba666d355bb733dc994d5e34 100644 (file)
@@ -1,16 +1,19 @@
-\version "1.7.18"
+\version "2.14.0"
 \header {
-texidoc = "Another combination of grace note nesting."
+  texidoc = "Also in the nested syntax here, grace notes appear rightly."
 }
 
-\score { \notes \context Voice {
+\layout { ragged-right = ##t }
 
-    <
-     { \grace  g32 f4 }
-    >
-    \grace c16 c2. \bar "|."
-}
+\context Voice \relative c'' {
+
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
 
 
-%% new-chords-done %%
+
+
+