Ed Gordijn <ed.klari...@gmail.com> writes:

> Still learning more than I can contribute.
>
> Just works fine in older version too:
>
> \version "2.16.0"
>
>
> SetUpPrall = {
>
> \once \override TrillSpanner #'(bound-details left text) = \markup {
> \fontsize #-5  \musicglyph #"accidentals.leftparen"  }
>
> \once \override TrillSpanner #'(bound-details left stencil-offset) =
> #'(0.02 . -0.65)
>
> }
>
>
> {
>
> \SetUpPrall
>
> c''\startTrillSpan
>
> d''
>
> c''2\stopTrillSpan
>
> }

Well, you need _two_ trill starting commands now (though you could
likely squeeze <>\startTrillSpan into \SetUpPrall), and you need to
spend more attention to detail to the overrides.

So you likely contributed more time on this than I did.

-- 
David Kastrup


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

Reply via email to