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 13:08:48 -0800

That's perfect, thanks so much.


Knute Snortum
(via Gmail)

On Mon, Dec 29, 2014 at 12:48 PM, Thomas Morley <address@hidden> wrote:
2014-12-29 20:46 GMT+01:00 Knute Snortum <address@hidden>:
> 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
> }


I don't see
\tweak Y-offset #120
taking any effect here:

\relative c''' {
  \tweak Y-offset #120
  \ottava #1
  f\( a c4( a )\)
  \ottava #0
}

But how about:

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


Cheers,
  Harm


reply via email to

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