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:03:05 -0500

Hello Alberto,  

Looks like you've already figured it out, but you can also wrap lilypond code 
in #{  ... #}  to embed it in scheme code.  This is particularly helpful for 
use with \markup.  So I think the following should also work (although I 
haven't tried it):

\set Staff.instrumentName = #{ \markup {
 \column { "Clarinetti"
           \line { "in B" \smaller \flat } } } #}

See:
http://www.lilypond.org/doc/v2.16/Documentation/extending/markup-construction-in-scheme

HTH,
-Paul


reply via email to

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