]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
Do not draw ledger lines on top of staff lines
[lilypond.git] / input / regression / grace-nest4.ly
index 448f5b36d4a0432cd6bb7ee5f148be7264928e9b..1da45825676642457369f1326a1f77c1faf9b60b 100644 (file)
@@ -1,18 +1,19 @@
-\version "2.3.17"
+\version "2.16.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 "|."
 }
 
 
 
+
+