Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-13 Thread Urs Liska
Am 13.04.2015 um 16:37 schrieb David Nalesnik: Hi Urs, On Sun, Apr 12, 2015 at 9:05 PM, Urs Liska > wrote: Hi David, thank you for your head start. See my attached results. I'd be grateful for any comments to improve the coding. I'd like to lo

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-13 Thread David Nalesnik
Hi Urs, On Sun, Apr 12, 2015 at 9:05 PM, Urs Liska wrote: > Hi David, > > thank you for your head start. > See my attached results. I'd be grateful for any comments to improve the > coding. > I'd like to look through this, but unfortunately I won't be able to give good feedback for the time b

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-12 Thread Urs Liska
Am 13.04.2015 um 04:11 schrieb Urs Liska: Am 13. April 2015 04:05:56 MESZ, schrieb Urs Liska : Hi David, thank you for your head start. See my attached results. I'd be grateful for any comments to improve the coding. In particular I am quite sure that the nesting of (list (list is quite c

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-12 Thread Urs Liska
Am 13. April 2015 04:05:56 MESZ, schrieb Urs Liska : >Hi David, > >thank you for your head start. >See my attached results. I'd be grateful for any comments to improve >the >coding. In particular I am quite sure that the nesting of (list (list is quite clumsy and maybe even "wrong". >One bas

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-12 Thread Urs Liska
Hi David, thank you for your head start. See my attached results. I'd be grateful for any comments to improve the coding. One basic question is if it will be possible to extend it with other types (dynamic text spanners etc.) without having to write another engraver with duplicating code. And

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-11 Thread Urs Liska
Hi David, thanks a lot, looks promising. I'll have a look later when I'm home. Urs Am 11. April 2015 16:07:24 MESZ, schrieb David Nalesnik : >On Sat, Apr 11, 2015 at 9:01 AM, David Nalesnik > >wrote: > >> Hi Urs, >> >> On Sat, Apr 11, 2015 at 3:31 AM, Urs Liska >wrote: >> >>> Hi, >>> >>> this

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-11 Thread David Nalesnik
On Sat, Apr 11, 2015 at 9:01 AM, David Nalesnik wrote: > Hi Urs, > > On Sat, Apr 11, 2015 at 3:31 AM, Urs Liska wrote: > >> Hi, >> >> this is related to my previous thread and particularly to the file >> attached to >> http://lists.gnu.org/archive/html/lilypond-user/2015-04/msg00263.html >> >> I

Re: (Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-11 Thread David Nalesnik
Hi Urs, On Sat, Apr 11, 2015 at 3:31 AM, Urs Liska wrote: > Hi, > > this is related to my previous thread and particularly to the file > attached to > http://lists.gnu.org/archive/html/lilypond-user/2015-04/msg00263.html > > If I have a Scheme engraver listening to TextScript-s I can get a list

(Urgent:) Getting start and end translation-timestep of a (hairpin) grob

2015-04-11 Thread Urs Liska
Hi, this is related to my previous thread and particularly to the file attached to http://lists.gnu.org/archive/html/lilypond-user/2015-04/msg00263.html If I have a Scheme engraver listening to TextScript-s I can get a list of entries at the same timestep and then compare them for equality. T