]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-nest4.ly
index 9714029740e9ded8310fcdc4ee581d51edb8fa82..1da45825676642457369f1326a1f77c1faf9b60b 100644 (file)
@@ -1,19 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\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 \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 "|."
 }
 
 
 
+
+