In the following, although I've both set the add-stem-support and
outside-staff-priority for Fingering to false, if there is also a Script
on the note, such as a tenuto, then the fingering indication is placed
above the tenuto rather than next to the notehead. How can I get it to
the same position as on the note without the tenuto?
\version "2.17.6"
fingering = {
\override Fingering.staff-padding = #'()
\override StrokeFinger.staff-padding = #'()
\override Fingering.add-stem-support = ##f
\override StrokeFinger.add-stem-support = ##t
\set fingeringOrientations = #'(up)
\set strokeFingerOrientations = #'(up)
\override Fingering.outside-staff-priority = ##f
\override StrokeFinger.outside-staff-priority = ##f
}
P=\rightHandFinger #1
I=\rightHandFinger #2
M=\rightHandFinger #3
A=\rightHandFinger #4
\relative c'' {
<<
{ \fingering <b-0-\M >4 <b-0-\M >-- }
\\
{ s }
>>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user