Re: Create a macro for doubling the note in an arpeggio pattern

2019-02-25 Thread elmeri
Hello, I later discovered that durations other than 16 are required for the doubled note later in the score (dotted 4th note for example), so I ended up doing something like this: GR = #(define-music-function (m p1 p2 p3 p4 p5 p6) (ly:music? ly:pitch? ly:pitch? ly:pitch? ly:pitch?

Re: Create a macro for doubling the note in an arpeggio pattern

2019-02-22 Thread Lukas-Fabian Moser
I’m working on a score that has a lot of arpeggios where the first note of the 6-note group of 16th notes is doubled as a dotted 4th note. Having a macro/function to turn e.g. the pattern "f16 c a f c f,” into “<< { f4. } \\ { f16 c a f c f, } >>”, or even more preferably “<< { f4. } \\ {

Create a macro for doubling the note in an arpeggio pattern

2019-02-22 Thread elmeri
Hi, I’m working on a score that has a lot of arpeggios where the first note of the 6-note group of 16th notes is doubled as a dotted 4th note. Having a macro/function to turn e.g. the pattern "f16 c a f c f,” into “<< { f4. } \\ { f16 c a f c f, } >>”, or even more preferably “<< { f4. } \\ {