3 texidoc = "@cindex Chord Names German
4 The english naming of chords (default) can be changed to german
5 (@code{\germanChords} replaces B and Bes to H and B), semi-german
6 (@code{\semiGermanChords} replaces B and Bes to H and Bb), italian
7 (@code{\italianChords} uses Do Re Mi Fa Sol La Si), or french
8 (@code{\frenchChords} replaces Re to RĂ©).
15 % yeah, we get the idea. -hwn
17 % cisis/cisis ces/ces ceses/ceses
25 \context {\ChordNames \consists Instrument_name_engraver }
30 \set instrumentName = #"default"
34 \set instrumentName = #"german"
37 \set instrumentName = #"semi-german"
38 \semiGermanChords \scm }
40 \set instrumentName = #"italian"
43 \set instrumentName = #"french"
46 \context Voice { \scm }