]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers-init.ly
* scm/chord-entry.scm (construct-chord): move chord construction
[lilypond.git] / ly / chord-modifiers-init.ly
index 36e7e03e1395d6baa6ec0c2a591b5df9059dc5cd..f8266423c102374273478210353cb6d25edcf4fc 100644 (file)
@@ -1,19 +1,7 @@
 \version "1.7.3"
 
-% urg!
-%
-\chordmodifiers #`(
-       (m . ,(ly:make-pitch 0 2 -1 ))
-       (min . ,(ly:make-pitch 0 2 -1 ))
-       (aug . ,(ly:make-pitch 0 4 1 ))
-       ;; (dim . ,(ly:make-pitch -100 4 -1 ))  
-       (dim . ,(ly:make-pitch -100 2 -1 ))
-       ;; urg, not actually a chord-modifier, but it works
-       ;;  c7 -> <c bes>, c 7+ -> c b
-       (maj . ,(ly:make-pitch 0 6 1 ))
-       ;; sus4 should delete 2 too...
-       (sus . ,(ly:make-pitch 0 3 0 ))
-)
+
+\chordmodifiers #default-chord-modifier-list
 
 
 whiteTriangleMarkup =#(make-override-markup '(font-family . math) (make-simple-markup "M"))
@@ -24,4 +12,5 @@ ignatzekExceptionMusic =  \notes {
        <<c e gis>>1-\markup { "+" }
        <<c es ges>>-\markup { \super "o" } % should be $\circ$ ?
        <<c es ges bes>>-\markup { \super \combine "o" "/" }
+       <<c es ges beses>>-\markup { \super  "o7" }
 }