lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical order of scripts and fingerings


From: Nick Payne
Subject: Re: Vertical order of scripts and fingerings
Date: Fri, 30 Nov 2012 12:12:53 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

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 }
  >>
}




reply via email to

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