Re: Combining lyric variables

2011-07-20 Thread Marc Hohl
Am 20.07.2011 11:24, schrieb Jan-Peter Voigt: Hi Marc, you can simply combine the lyrics in another \lyricmode: --snip-- textA = \lyricmode { A b -- c } textB = \lyricmode { d e -- f } textC = \lyricmode { \textA \textB } \markup { \verse #textC } --snip-- So the \whatsoever is just: f

Re: Combining lyric variables

2011-07-20 Thread Jan-Peter Voigt
Hi Marc, you can simply combine the lyrics in another \lyricmode: --snip-- textA = \lyricmode { A b -- c } textB = \lyricmode { d e -- f } textC = \lyricmode { \textA \textB } \markup { \verse #textC } --snip-- So the \whatsoever is just: fulltext = \lyricmode { \textOne \textTwo \textT

Combining lyric variables

2011-07-20 Thread Marc Hohl
Hello list, I use the snippet http://lsr.dsi.unimi.it/LSR/Item?id=744 extensively in my latest project. Due to the structure of the music, I have a lot of small text snippets like textOne = \lyricmode { This is an ex -- am -- ple } textTwo = \lyricmode { and this one, too! } textThree = ... wh