lilypond-user
[Top][All Lists]
Advanced

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

Re: Tweaking Y-offset of an accent with a slur


From: Thomas Morley
Subject: Re: Tweaking Y-offset of an accent with a slur
Date: Mon, 29 Dec 2014 19:26:23 +0100

2014-12-29 17:05 GMT+01:00 Knute Snortum <address@hidden>:
> I can tweak the Y-offset of an accent if there is no slur, but with a slur,
> Y-offset doesn't seem to "respond".  How can I tweak the Y-offset of an
> accent when the note is slurred?
>
> \version "2.19.15"
>
> \relative c''' {
>   c4 ^\tweak Y-offset #6 -> ( a ) c -\tweak Y-offset #6 ->  a
> }
>
> Knute Snortum
> (via Gmail)



There's a conflict between Slur and Script, which avoids the tweak
taking effect.

If you add
\override Script.avoid-slur = #'ignore
it works.

Though, why not tweak padding, seems more appropriate.

Cheers,
  Harm



reply via email to

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