3 chordmodifiers = #default-chord-modifier-list
6 whiteTriangleMarkup = \markup {
9 %#(ly:wide-char->utf-8 #x0394)
11 %% 2206 : delta from the symbol font.
12 % #(ly:wide-char->utf-8 #x2206)
14 %% up pointing triangle
15 % #(ly:wide-char->utf-8 #x25B3)
18 blackTriangleMarkup = \markup {
21 %% black up pointing triangle
22 % #(ly:wide-char->utf-8 #x25B2)
25 ignatzekExceptionMusic = {
26 <c e gis>1-\markup { "+" }
27 <c es ges>-\markup { \super "o" } % should be $\circ$ ?
28 <c es ges bes>-\markup {
29 %% f8 is o with slash.
30 \normal-size-super #(ly:wide-char->utf-8 #x00f8)
32 <c es ges beses>-\markup { \super "o7" }
33 <c e g b fis'>-\markup { \super "lyd" } % Lydian
34 <c e g bes des' ees' fis' aes'>-\markup { \super "alt" } % altered chord (super-Locrian)
38 <c d>1-\markup { \normal-size-super "2" }
39 <c es>-\markup { "m" }
40 <c f>-\markup { \normal-size-super "sus4" }
41 <c g>-\markup { \normal-size-super "5" }
43 %% TODO, partial exceptions
44 <c es f>-\markup { "m" }-\markup { \normal-size-super "sus4" }
45 <c d es>-\markup { "m" }-\markup { \normal-size-super "sus2" }
49 <c g>-\markup { \normal-size-super "5" }
50 <c g c'>1-\markup { \normal-size-super "5" }
54 %% TODO: compatibility ignatzek code
56 #(sequential-music-to-chord-exceptions ignatzekExceptionMusic #f)
58 partialJazzExceptions=
59 #(sequential-music-to-chord-exceptions partialJazzMusic #f)
61 powerChordExceptions =
62 #(sequential-music-to-chord-exceptions powerChordSymbol #t)
65 #(sequential-music-to-chord-exceptions ignatzekExceptionMusic #t)