Given two are more stanzas of lyrics, such as

 

verseA = \lyricmode {

  First verse

}

 

verseB = \lyricmode {

  Second verse

}

 

I need to do the following statement in scheme:

 

fullLyrics = { verseA verseB }

 

This statement seems to work as written. However, I need to do it
programmatically in scheme as part of a template. I don't know the number of
stanzas ahead of time.

 

Is there a way of doing this? I am not seeing it.

 

John

 

 

 

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

Reply via email to