Hello,

I wonder if it is possible to return markup AND score from a single scheme
function, something like this:

example = #(define-scheme-function (parser location) ()
#{
    \markup "Test"
    \score {
       c'4
    }
#}
)

I created some scripts for teaching and want to include task-markup before
each score. Using markup and my functions outside of scheme works, but I
couldn't get  it to work from a single function.

Kind regards
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to