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 }