MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / finger-chords-order.ly
blob9f106e719a347c0ac98276617b8921cf7c886657
1 \version "2.12.0"
3 \header {
5 texidoc = "Ordering of the fingerings depends on vertical ordering of the notes, and
6 is independent of up/down direction."
10 \paper { ragged-right = ##t }
12 \relative c' {
13 %% input order is not 1 2 3 , output is.
14 <c-1 g'-3 e-2 b'-4 d-5 f-6 a-7 c-8 > 4
16 \relative c'' {
17 <a^1 cis^3 e^5>
18 <a_1 cis_3 e_5>