]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-loose-grace-linebreak.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-loose-grace-linebreak.ly
index e9fab411364935599608804bd9b11a313be7b4ff..1ddfe3cdf793d4969a24e7fc82007a4ba382a465 100644 (file)
@@ -4,12 +4,17 @@ across a line break, it gets attached to the end of line."
 }
 
 
-\version "2.10.7"
+\version "2.16.0"
 
-\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."
     }
   >>
 >>
+}