]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-modifiers-init.ly
(conv): add 2.2.0 rule.
[lilypond.git] / ly / chord-modifiers-init.ly
index e01ab5d8ca4058e2c602af78ed53d0dc408c213c..3e528ae1b6a8deeae9931f3ff1db5d2b96a164f9 100644 (file)
@@ -1,19 +1,39 @@
-\version "1.7.3"
+\version "2.1.36"
 
+chordmodifiers = #default-chord-modifier-list
 
-\chordmodifiers #default-chord-modifier-list
+whiteTriangleMarkup = #(make-override-markup
+                       '(font-encoding . math) (make-simple-markup "M"))
 
+blackTriangleMarkup = #(make-override-markup
+                       '(font-encoding . math) (make-simple-markup "N"))
 
-whiteTriangleMarkup =#(make-override-markup '(font-family . math) (make-simple-markup "M"))
-
-blackTriangleMarkup = #(make-override-markup '(font-family . math) (make-simple-markup "N"))
+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" }
+}
 
-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" }
+ignatzekExceptions = #(sequential-music-to-chord-exceptions
+                      ignatzekExceptionMusic #t)
+
+partialJazzMusic = \notes{
+    <c d>1-\markup { \normal-size-super "2" }
+    <c es>-\markup { "m" }
+    <c f>-\markup { \normal-size-super "sus4" }
+    <c g>-\markup { \normal-size-super "5" }
+    
+    %% TODO, partial exceptions
+    <c es f>-\markup { "m" }-\markup { \normal-size-super "sus4" }
+    <c d es>-\markup { "m" }-\markup { \normal-size-super "sus2" }
 }
 
-ignatzekExceptions = #(sequential-music-to-chord-exceptions ignatzekExceptionMusic)
+%% TODO: compatibility ignatzek code
+fullJazzExceptions = #(sequential-music-to-chord-exceptions
+                       ignatzekExceptionMusic #f)
+
+partialJazzExceptions = #(sequential-music-to-chord-exceptions
+                          partialJazzMusic #f)
 
+