]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #633.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 8 Jun 2008 16:49:02 +0000 (13:49 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 8 Jun 2008 16:49:02 +0000 (13:49 -0300)
Add duration-log callback to TabNoteHead.

scm/define-grobs.scm

index e75c1b4042653dca5d64662a3c5ef88f72c3a15d..bb45f4acaae8a16d5d4cef0f920e3c49c0408295 100644 (file)
     (TabNoteHead
      . (
        (stencil . ,ly:text-interface::print)
+       (duration-log . ,note-head::calc-duration-log)
        (Y-offset . ,ly:staff-symbol-referencer::callback)
        (X-offset . ,ly:self-alignment-interface::x-aligned-on-self)
        (direction . ,CENTER)