lilypond-user
[Top][All Lists]
Advanced

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

Re: Question about voices


From: David Raleigh Arnold
Subject: Re: Question about voices
Date: Sat, 17 Aug 2002 14:25:55 +0000

On Sat, 17 Aug 2002 17:49:47 Laurent Duperval wrote:
> On 17 Aug, Jérémie Lumbroso wrote:
> > 
> > LD> I'm trying to compose a score with two voices on one staff.
> > As indicated in the following link:
> > http://lilypond.org/development/Documentation/user/out-www/lilypond/Polyphony.html#Polyphony
> > For persistent voices (ie.: when a voice spans throughout the whole
> > piece with [nearly] no interruptions), it is best to manually
> initiate
> > a context (as shown in the manual):
> > 
   \relative c''
   \context Staff <
          \context Voice = VA { \voiceOne cis2 b  }
          \context Voice = VB { \voiceThree b4 ais ~ ais4 gis4 }
          \context Voice = VC { \voiceTwo fis4~  fis4 f ~ f  }
   >
 
> >   
> > For a new measure, separate your notes with "|":
> > 
> >   a8 b c d | d d e c | e g f d
> > 
> 
> Thanks to Carlos and to you. I'll rewrite my score a bit to match the
> above.
> 
> Thanks,
> 
> L

  \relative c''
   \context Staff <
          \context Voice = VA { \voiceOne \include "mpc-pt1.ly" }
          \context Voice = VB { \voiceThree \include "mpc-pt2.ly" }
          \context Voice = VC { \voiceTwo \include "mpc-pt3.ly"  }
   >

in a .sly file, one measure per line (why comment?):

cis2 b | b4 ais ~ ais4 gis4 | fis4~  fis4 f ~ f  | 4th part goes nowhere
cis2 b | b4 ais ~ ais4 gis4 | fis4~  fis4 f ~ f  | 4th part goes nowhere
cis2 b | b4 ais ~ ais4 gis4 | fis4~  fis4 f ~ f  | 4th part goes nowhere

for barchecks (not tested):

|cis2 b || b4 ais ~ ais4 gis4 || fis4~  fis4 f ~ f  | 4th dummy part

------------------------------------------------------------
Information is not knowledge.           Belief is not truth.
Indoctrination is not teaching.   Tradition is not evidence.
         David Raleigh Arnold   address@hidden



reply via email to

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