On Tue, Oct 7, 2008 at 2:12 PM, Reinhold Kainhofer
<[EMAIL PROTECTED]> wrote:
>
> (define-public (format-metronome-markup text dur count . context)
>  (let* ((ctx (and (pair? context) (car context)))
>         (hide-note (and ctx (eq? #t (ly:context-property
> ctx 'tempoHideNote))))
>         (note-mark (if (and (not hide-note) (ly:duration? dur))
> ...
>
> I don't know how useful this might be in general, but since it's such an easy
> feature (and I don't think it breaks anything), I prepared a patch:

I prefer if you made the function take a boolean instead, and use
another function (calling the one using the bool) to plug in to the
engraver.



-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to