MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / paper-default-margins-a6.ly
blobd813e59de936fc02bc1b2a0f167e09bd7c71947a
1 \version "2.13.7"
3 \header {
4 texidoc = "Default values for margins, indents, and offsets are
5 accessible in paper-defaults-init.ly and apply to the default
6 paper size returned by (ly:get-option 'paper-size). For other
7 paper sizes, they are scaled linearly."
10 someNotes = \repeat unfold 20 { c4 d e f }
12 \paper {
13 #(set-paper-size "a6")
16 \book {
17 \markup { For other paper sizes, margins are scaled accordingly. }
18 \score {
19 \relative c' {
20 \someNotes