]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-overrun.ly
Lilypond-book: Remove unused options/paper variables
[lilypond.git] / input / regression / paper-margins-overrun.ly
index ebe42690f6f82410f52927709c1a62aa4d104d69..85f34dc0c1a54ca1123ec6dd2b3d470057438b81 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.14.0"
 
 #(ly:set-option 'warning-as-error #f)
 
@@ -15,4 +15,6 @@ someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
   line-width = 200 \mm
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}