]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers.ly
release: 1.3.146
[lilypond.git] / ly / chord-modifiers.ly
index 5c61876a888d1b432c814e9c11f38290b775468e..308bd3bea7f80339a3b8af5bf1d7d07a4cdc1fcd 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 
 % urg!
 %
@@ -5,10 +6,10 @@
        (m . ,(make-pitch 0 2 -1 ))
        (min . ,(make-pitch 0 2 -1 ))
        (aug . ,(make-pitch 0 4 1 ))
-; (dim . ,(make-pitch -100 4 -1 ))     
+       (dim . ,(make-pitch -100 4 -1 ))        
        (dim . ,(make-pitch -100 2 -1 ))
 ; urg, not actually a chord-modifier, but it works
-; c7 -> <c bes>, c 7+ -> c b
+;  c7 -> <c bes>, c 7+ -> c b
        (maj . ,(make-pitch 0 6 1 ))
 ; sus4 should delete 2 too...
        (sus . ,(make-pitch 0 3 0 ))