2012/9/21 David Kastrup <[email protected]>:
> There is no concept of "concatenation" involved here.  Spaces are not
> significant between separate syntactic elements.  Not even in lyrics.
> If you write
> xxx="text"
> then \lyricmode{\xxx\xxx} and \lyricmode { \xxx \xxx } are both
> equivalent to \lyricmode { text text } or \lyricmode{text   text}.

I think not. E.g. is really

  xxx="text"
  tenorLyrics = \lyricmode{\xxx}

valid? I can not get it to work.

Or

  \new Lyrics  \lyricmode{text   text}

Which is also not valid because "text}" is a syllable itself.

  \new Lyrics \lyricmode{text   text} }

is valid input and produces "text text}"
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to