]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/landscape.ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / regression / landscape.ly
1 \version "2.10.0"
2 #(set-default-paper-size "a6" 'landscape)
3
4 pattern = \relative { a b c d \break }
5
6 \book {    
7     \score {
8         \new Staff  {
9             \repeat unfold 15 \pattern
10         }
11     }
12 }
13
14