]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / grace-nest4.ly
index bffc916ee923394fd4d986c827881295a7b2a3df..2d8d6b34e3cdc1346a74b0e746e630b3cf012c64 100644 (file)
@@ -1,13 +1,13 @@
-\version "1.7.18"
+\version "2.1.30"
 \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'' {
 
-    <
+    <<
      { \grace  g32 f4 }
-    >
+    >>
     \grace c16 c2. \bar "|."
 }
   \paper { raggedright = ##t }
@@ -15,4 +15,4 @@ texidoc = "Another combination of grace note nesting."
 }
 
 
-%% new-chords-done %%
+