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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user