David B. Thomas wrote:
Wouldn't it be better to store the voices in different variables?


I'd be happy to do this.  Then the syntax could look something like this:

voice1verse1 = { some notes }
voice2verse1 = { more notes }

voice1verse2 = concatenate { still more notes };
voice2verse2 = concatenate { ..and more notes };


Hey, that's a neat idea. We could append to variables iso. overwriting, if they have been defined before,

  \parallelMusic #'(a b) { c | d | c | d }
  \parallelMusic #'(a b) { p | q }

->

 a = { { c c } p }
 b = { { d d } q }

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to