lilypond-user
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Han-Wen Nienhuys
Subject: Re: (no subject)
Date: Tue, 21 Aug 2001 00:12:23 +0200

address@hidden writes:
> To be honest, I've encountered exactly this problem  
> a few times with notes in separate Voice contexts
> with the same direction and used the following 
> ugly solution
> 
> <\context Voice=up {\voiceOne e8 f e f e2}
>  \context Voice=lower {\stemUp c4*1/2 d c d c2}>
> 
> which works since the lower note won't get any flag of
> its own.

why not merge explicitly?


\score { \notes
\relative c'' { c4
 <\context Voice=up {\voiceOne e8 f e f e2}
  \context Voice=lower {\voiceTwo  \context Voice = up c8  d c d c2}>
}}


--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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