Display non-English chord names: Difference between revisions
m Lemzwerg moved page Changing the chord names to German or semi-German notation to Display non-English chord names without leaving a redirect |
mNo edit summary |
||
| Line 28: | Line 28: | ||
} | } | ||
\new ChordNames { | \new ChordNames { | ||
\set instrumentName = #" | \set instrumentName = #"German" | ||
\germanChords \scm | \germanChords \scm | ||
} | } | ||
\new ChordNames { | \new ChordNames { | ||
\set instrumentName = #"semi- | \set instrumentName = #"semi-German" | ||
\semiGermanChords \scm | \semiGermanChords \scm | ||
} | } | ||
\new ChordNames { | \new ChordNames { | ||
\set instrumentName = #" | \set instrumentName = #"Italian" | ||
\italianChords \scm | \italianChords \scm | ||
} | } | ||
\new ChordNames { | \new ChordNames { | ||
\set instrumentName = #" | \set instrumentName = #"French" | ||
\frenchChords \scm | \frenchChords \scm | ||
} | } | ||