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
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
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
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
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.
_
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
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