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: David Kastrup
Subject: Re: Storing movement titles as a variable
Date: Sun, 01 Apr 2018 07:49:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Craig Dabelstein <address@hidden> writes:

> Hi all,
>
> 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?

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

\header{
piece = \movtI
}

You cannot just strew braces everywhere: they have meaning.  In
particular, outside of other modes (like markup mode) they introduce
sequential music.

-- 
David Kastrup



reply via email to

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