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