lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingerings, Slurs and PhraseSlurs.


From: Neil Puttock
Subject: Re: Fingerings, Slurs and PhraseSlurs.
Date: Mon, 7 Feb 2011 21:36:43 +0000

On 7 February 2011 13:03, Phil Burfitt <address@hidden> 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



reply via email to

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