]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Merge branch 'master' of ssh://gpercival@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / grace-nest4.ly
index 5fdf93faf0773e62d4e60b1deece2bcf4d4f5c6f..cec7d109c8c06b96452d67a9a58817d1413ce978 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.1.22"
+\version "2.12.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 "|."
 }
 
 
 
+
+