X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pop-chords-test.ly;h=8480e82437c5d15e3636b320d4f3edc3742bb9cf;hb=refs%2Fheads%2Fmaster;hp=9d1c1f84b28a58cfa0248cff6bd3f38f86caa428;hpb=7add1480813db617ee22ba3276c5b61649445f50;p=music diff --git a/pop-chords-test.ly b/pop-chords-test.ly old mode 100755 new mode 100644 index 9d1c1f8..8480e82 --- a/pop-chords-test.ly +++ b/pop-chords-test.ly @@ -56,7 +56,7 @@ Chords = \chordmode c:7.9 % Dominant ninth c:m7.9 % Minor ninth c:maj9 % Major ninth - c:5.9 % Add nine + c:3.5.9 % Add nine c:6.9 % Six/nine c:m6.9 % Minor six/nine c:m7+9 % Minor major 9 @@ -69,8 +69,8 @@ Chords = \chordmode c:11 % Dominant eleventh c:m11 % Minor eleventh c:maj11 % Major eleventh - c:5.11 % Add eleven - c:m5.11 % Minor add eleven + c:3.5.11 % Add eleven + c:3-.5.11 % Minor add eleven c:m7.11 % Minor seventh add eleven % Thirteenths @@ -78,7 +78,8 @@ Chords = \chordmode c:13 % Dominant thirteenth c:m7.9.13 % Minor thirteenth c:maj13 % Major thirteenth - c:5.13 % Add thirteen + c:3.5.13 % Add thirteen (really a 6th chord) + c:3-.5.13 % Minor add thirteen (really a minor 6th chord) c:13.9- % Dominant thirteen/b9 % Misc add chords @@ -108,7 +109,7 @@ Chords = \chordmode { #(define fonts (make-pango-font-tree "Times New Roman" - "DomCasual BT" + "LilyJazz Text" "Luxi Mono" (/ staffSize 20))) }