lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: Re: automatic line-breaking in markup


From: David Kastrup
Subject: Re: Fwd: Re: automatic line-breaking in markup
Date: Thu, 04 Feb 2016 10:14:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Noeck <address@hidden> writes:

> Hi Jonathan,
>
>> It would be very kind of you if you did even that for me.
>
> Like this?
>
> #(define variablename "Your Title")
>
> \header {
>   title = #variablename
> }
>
> { a }

More LilyPondish:

variablename = "Your Title"

\header {
  title = \variablename
}

[...]

-- 
David Kastrup



reply via email to

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