2014-12-29 20:46 GMT+01:00 Knute Snortum <ksnor...@gmail.com>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to