]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-names-german.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / chord-names-german.ly
1 \version "1.7.20"
2 \header  {
3     texidoc = "@cindex Chord Names German
4 By setting @code{ChordNames.chordRootNamer}, the root
5 of the chord may be named with a different function.
6 " }
7
8 scm = \chords { c1/c cis/cis cisis/cisis ces/ces ceses/ceses b/b bis/bis bes/bes beses/beses \bar "||" } 
9 \score {
10 \notes <
11     % \germanChords gives true german chord-names
12     % \semiGermanChords gives semi-german chord-names -
13     % - with Bb and below keeping the english names
14     \context ChordNames { \scm \germanChords \scm \semiGermanChords \scm }
15     \context Voice { \scm s1*0^"germanChords" \scm s1*0^"semiGermanChords" \scm } >
16 }