In the following example, forcing the staccato to appear below the note also moves the fingering from immediately below the notehead to below the staccato marking, and I haven't found a way to stop this happening - setting Fingering #'outside-staff-priority to ##f or a negative value doesn't change the behaviour:

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.13.10"

\relative c'' {
    \time 3/4 \stemDown
    \override Stem #'length-fraction = #(magstep 2)
    \override Fingering #'staff-padding = #'()
    \override Fingering #'add-stem-support = ##f
    \set fingeringOrientations = #'(down)

    <d-3>8[ <a-2>] <d,-0> d' <bes-3>16( <a-2>) <bes> <g-0>
    <d'-3>8-.[ <a-2>-.] <d,-0>-. d'-. <bes-3>16( <a-2>) <bes> <g-0>
    <d'-3>8_.[ <a-2>_.] <d,-0>_. d'_. <bes-3>16( <a-2>) <bes> <g-0>
}
%%%%%%%%%%%%%%%%%%%%%%%%


Nick Payne
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to