lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Markup and Score from scheme function


From: Sebastian Käppler
Subject: Markup and Score from scheme function
Date: Thu, 11 Oct 2018 10:22:37 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]