]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Fix 1390: Add slashedGrace function (graces with slashed stems but no slur, e.g....
[lilypond.git] / input / regression / grace-nest4.ly
index 81de595741ea994c99021043388594c700cd48ce..862b748d44f88634ba666d355bb733dc994d5e34 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.3.4"
+\version "2.14.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 "|."
-}
-  \paper { raggedright = ##t }
-        
+\context Voice \relative c'' {
+
+  <<
+    { \grace  g32 f4 }
+  >>
+  \grace c16 c2. \bar "|."
 }
 
 
 
+
+