On 07/01/13 15:42, Shane Brandes wrote:
All right.

\override TrillSpanner #'extra-offset = #'(-1.3 . 0.0) causes the whole apparatus to move, but it also leaves the tail end shorter.


Why not something like this:

\version "2.17.9"

beginPrallSpan =
 \tweak bound-details.left.text
   \markup { \fontsize #-5 { \musicglyph #"accidentals.leftparen" } }
 \tweak bound-details.left.stencil-offset #'(0.02 . -0.65)
 \tweak bound-details.left.padding #-0.25
 \tweak bound-details.right.padding #-1
 \startTrillSpan

endPrallSpan = \stopTrillSpan

{
  c'\beginPrallSpan d' c'2\endPrallSpan
}

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

Reply via email to