]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-pitch-ordering.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / ambitus-pitch-ordering.ly
1 \header {
2   texidoc = "Ambituses use actual pitch not lexicographic ordering."
3   }
4
5 \version "2.11.51"
6
7 \paper {
8   ragged-right=##t
9 }
10
11 \new Voice \with { \consists "Ambitus_engraver" } {
12   \clef F c eis fes
13 }