]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-no-checks.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / paper-margins-no-checks.ly
index 119235edeac69ad0e91f5e29ad427b0b604ba8ba..2f1fe1ecc5591b74fe5da6866041db869099598b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.14.0"
 
 \header {
   texidoc = "All checks can be avoided by setting check-consistency to ##f in \paper."
@@ -13,6 +13,8 @@ someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
   check-consistency = ##f
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}