]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-system-count-overfull.ly
Midi: set instrument for each voice (on each channel).
[lilypond.git] / input / regression / page-spacing-system-count-overfull.ly
1 \version "2.13.4"
2
3 \header {
4   texidoc = "Page breaking doesn't crash when the line-breaking
5 is invalid."
6 }
7
8 \book {
9   \paper {
10     system-count = #1
11   }
12
13   \repeat unfold 20 { c d e f }
14 }