Craig Dabelstein <craig.dabelst...@gmail.com> 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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user