]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-loose-grace-linebreak.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / spacing-loose-grace-linebreak.ly
index 8cc2597294cd392a5835cc98cc02db972d2dea6c..655e8b17ee07db05649aedd8bf93586836425cc0 100644 (file)
@@ -4,12 +4,17 @@ across a line break, it gets attached to the end of line."
 }
 
 
-\version "2.12.0"
+\version "2.17.6"
 
-\new Score \with {
-  \override SpacingSpanner #'strict-grace-spacing = ##t
-  \override PaperColumn #'used = ##t 
-} <<
+\layout {
+  \context {
+    \Score
+    \override SpacingSpanner.strict-grace-spacing = ##t
+  }
+}
+
+\score {
+ <<
 
   \new Staff <<
 
@@ -36,4 +41,5 @@ across a line break, it gets attached to the end of line."
     }
   >>
 >>
+}