]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
MusicXML: distribute *.broken too.
[lilypond.git] / input / regression / grace-nest4.ly
index d5c8fc7a9f3da1878c65bf59cbe2915a1ad68a11..b8bcb3d56c97a5ffee1d3ee07240fbfae8208f0e 100644 (file)
@@ -1,18 +1,19 @@
-\version "1.7.18"
+\version "2.11.51"
 \header {
-texidoc = "Another combination of grace note nesting."
+  texidoc = "Also in the nested syntax here, grace notes appear rightly."
 }
 
-\score { \notes \context Voice \relative c'' {
+\layout { ragged-right = ##t }
 
-    <
-     { \grace  g32 f4 }
-    >
-    \grace c16 c2. \bar "|."
-}
-  \paper { raggedright = ##t }
-        
+\context Voice \relative c'' {
+
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
 
 
 
+
+