Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
On Mon, Nov 17, 2014 at 7:35 AM, David Nalesnik wrote: > Ties are from note-to-note, and apparently there was thought to be no need > of both initiating and terminating events. > It does make sense--didn't mean to suggest otherwise! DN ___ lilypond-us

Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
On Mon, Nov 17, 2014 at 7:06 AM, David Nalesnik wrote: > Hi Jay, > > On Mon, Nov 17, 2014 at 6:37 AM, Jay Vara wrote: > >> I tried to change the tiedNoteToSkip procedure to also skip slurs. For >> some reason, it does not seem to work the same way. It skips the first note >> in a 3 note slur, bu

Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
Hi Jay, On Mon, Nov 17, 2014 at 6:37 AM, Jay Vara wrote: > I tried to change the tiedNoteToSkip procedure to also skip slurs. For > some reason, it does not seem to work the same way. It skips the first note > in a 3 note slur, but not the second. > > No time to look at this in depth, but my fir

Replace slur events with skip

2014-11-17 Thread Jay Vara
I tried to change the tiedNoteToSkip procedure to also skip slurs. For some reason, it does not seem to work the same way. It skips the first note in a 3 note slur, but not the second. Here is the script: \version "2.19.15" #(define (name-of music) (ly:music-property music 'name)) tiedNoteToSki