Comment #2 on issue 1029 by markpolesky: \thumb should behave like other fingerings
http://code.google.com/p/lilypond/issues/detail?id=1029

Are you sure this is all that needs to be changed?

    ("thumb"
     . (
        (script-stencil . (feta . ("thumb" . "thumb")))
        (avoid-slur . around)
        (padding . 0.50)
        (direction . ,UP)))


#'Fingering has a lot of other properties; should I be
adding any of them to #"thumb"?  If so, which ones?  I know
some of them don't belong in script.scm (like 'font-encoding
etc.).  But shouldn't 'slur-padding and 'staff-padding be
added?  What else?

- Mark

* * * * * * * * * * *

    (Fingering
     . (

        ;; sync with TextScript (?)

        (avoid-slur . around)
        (cross-staff . ,ly:side-position-interface::calc-cross-staff)
        (direction . ,ly:script-interface::calc-direction)
        (font-encoding . fetaText)
        (font-size . -5)                ; don't overlap when next to heads.
        (padding . 0.5)
        (positioning-done . ,ly:script-interface::calc-positioning-done)
        (script-priority . 100)
        (self-alignment-X . ,CENTER)
        (self-alignment-Y . ,CENTER)
        (slur-padding . 0.2)
        (staff-padding . 0.5)
        (stencil . ,ly:text-interface::print)
        (text . ,fingering::calc-text)
        (meta . ((class . Item)
                 (interfaces . (finger-interface
                                font-interface
                                self-alignment-interface
                                side-position-interface
                                text-interface
                                text-script-interface))))))


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to