Павел <budanov.pa...@gmail.com> writes:

> Hello lilyponders! I want to produce \header block in my function, to
> use my function instead \header block. But I can't seem to find the
> correct syntax for this. It doesn't work like that:
>
> genheader = #(define-music-function
>     (mystring) ( string? ) #{
>         \header { piece = \markup\bold #mystring }
>     #})

A header is not music.  Use define-scheme-function instead.

-- 
David Kastrup

Reply via email to