]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ct-jazz.ly
*** empty log message ***
[lilypond.git] / input / test / ct-jazz.ly
1 \version "1.7.10"
2 \header {
3   title="Chord Taxomony of LilyPond -- jazz"
4   subtitle="Amy's chord tests"
5 }
6 scheme = \chords {
7       c1
8       c:4
9       c:9
10       bes:9^7
11       c:11^7
12       c:9+
13       % TODO
14     }
15     
16 \score {
17   <
18     #(set-chord-name-style 'jazz)
19     \context ChordNames \scheme
20     \context Staff \notes \transpose c c' \scheme
21   >
22 }
23 %% new-chords-done %%