On 26/01/13 17:42, David Kastrup wrote:
Paul Morris <[email protected]> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
