On Mon, 28 Jun 1999, Han-Wen Nienhuys wrote:

> > > > Without words -- this looks very wrong, since .48 or .49 :-)
> > > > 
> > > > \score {
> > > >   \context Staff { \notes \relative c' { < c1 d > } }
> > > > }
> > > 
> > > You just created two voices. Use an explicit \context Voice.
> > 
> > I'm confused. Why has this changed? I can imagine that a lot of input
> > files will have to be reworked. Typesetting simple chords gets a lot
> > harder this way.
> 
> This hasn't changed a bit over the last few versions.  You are perhaps
> misled by the fact that if a note comes first (like in 
> 
> \score {
>   \context Staff { \notes \relative c' { c1 < c1 d > } }
> }
> 
> ), the <c1 d> gets sent to a Voice in stead of a staff.  

Okay, I've now done as you said, but it still looks wrong:

\score {
  \context Staff <
    \context Voice = one { \notes \relative c' { c4 d e f g2 g } }
    \context Voice = two { \notes \relative c' { a4 b c d e2 f } }
  >
}

-- 
michael krause [aka raw style / lego] - www.tu-harburg.de/~semk2104/

Reply via email to