]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers-init.ly
* mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
[lilypond.git] / ly / chord-modifiers-init.ly
index d780d3ff9de2fa565827c732922198faaea83603..863d4a996fc6094015eb352f60c1d5b8c97a1b70 100644 (file)
@@ -1,14 +1,12 @@
-\version "2.1.28"
+\version "2.4.0"
 
 chordmodifiers = #default-chord-modifier-list
 
-whiteTriangleMarkup = #(make-override-markup
-                       '(font-family . math) (make-simple-markup "M"))
+whiteTriangleMarkup = \markup { \override #'(font-encoding . TeX-math) \char #77 } 
 
-blackTriangleMarkup = #(make-override-markup
-                       '(font-family . math) (make-simple-markup "N"))
+blackTriangleMarkup = \markup { \override #'(font-encoding . TeX-math) \char #78 }
 
-ignatzekExceptionMusic = \notes{
+ignatzekExceptionMusic = {
        <c e gis>1-\markup { "+" }
        <c es ges>-\markup { \super "o" } % should be $\circ$ ?
        <c es ges bes>-\markup { \super \combine "o" "/" }
@@ -18,7 +16,7 @@ ignatzekExceptionMusic = \notes{
 ignatzekExceptions = #(sequential-music-to-chord-exceptions
                       ignatzekExceptionMusic #t)
 
-partialJazzMusic = \notes{
+partialJazzMusic = {
     <c d>1-\markup { \normal-size-super "2" }
     <c es>-\markup { "m" }
     <c f>-\markup { \normal-size-super "sus4" }