lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \startTrillSpan without the tr at the beginning?


From: Pierre Perol-Schneider
Subject: Re: \startTrillSpan without the tr at the beginning?
Date: Sun, 25 Jan 2015 17:20:54 +0100

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 <address@hidden>:
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
> <address@hidden> 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 <address@hidden>:
> >         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
> >         address@hidden
> >         https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>




reply via email to

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