Re: how to shorten a TrillSpanner

2008-02-09 Thread Kieren MacMillan
Hi Trevor, There's now a *much* better way of shortening one end of a trill spanner manually: using the new (as of 2.11.something) #'bound-details list. [...] TrillSpanner implements all the goodies in the #'bound- details list Thanks for the update -- this is wonderful news! Best regards

Re: how to shorten a TrillSpanner

2008-02-09 Thread Valentin Villenave
2008/2/9, Trevor Bača <[EMAIL PROTECTED]>: > [I can't remember if I've mailed this one out before or not, but as I had to > spend a couple of minutes rediscovering it myself, I thought I'd share. Also > mental note to check and add to LSR ...] Sure. Feel free to comment the code that does not wor

Re: how to shorten a TrillSpanner

2008-02-08 Thread Trevor Bača
On Jul 31, 2006 9:14 PM, Trevor Bača <[EMAIL PROTECTED]> wrote: > On 5/25/06, Kieren Richard MacMillan <[EMAIL PROTECTED]> > wrote: > > Hello, all! > > > > I'm trying to fix the collision in the following example: > > > > \version "2.9.5" > > \relative > > { > > \once \override TrillSpanne

Re: how to shorten a TrillSpanner

2006-08-01 Thread Trevor Bača
On 8/1/06, Kieren MacMillan <[EMAIL PROTECTED]> wrote: Hi, Trevor! > did you ever get a solution for shortening wavy trill lines > (and thus preventing their collision)? Just the standard fractional-skip hack: c4*99/100\startTrillSpan s4*1/100\stopTrillSpan > Anything creative? How's th

Re: how to shorten a TrillSpanner

2006-08-01 Thread Kieren MacMillan
Hi, Trevor! did you ever get a solution for shortening wavy trill lines (and thus preventing their collision)? Just the standard fractional-skip hack: c4*99/100\startTrillSpan s4*1/100\stopTrillSpan Anything creative? How's that? =) Kieren. _

Re: how to shorten a TrillSpanner

2006-07-31 Thread Trevor Bača
On 5/25/06, Kieren Richard MacMillan <[EMAIL PROTECTED]> wrote: Hello, all! I'm trying to fix the collision in the following example: \version "2.9.5" \relative { \once \override TrillSpanner #'shorten-pair = #'( 10 . 10 ) c1 \startTrillSpan b\stopTrillSpan\startTrillSpa

how to shorten a TrillSpanner

2006-05-25 Thread Kieren Richard MacMillan
Hello, all! I'm trying to fix the collision in the following example: \version "2.9.5" \relative { \once \override TrillSpanner #'shorten-pair = #'( 10 . 10 ) c1 \startTrillSpan b\stopTrillSpan\startTrillSpan c\stopTrillSpan } Doesn't matter what numbers I use -- no eff