In the multiple verses under the music example in
http://www.lilypond.org/doc/v2.16/Documentation/notation/stanzas#printing-stanzas-at-the-end-in-multiple-columns
is it possible to replace the verses in the markup with some sort of
reference?

Instead of 

      \line { \bold "2."
        \column {
          "This is verse two."
          "It has two lines."
        }
      }

I'd like to have something like:

      \line { \bold "2."
        \stanzaII
      }

But that doesn't work, at least when I define stanzaII as follows:

stanzaIV = \markup {
  This is verse two.
  It has two lines.
}

And I can't figure out how to define the variable otherwise.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Two-column-verses-below-music-tp156074.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to