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: Knute Snortum
Subject: Re: Tweaking Y-offset of an accent with a slur
Date: Mon, 29 Dec 2014 11:46:20 -0800

Tweaking padding works great for the accent, but in a more complete example of my problem, I now can't get the ottova bracket to move up.  (In the example, the bracket doesn't need to move, but in the full piece it does.)

\version "2.19.15"

\relative c''' {
  \tweak Y-offset #2 \ottava #1
  \shape #'((0 . 0) (0 . 1) (0 . 2) (0 . 0)) PhrasingSlur 
  f \( a c4 -\tweak padding #1 -> ( a ) \)
  \ottava #0
}



Knute Snortum
(via Gmail)

On Mon, Dec 29, 2014 at 10:26 AM, Thomas Morley <address@hidden> wrote:
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]