lilypond-user
[Top][All Lists]
Advanced

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

Re: Writing markup in lisp


From: David Kastrup
Subject: Re: Writing markup in lisp
Date: Sat, 26 Jan 2013 18:42:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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.

-- 
David Kastrup




reply via email to

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