]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chords-funky-ignatzek.ly
7cda44e612ee7592d079aed558ca52801226a6e8
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
1 \version "2.14.0"
2
3
4 \header {
5 texidoc = "Jazz chords may have unusual combinations."
6 }
7
8 chs =  
9 {
10 <c d  f g>1
11 <c d  e f g>1
12 <c d  e  g>1
13 <c d es  g as>1
14 <c d e f g bes d' f'>1
15 <c d e f g bes c'  d' e'>1
16 <c e gis>1
17 <c es ges>1
18 <c es ges bes>1
19 <c es ges beses>1
20 <c e g bes c'  d' e'>1
21 <c e g a bes>1
22 <c e g a d'>1
23 <c e g b fis'>1
24 <c e g bes des' ees' fis' aes'>1
25 }
26
27
28 <<
29   \context ChordNames {
30     %%  #(set-chord-name-style 'ignatzek)
31     \chs
32   }
33   \context Staff  \transpose c c' { \chs }
34 >>