Updates:
Status: Accepted
Labels: -Priority-Low -Frog -Patch -fixed_2_13_24
Comment #10 on issue 1029 by [email protected]: \thumb should behave like
other fingerings
http://code.google.com/p/lilypond/issues/detail?id=1029
Indirectly, a placement difference between \thumb and Fingerings came up at
<http://lists.gnu.org/archive/html/lilypond-user/2012-12/msg00303.html>
We might want to make the 'script-priority of \thumb match that of
Fingering, so that LilyPond places the \thumb outside other scripts, as she
does Fingering.
\score { {e''\thumb-> g''-2->}
\layout { \context { \Score
scriptDefinitions = #(cons
`("thumb" . ((script-stencil . (feta . ("thumb" . "thumb")))
(avoid-slur . around)
(padding . 0.50)
(direction . ,UP)
(slur-padding . 0.2)
(script-priority . 100) ;; match Fingering
(staff-padding . 0.5)))
default-script-alist)
} } }