]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-no-checks.ly
extend completion unit testing to test rests too
[lilypond.git] / input / regression / paper-margins-no-checks.ly
index 119235edeac69ad0e91f5e29ad427b0b604ba8ba..9409ce6897fd3f7fce8a2c3d1fe679f3b620cd43 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.16.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 }
+}