]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/landscape.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / landscape.ly
1 \version "2.19.21"
2 #(set-default-paper-size "a6" 'landscape)
3 \header { texidoc = " Scores may be printed in landscape mode."}
4
5
6 pattern = \relative { a b c d \break }
7
8 \book {    
9     \score {
10         \new Staff  {
11             \repeat unfold 15 \pattern
12         }
13     }
14 }
15
16