add default chordName exceptions
This commit is contained in:
parent
9a9ef8e8df
commit
ed2dde1e80
@ -32,3 +32,33 @@ repStop = "𝄇"
|
|||||||
(make-null-markup))
|
(make-null-markup))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
defaultChordPrintings = {
|
||||||
|
<c g>-\markup { \super "5" }
|
||||||
|
%% Dur
|
||||||
|
<c e g a>-\markup { \super "6" } %Standardverhalten
|
||||||
|
<c e a >-\markup { \super "6(no5)" }
|
||||||
|
<c e g a d'>-\markup { \super "6/9" }
|
||||||
|
<c e g b d'>-\markup { \super "9" } %Standardverhalten
|
||||||
|
<c e g b d' f'>-\markup { \super "11" } %Standardverhalten
|
||||||
|
<c e g b d' a'>-\markup { \super "13" }
|
||||||
|
%add chords
|
||||||
|
<c e g d'>-\markup { \super "add9" }
|
||||||
|
<c e g f'>-\markup { \super "add11" }
|
||||||
|
<c e g a'>-\markup { \super "add13" }
|
||||||
|
%major chords
|
||||||
|
<c e g h d'>-\markup { \super "maj9" }
|
||||||
|
%% Moll
|
||||||
|
<c es g a>-\markup { \super "6" } %Standardverhalten
|
||||||
|
<c es a >-\markup { \super "6(no5)" }
|
||||||
|
<c es g a d'>-\markup { \super "6/9" }
|
||||||
|
<c es g b d'>-\markup { \super "9" } %Standardverhalten
|
||||||
|
<c es g b d' f'>-\markup { \super "11" } %Standardverhalten
|
||||||
|
<c es g b d' a'>-\markup { \super "13" }
|
||||||
|
%add chords
|
||||||
|
<c es g d'>-\markup { \super "add9" }
|
||||||
|
<c es g f'>-\markup { \super "add11" }
|
||||||
|
<c es g a'>-\markup { \super "add13" }
|
||||||
|
%major chords
|
||||||
|
<c es g h d'>-\markup { \super "maj9" }
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user