Re: Arguments before functions

2020-07-20 Thread Fr. Samuel Springuel
> On 19 Jul, 2020, at 4:32 PM, David Kastrup wrote: > > I don't see that you can fix this with a music function, That’s what I thought, I just wanted to make sure. > but of course > you can process the complete music expression and then modify any note > before a \bar "|". I hadn’t thought of

Re: Arguments before functions

2020-07-19 Thread Aaron Hill
On 2020-07-19 11:16 am, Fr. Samuel Springuel wrote: Is there a way for a music function to operate on the note that precedes it? Rather than try to work around the plumbing of LilyPond, might I suggest the following: \version "2.20.0" noteTemplate = #(define-scheme-function

Re: Arguments before functions

2020-07-19 Thread David Kastrup
"Fr. Samuel Springuel" writes: > Is there a way for a music function to operate on the note that precedes it? > > I’m transcribing chant and have lots of music where I transcribed the > note just before the bar as a quarter note (the same as other > non-reciting notes in the measure): > > {

Arguments before functions

2020-07-19 Thread Fr. Samuel Springuel
Is there a way for a music function to operate on the note that precedes it? I’m transcribing chant and have lots of music where I transcribed the note just before the bar as a quarter note (the same as other non-reciting notes in the measure): { \cadenzaOn g'1 c'4 f' \bar "|" } I’ve been