> On Thu, 1 Jul 1999, Mats Bengtsson wrote:
> > I guess the following version gives more of what you want.
> > 
> > \score {
> >   \notes \relative c'{
> >     \context Staff <
> >       { \voiceone \stemboth c4 d e f g2 g  }
> >       { \voicetwo \stemboth a,4 b c d e2 f  }
> >     >
> >   }
> > }
> 
> No, it doesn't. I vote for "Bug" :-)

I must have been tired when I wrote my previous answer, what I had in 
mind was:
\score {
  \notes \relative c'{
    \context Staff <
      { \voiceone c4 d e f g2 g  }
      { \voicetwo a,4 b c d e2 f  }
    >
  }
}


    /Mats

Reply via email to