]> git.donarmstrong.com Git - lilypond.git/blob - input/test/german-chords.ly
* scm/chord-name.scm: complete new markup usage
[lilypond.git] / input / test / german-chords.ly
1 \header {
2
3         texidoc =  "German chords use H/B iso. B/B-flat.
4
5 FIXME. Most likely broken during namespace reorganisation of early 1.7.
6
7 "
8
9
10 }
11 \version "1.7.6"
12 \include "german-chords-init.ly"
13
14 % #(set! german-Bb #t)
15
16 ch = \chords { beses1/+beses bes/+bes b/+b bis/+bis ases/+ases as/+as a/+a ais/+ais fisis/+fisis}
17
18 \score {
19    <
20    \context ChordNames=chn {\ch}
21    \context Staff=stf \chords {\ch}
22    >
23    \paper {}
24 }
25
26 %% new-chords-done %%