Re: [Re: glissando between non-adjacent notes]

2006-08-27 Thread Han-Wen Nienhuys
V!ictor [EMAIL PROTECTED] wrote: Forgetting about this problem for a while, it would be cool to have splines for glissandi (between contiguous notes is OK). I'm going to look at the code and see if I can implement it myself! have a look at line-spanner.cc, function line_stencil. You can dra

Re: glissando between non-adjacent notes

2006-08-26 Thread V!ictor [EMAIL PROTECTED]
Thanks Han-Wen and Trevor for your responses. On Tue, Aug 22, 2006 at 10:25:05PM -0500, Trevor Ba?a wrote: > On 8/21/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > >V!ctor [EMAIL PROTECTED] wrote: > >> Currently, Lily assumes a glissando will always connect adjacent notes. > >> (The sintax work

Re: glissando between non-adjacent notes

2006-08-22 Thread Trevor Bača
On 8/21/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: V!ctor [EMAIL PROTECTED] wrote: > Currently, Lily assumes a glissando will always connect adjacent notes. > (The sintax works like ties in Lily, where one puts the tie command ~ > after the first note) > But many times one needs the glissand

Re: glissando between non-adjacent notes

2006-08-21 Thread Han-Wen Nienhuys
V!ctor [EMAIL PROTECTED] wrote: Currently, Lily assumes a glissando will always connect adjacent notes. (The sintax works like ties in Lily, where one puts the tie command ~ after the first note) But many times one needs the glissando to span a duration that cannot be expressed with a single note

glissando between non-adjacent notes

2006-08-16 Thread V!ctor [EMAIL PROTECTED]
Hi all, I would like to know if any of you are interested in sharing with me the cost of sponsoring a glissando feature. (Han-Wen, how much would this cost?) The idea is to have a glissando start in one note and end in another *non adjacent* note. While looking for ways to do this with Lily, i f