]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-taxonomy.ly
575195434c21773a8cefc6576a704df20c227561
[lilypond.git] / input / test / chord-taxonomy.ly
1 \header {
2   title="Chord Taxonomy of LilyPond -- jazz"
3 }
4 scheme = \chords {
5       c1
6       c:4
7       c:9
8       bes:9^7
9       c:11^7
10       c:9+
11       % TODO
12       c:m5-.7
13       c:m5-.7-
14       c:7+
15       c:m7+
16     }
17     
18 \score {
19   <
20     \property ChordNames.ChordName \set #'style = #'jazz
21     \context ChordNames \scheme
22     \context Staff \notes \transpose c'' \scheme
23   >
24 }