Thanks Brian. Much appreciated. Craig
On 1 April 2018 at 14:52, Brian Barker <[email protected]> wrote: > 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 > -- *Craig Dabelstein* Maxime's Music [email protected] *http://maximesmusic.com <http://maximesmusic.com>*
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
