]> git.donarmstrong.com Git - lilypond.git/blob - ly/chord-modifiers-init.ly
* scm/chord-entry.scm (construct-chord): move chord construction
[lilypond.git] / ly / chord-modifiers-init.ly
1 \version "1.7.3"
2
3
4 \chordmodifiers #default-chord-modifier-list
5
6
7 whiteTriangleMarkup =#(make-override-markup '(font-family . math) (make-simple-markup "M"))
8
9 blackTriangleMarkup = #(make-override-markup '(font-family . math) (make-simple-markup "N"))
10
11 ignatzekExceptionMusic =  \notes {
12         <<c e gis>>1-\markup { "+" }
13         <<c es ges>>-\markup { \super "o" } % should be $\circ$ ?
14         <<c es ges bes>>-\markup { \super \combine "o" "/" }
15         <<c es ges beses>>-\markup { \super  "o7" }
16 }