lilypond-user
[Top][All Lists]
Advanced

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

Re: Writing markup in lisp


From: Alberto Simões
Subject: Re: Writing markup in lisp
Date: Sat, 26 Jan 2013 18:01:59 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130107 Thunderbird/17.0.2



On 26/01/13 17:42, David Kastrup wrote:
Paul Morris <address@hidden> writes:

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 { ... } #} ))

Not quite: you'll need

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

or you'll have the quoted equivalent of \markup in your definition.


Thank you. That makes it quite more legible :)

Cheers
ambs



reply via email to

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