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