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