]> git.donarmstrong.com Git - lilypond.git/blob - input/test/test-german-chords.ly
release: 1.3.144
[lilypond.git] / input / test / test-german-chords.ly
1 \include "german-chords.ly"
2
3 % #(set! german-Bb #t)
4
5 ch = \chords { beses1/+beses bes/+bes b/+b bis/+bis ases/+ases as/+as a/+a ais/+ais fisis/+fisis}
6
7 \score {
8    <
9    \context ChordNames=chn {\ch}
10    \context Staff=stf \chords {\ch}
11    >
12    \paper {}
13 }
14