Re: add tenuto

2008-06-02 Thread Stefan Thomas
t; you the differents events in a order : sub-elements, elements. > here is a version which seems to work with ties. > (i do not test it a lot) > > % > > #(define tieEvent? #f) > > #(define (add-Tenuto music) > (let ( > (eventname (ly:music-property music '

Re: add tenuto

2008-06-01 Thread Gilles THIBAULT
e differents events in a order : sub-elements, elements. here is a version which seems to work with ties. (i do not test it a lot) %%%%%%%%% #(define tieEvent? #f) #(define (add-Tenuto music) (let ( (eventname (ly:music-property music 'name)) (e

add tenuto

2008-06-01 Thread Stefan Thomas
Dear Lilypondusers, I modified (which was very easy) the addStaccato function to addTenuto, which also works very fine. But I have one question: Could it be possible to exclude those notes, that follows the one with the tie? I think, this could be also interesting (even a bit more) for the addStacc