bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1029 in lilypond: \thumb should behave like other fingerings


From: lilypond
Subject: Re: Issue 1029 in lilypond: \thumb should behave like other fingerings
Date: Sun, 18 Apr 2010 04:13:37 +0000


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]