Hi,

how can I write a function that returns a markup?

In Python (using LilyPond syntax) I would write something like:

def function(text):
    url = "http://www.something"; + text.lower()
    return \markup { \with-color #red \with-url #url text }

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to