Add articulation to last note in music

2015-03-13 Thread Mark Knoop
Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed and relative music where the actual notes may be nested within other lists. How do I recurse

Re: Add articulation to last note in music

2015-03-13 Thread Marc Hohl
Am 13.03.2015 um 19:32 schrieb Mark Knoop: Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed and relative music where the actual notes may be

Re: Add articulation to last note in music

2015-03-13 Thread Mark Knoop
At 20:08 on 13 Mar 2015, Marc Hohl wrote: Am 13.03.2015 um 19:32 schrieb Mark Knoop: Hi, I'm trying to make a function to add a glissando to the last note of a music expression. I've got to a version which works with simple music expressions. However, I need to use it with transposed and