]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ct-jazz.ly
release: 1.3.149
[lilypond.git] / input / test / ct-jazz.ly
1 \header {
2   title="Chord Taxomony of LilyPond -- jazz"
3   subtitle="Amy's chord tests"
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     }
14     
15 \score {
16   <
17     \property ChordNames.ChordName \set #'style = #'jazz
18     \context ChordNames \scheme
19     \context Staff \notes \transpose c'' \scheme
20   >
21 }