How about :

{
  b'-\tweak X-offset #.8
    ^\markup\pattern #6 #X #0 {
      \scale #'(1 . .6)
      \musicglyph #"scripts.trill_element"
    }
  b' b'
}

Cheers,
Pierre

2015-01-25 13:57 GMT+01:00 Richard Shann <rich...@rshann.plus.com>:

> Thank you very much - Your first suggestion works perfectly. This second
> suggestion (which I won't get to test until tomorrow) looks like the one
> for this sort of score (moved and applied to the whole score), since the
> default is never needed. With these hints I should be able to make
> progress on the actual spanning zig-zag too...
>
> Richard
>
>
> On Sun, 2015-01-25 at 12:31 +0100, pls wrote:
> > Or:
> >
> >
> > \version "2.19.11"
> > {
> >   \once\override TextSpanner.style = #'trill
> >   \time 3/4
> >   b'
> >   \startTextSpan
> >   b' b'
> >   \stopTextSpan
> > }
> >
> >
> > hth
> > patrick
> > On 25.01.2015, at 12:03, Pierre Perol-Schneider
> > <pierre.schneider.pa...@gmail.com> wrote:
> >
> > > Try :
> > >
> > > \version "2.18.2"
> > >
> > > {
> > >   b'-\tweak bound-details.left.text #'() \startTrillSpan
> > >   b' b'\stopTrillSpan
> > > }
> > >
> > >
> > > Pierre
> > >
> > >
> > > 2015-01-25 11:33 GMT+01:00 Richard Shann <rich...@rshann.plus.com>:
> > >         I'm trying to typeset a fairly common 18th sign that looks a
> > >         bit like an
> > >         extended prall but less jagged (see attached).
> > >         The \startTrillSpan would do at a pinch if I could get rid
> > >         of the "tr"
> > >         at the start of it.
> > >         I don't see this in the docs - any help?
> > >
> > >         Richard
> > >
> > >
> > >         _______________________________________________
> > >         lilypond-user mailing list
> > >         lilypond-user@gnu.org
> > >         https://lists.gnu.org/mailman/listinfo/lilypond-user
> > >
> > >
> > >
> > > _______________________________________________
> > > lilypond-user mailing list
> > > lilypond-user@gnu.org
> > > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> >
>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to