lilypond-user
[Top][All Lists]
Advanced

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

Re: Storing movement titles as a variable


From: Brian Barker
Subject: Re: Storing movement titles as a variable
Date: Sun, 01 Apr 2018 05:52:34 +0100

At 14:35 01/04/2018 +1000, Craig Dabelstein wrote:
Is it possible to store movement titles as a variable? e.g.,

movtI = { \markup{I. Allegro} }
movtII = { \markup{II. Adagio} }

\header{
piece = \movtI
}

So far I haven't been able to get this to work. Any ideas?

Is there any reason why you cannot use:

movtI = "I. Allegro"
movtII = "II. Adagio"

\header{
piece = \markup \movtI
}

Brian Barker



reply via email to

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