]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-pitch-ordering.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / ambitus-pitch-ordering.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Ambitus use actual pitch not lexicographic ordering."
5 }
6
7 \new Voice \with { \consists "Ambitus_engraver" } {
8   \clef F
9   c4 eis fes2
10 }
11