On Monday 18 July 2005 01.38, Rob Vlasaty wrote:
> Take a look at this example.  The << e \\ d >> are placed on top of each
> other instead of side-by-side.  It works ok when \voiceTwo is by itself,
> but when I combine it with \voiceOne, they form a glob.  I've checked it
> over several times using 2.6.0 Windows Native.  Has this been reported yet?

Please read the manual on polyphony, esp. 6.6.2. The problem is the << \\ >> 
inside upperTwo; << \\ >> sets \voiceOne and \voiceTwo implicitly.

> Rob
>
>
> \version "2.6.0"
> upperOne =
>  \relative a'{
>       \time 4/4
>  \voiceOne
>  a4  b c d
>   }
>
>
> upperTwo =
>  \relative a'{
>  \voiceTwo
>  d,4 << e \\ d >> f g
> }
>
>
>
> \score{
>   \context Staff = "notes"
>                       <<
>                       \clef treble
>                       \context Voice = "one" \upperOne
>                       \context Voice = "two" \upperTwo
>
> }

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/doc/v2.5/bugs/out/index.html


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to