]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ct-jazz.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / test / ct-jazz.ly
1 \version "1.5.68"
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     \property ChordNames.ChordName \set #'style = #'jazz
19     \context ChordNames \scheme
20     \context Staff \notes \transpose c'' \scheme
21   >
22 }