lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grouping lyrics stanzas in scheme


From: John Schlomann
Subject: Grouping lyrics stanzas in scheme
Date: Mon, 30 Jan 2017 19:42:27 -0600

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

 

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]