]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/grob-description.scm
* scm/chord-name.scm: complete new markup usage
[lilypond.git] / scm / grob-description.scm
index 00682057b037ac46a497eeb29124c8046a8cb803..26499106ae3cf67980569466870fea0b8b39a55e 100644 (file)
 
     (ChordName
      . (
-       (molecule-callback . ,Chord_name::brew_molecule)
+       (molecule-callback . ,new-chord-name-brew-molecule)
        (after-line-breaking-callback . ,Chord_name::after_line_breaking)
-       (chord-name-function . ,default-chord-name-function)
+       (chord-name-function . ,chord->markup)
        (font-family . roman)
        (meta . ((interfaces . (font-interface text-interface chord-name-interface item-interface ))))
        ))