On 30/11/12 11:23, Nick Payne wrote:
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?
Well, to answer my own question, I've found that changing the fingering script-priority to -1 gets the output that I want:
\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 \override Fingering.script-priority = #-1 } P=\rightHandFinger #1 I=\rightHandFinger #2 M=\rightHandFinger #3 A=\rightHandFinger #4 \relative c'' { << { \fingering <b-0-\M >4 <b-0-\M >-- } \\ { s s } >> } _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user