]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/test-german-chords.ly
release: 1.3.144
[lilypond.git] / input / test / test-german-chords.ly
index 0df2a1a39db713bbf1bdaac23d89836de809ed69..62fba8edb10901ecc0bb2116c68e17489e1f6e9b 100644 (file)
@@ -1,13 +1,13 @@
 \include "german-chords.ly"
+
 % #(set! german-Bb #t)
 
 ch = \chords { beses1/+beses bes/+bes b/+b bis/+bis ases/+ases as/+as a/+a ais/+ais fisis/+fisis}
 
-
 \score {
    <
-   \context ChordNames=ch {\ch}
-   \context Staff=st \chords {\ch}
+   \context ChordNames=chn {\ch}
+   \context Staff=stf \chords {\ch}
    >
    \paper {}
 }