lilypond-user
[Top][All Lists]
Advanced

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

Re: parallel versus series scoring


From: Han-Wen Nienhuys
Subject: Re: parallel versus series scoring
Date: Mon, 23 Jan 2006 18:59:29 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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 - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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