]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers-init.ly
* scm/define-event-classes.scm (unlistened-music-event-classes): idem.
[lilypond.git] / ly / chord-modifiers-init.ly
index fa98787cca6822d7f9446938ff1d163bf87747bc..24a02b95eca37c7e8b33544b6ba7b7ed126f89ca 100644 (file)
@@ -1,18 +1,15 @@
-\version "2.4.0"
+\version "2.7.39"
 
 chordmodifiers = #default-chord-modifier-list
 
 
 whiteTriangleMarkup = \markup {
+  \triangle ##f
   %%  394 capital delta
-  %% #(ly:export (ly:wide-char->utf-8 #x0394))
-
-
-  %% need to have symbol; can't deal with TTF yet.
-  \override #'(font-name . "Symbol")
+  %#(ly:export (ly:wide-char->utf-8 #x0394))
 
   %% 2206 : delta from the symbol font.
-     #(ly:export (ly:wide-char->utf-8 #x2206))
+  %   #(ly:export (ly:wide-char->utf-8 #x2206))
   
   %% up pointing triangle
   % #(ly:export (ly:wide-char->utf-8 #x25B3))
@@ -21,9 +18,10 @@ whiteTriangleMarkup = \markup {
 } 
 
 blackTriangleMarkup = \markup {
+  \triangle ##t
 
   %% black up pointing triangle
-  #(ly:export (ly:wide-char->utf-8 #x25B2))
+%  #(ly:export (ly:wide-char->utf-8 #x25B2))
 }
 
 ignatzekExceptionMusic = {
@@ -36,9 +34,6 @@ ignatzekExceptionMusic = {
        <c es ges beses>-\markup { \super  "o7" }
 }
 
-ignatzekExceptions = #(sequential-music-to-chord-exceptions
-                      ignatzekExceptionMusic #t)
-
 partialJazzMusic = {
     <c d>1-\markup { \normal-size-super "2" }
     <c es>-\markup { "m" }
@@ -50,11 +45,13 @@ partialJazzMusic = {
     <c d es>-\markup { "m" }-\markup { \normal-size-super "sus2" }
 }
 
+
 %% TODO: compatibility ignatzek code
-fullJazzExceptions = #(sequential-music-to-chord-exceptions
-                       ignatzekExceptionMusic #f)
+fullJazzExceptions=
+#(sequential-music-to-chord-exceptions ignatzekExceptionMusic #f)
 
-partialJazzExceptions = #(sequential-music-to-chord-exceptions
-                          partialJazzMusic #f)
+partialJazzExceptions=
+#(sequential-music-to-chord-exceptions partialJazzMusic #f)
 
-                      
+ignatzekExceptions  =
+#(sequential-music-to-chord-exceptions ignatzekExceptionMusic #t)