]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-pitch-ordering.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[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 }