]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / grace-nest4.ly
index fcdb0952490468b8536b044d5275e4821f4f4a54..cec7d109c8c06b96452d67a9a58817d1413ce978 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.1.36"
+\version "2.12.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 { \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 "|."
 }
 
 
 
+
+