Re: function variable question

2009-12-18 Thread Alexander Kobel
Hugh Myers wrote: Thanks again Alexander--- thats the third time today you've bailed me out! Hope I can return same someday. You're welcome. If it's not me whom you can help, it's someone else. Just fair - I've been there, too, and there have benn others... :-) Cheers, Alexander

Re: function variable question

2009-12-18 Thread Hugh Myers
Thanks again Alexander--- thats the third time today you've bailed me out! Hope I can return same someday. --hgsm On Fri, Dec 18, 2009 at 3:49 PM, Alexander Kobel wrote: > Hugh Myers wrote: >> >> Given: >> >> flashNote = #(define-music-function (parser location note)(ly:music?) #{ >>  $note s2.

Re: function variable question

2009-12-18 Thread Alexander Kobel
Hugh Myers wrote: Given: flashNote = #(define-music-function (parser location note)(ly:music?) #{ $note s2. \pageBreak #} ) I'd like to modify it so that a fixed duration for the note can be within the function rather than in the calling sequence. [...] I've tried various versions of $note4

function variable question

2009-12-18 Thread Hugh Myers
Given: flashNote = #(define-music-function (parser location note)(ly:music?) #{ $note s2. \pageBreak #} ) I'd like to modify it so that a fixed duration for the note can be within the function rather than in the calling sequence. Like so: instead of \flashNote e,4 I'd rather \flashNot