lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingerings, Slurs and PhraseSlurs.


From: eluze
Subject: Re: Fingerings, Slurs and PhraseSlurs.
Date: Mon, 07 Feb 2011 22:33:42 +0100
User-agent: Opera Mail/11.01 (Win32)

Am 07.02.2011, 14:03 Uhr, schrieb Phil Burfitt <address@hidden>:

----- Original Message -----
From: "-Eluze" <address@hidden>
To: <address@hidden>
Sent: Thursday, February 03, 2011 2:57 PM
Subject: Re: Fingerings, Slurs and PhraseSlurs.




phil.burfitt wrote:

Hello,

Is it possible to have fingerings and stroke fingerings placed outside of
slurs, but inside of phrase slurs ?


one way is:

\relative c'' {
 \override Slur            #'outside-staff-priority = #100
 \override Fingering     #'outside-staff-priority = #200
 \override PhrasingSlur #'outside-staff-priority = #300
 c \(-1
 d (-3
 e -1 )
 f -2 \)
}

hth


Hi Eluze,

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

Phil.

hi Phil

i'm not aware of an automagic way of doing this

for the example above you could do something like:

\relative c'' {
  \override Slur #'outside-staff-priority = #100
  \override Fingering #'outside-staff-priority = #200
  \override PhrasingSlur #'outside-staff-priority = #300
  \override Slur #'extra-offset = #'(0 . -.5)
  \override Fingering #'extra-offset = #'(0 . -1)
  \override PhrasingSlur #'extra-offset = #'(0 . -2.5)
  c \(-1
  d (-3
  e -1 )
  f -2 \)
}

but then i'm afraid you'd have to check and adapt any occuring slurs, phrasing slurs and fingerings manually!

somebody has a better idea? or why is Lilypond doing this?

Eluze



reply via email to

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