]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / grace-nest4.ly
index c64aea483d6062ac0b7de6289e1f58b63e93cff6..1da45825676642457369f1326a1f77c1faf9b60b 100644 (file)
@@ -1,15 +1,19 @@
-\version "1.5.68"
+\version "2.16.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 "|."
 }
 
 
+
+
+