]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-no-checks.ly
Doc-es: various updates.
[lilypond.git] / input / regression / paper-margins-no-checks.ly
index e3ab45902ba46598b01a66a5a78a16f72ef9261b..ff7d3bfd6e0a40b916ef9816079154e2885de69d 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.13.4"
+\version "2.19.21"
 
 \header {
   texidoc = "All checks can be avoided by setting check-consistency to ##f in \paper."
 }
 
-someNotes = \relative c' { \repeat unfold 40 { c4 d e f }}
+someNotes = \relative { \repeat unfold 40 { c'4 d e f } }
 
 \paper {
   left-margin = 20 \mm
@@ -13,6 +13,8 @@ someNotes = \relative c' { \repeat unfold 40 { c4 d e f }}
   check-consistency = ##f
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}