]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/paper-margins-right-margin.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / paper-margins-right-margin.ly
index 40091b43dce02ed124de0dc163b8cbd6832c55f4..c4a5361ca0e55c322553c89dc2378f3bd69f3a79 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.16.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 }
+}