lilypond-user
[Top][All Lists]
Advanced

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

Re: Writing markup in lisp


From: Paul Morris
Subject: Re: Writing markup in lisp
Date: Sat, 26 Jan 2013 12:12:40 -0500

Please disregard my last message.  I now see that you wanted to use \markup in 
the following scheme code: 

\addInstrumentDefinition #"contrabassoon"
 #`((shortInstrumentName . "Cbsn."))


So I think something like this should work:

\addInstrumentDefinition #"contrabassoon"
 #`((shortInstrumentName .  #{ \markup { ... } #} ))


Apologies for the noise.
-Paul


reply via email to

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