]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-consistency.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / paper-margins-consistency.ly
index af1a82aacc9af89383e5921a0181ed66fbbd3711..91a13d5468aa19ce910b0e31e89a623a304c2490 100644 (file)
@@ -1,6 +1,7 @@
-\version "2.14.0"
+\version "2.19.21"
 
 #(ly:set-option 'warning-as-error #f)
+#(ly:expect-warning (_ "margins do not fit with line-width, setting default values"))
 
 \header {
   texidoc = "Margin values must fit the line-width, that means: paper-width =
@@ -8,7 +9,7 @@ line-width + left-margin + right-margin.  In case they do not, default margins
 are set and a warning is printed."
 }
 
-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