]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-right-margin.ly
Avoid deprecated access declarations
[lilypond.git] / input / regression / paper-margins-right-margin.ly
index 40091b43dce02ed124de0dc163b8cbd6832c55f4..24e32094ecbac58cf7814dbdfb265e20c20692a1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.14.0"
 
 \header {
   texidoc = "Here only right-margin is given, left-margin will remain default."
@@ -7,7 +7,10 @@
 someNotes = \relative c' { \repeat unfold 40 { c4 d e f } }
 
 \paper {
+  #(set-paper-size (ly:get-option 'paper-size))
   right-margin = 40 \mm
 }
 
-\score { \someNotes }
+\book {
+  \score { \someNotes }
+}