X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fchord-modifiers-init.ly;h=1e0ba44fd7a85d0b78726a8452b1abe345591d76;hb=23ec49df6ea90e610158a4fe1c35d1adea0c0450;hp=75b804bb051aeb455676df081c5960d03485997a;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 75b804bb05..1e0ba44fd7 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.15.20" chordmodifiers = #default-chord-modifier-list @@ -6,46 +6,48 @@ chordmodifiers = #default-chord-modifier-list whiteTriangleMarkup = \markup { \triangle ##f %% 394 capital delta - %#(ly:export (ly:wide-char->utf-8 #x0394)) + %#(ly:wide-char->utf-8 #x0394) %% 2206 : delta from the symbol font. - % #(ly:export (ly:wide-char->utf-8 #x2206)) + % #(ly:wide-char->utf-8 #x2206) %% up pointing triangle - % #(ly:export (ly:wide-char->utf-8 #x25B3)) + % #(ly:wide-char->utf-8 #x25B3) } blackTriangleMarkup = \markup { \triangle ##t %% black up pointing triangle -% #(ly:export (ly:wide-char->utf-8 #x25B2)) +% #(ly:wide-char->utf-8 #x25B2) } ignatzekExceptionMusic = { - 1-\markup { "+" } - -\markup { \super "o" } % should be $\circ$ ? - -\markup { - %% f8 is o with slash. - \super #(ly:export (ly:wide-char->utf-8 #x00f8)) - } - -\markup { \super "o7" } + 1-\markup { "+" } + -\markup { \super "o" } % should be $\circ$ ? + -\markup { + %% f8 is o with slash. + \normal-size-super #(ly:wide-char->utf-8 #x00f8) + } + -\markup { \super "o7" } + -\markup { \super "lyd" } % Lydian + -\markup { \super "alt" } % altered chord (super-Locrian) } partialJazzMusic = { - 1-\markup { \normal-size-super "2" } - -\markup { "m" } - -\markup { \normal-size-super "sus4" } - -\markup { \normal-size-super "5" } - - %% TODO, partial exceptions - -\markup { "m" }-\markup { \normal-size-super "sus4" } - -\markup { "m" }-\markup { \normal-size-super "sus2" } + 1-\markup { \normal-size-super "2" } + -\markup { "m" } + -\markup { \normal-size-super "sus4" } + -\markup { \normal-size-super "5" } + + %% TODO, partial exceptions + -\markup { "m" }-\markup { \normal-size-super "sus4" } + -\markup { "m" }-\markup { \normal-size-super "sus2" } } powerChordSymbol = { - -\markup { \normal-size-super "5" } - 1-\markup { \normal-size-super "5" } + -\markup { \normal-size-super "5" } + 1-\markup { \normal-size-super "5" } } @@ -57,7 +59,7 @@ partialJazzExceptions= #(sequential-music-to-chord-exceptions partialJazzMusic #f) powerChordExceptions = - #(sequential-music-to-chord-exceptions powerChordSymbol #t) +#(sequential-music-to-chord-exceptions powerChordSymbol #t) ignatzekExceptions = #(sequential-music-to-chord-exceptions ignatzekExceptionMusic #t)