4 texidoc = "The property @code{chordNameExceptions} can used
5 to store a list of special notations for specific chords."
10 % 7sus4 denoted with ^7 wahh
12 <c f g bes>1-\markup { \super "7" "wahh" }}
14 % add to existing exceptions.
15 chExceptions = #(append
16 (sequential-music-to-chord-exceptions chExceptionMusic #t)
19 theMusic = \chordmode {
21 \set chordNameExceptions = #chExceptions
25 \layout { ragged-right = ##t }
27 << \context ChordNames \theMusic
28 \context Voice \theMusic