]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / grace-nest4.ly
index 53a1f40f4a61e6985a85c1bddcd324c3c025107c..35549d34754427ea14be0e7605f2e16b3b5efadd 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.4.0"
+\version "2.10.0"
 \header {
-texidoc = "Also in the nested syntax here, grace notes appear rightly."
+  texidoc = "Also in the nested syntax here, grace notes appear rightly."
 }
 
-\score {  \context Voice \relative c'' {
+\layout { ragged-right = ##t }
 
-    <<
-     { \grace  g32 f4 }
-    >>
-    \grace c16 c2. \bar "|."
-}
-  \layout { raggedright = ##t }
-        
+\context Voice \relative c'' {
+
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
 
 
 
+
+