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

  \flashNote e,

I've tried various versions of $note4, {$note}4 etc--- all producing
errors of course. Clues? Suggestions?

--hsm


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to