]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-pitch-ordering.ly
Doc-de: updates from master to NR
[lilypond.git] / input / regression / ambitus-pitch-ordering.ly
1 \header {
2   texidoc = "Ambituses use actual pitch not lexicographic ordering."
3   }
4
5 \version "2.12.0"
6
7 \paper {
8   ragged-right=##t
9 }
10
11 \new Voice \with { \consists "Ambitus_engraver" } {
12   \clef F c eis fes
13 }