lilypond-user
[Top][All Lists]
Advanced

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

markup function


From: Noeck
Subject: markup function
Date: Sat, 05 Jan 2013 16:10:59 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

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



reply via email to

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