On 7 February 2011 13:03, Phil Burfitt <phil.burf...@talktalk.net> wrote:

> Thank you, that fixed their order, but now the slur, fingering and
> phrasingslur are distanced too far from the staff. Any ideas?

If the slur never starts or stops at the same point as the phrasing
slur, the following should work:

\relative c'' {
  \once \override Fingering #'avoid-slur = #'inside
  c\(-1
  d(-3
  e-1)
  \once \override Fingering #'avoid-slur = #'inside
  f-2\)
}

\relative c'' {
  \set strokeFingerOrientations = #'(up)
  \override StrokeFinger #'avoid-slur = #'outside
  \once \override StrokeFinger #'avoid-slur = #'inside
  <c-\rightHandFinger #1 >\(
  <d-\rightHandFinger #2 >(
  <e-\rightHandFinger #3 >)
  \once \override StrokeFinger #'avoid-slur = #'inside
  <f-\rightHandFinger #4 >\)
}

Cheers,
Neil

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

Reply via email to