Hi List,

I'm currently trying to typeset some old copies of Anton Stingls guitar book "30 Lehrstücke in den leichten Tonarten". And I'm having some troubles getting both the articulation ">" and the righthand fingering "i" on the same note in the order that I want it. No matter what I try, the "i" is always above the ">" and I want it the other way around. Could someone please shine some light on what is going on here?

\version "2.10.20"
\score {
  \new Staff {
    \set strokeFingerOrientations = #'(up)
    <d''-\rightHandFinger #2 -> >
    \once \override Script #'script-priority = #-100
    <d''-\rightHandFinger #2 -> >
    \once \override  StrokeFinger #'script-priority = #-100
    <d''-\rightHandFinger #2 -> >
    \once \override  StrokeFinger #'script-priority = #-100
    <d''->-\rightHandFinger #2 >
  }
}

Thanks in advance,
Arjan

btw: I really dig the new \rightHandFinger notation!

Attachment: ScriptPriority.pdf
Description: Adobe PDF document


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to