]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords-order.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / finger-chords-order.ly
1 \version "2.19.21"
2
3 \header {
4
5 texidoc = "Ordering of the fingerings depends on vertical ordering of the notes, and  
6 is independent of up/@/down direction."
7
8 }
9
10 \paper { ragged-right = ##t }
11
12 \relative {
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
15
16         \relative {
17           <a'^1 cis^3 e^5>
18           <a_1 cis_3 e_5>
19         }
20 }