bug-lilypond
[Top][All Lists]
Advanced

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

Re: Adjacent-tone noteheads crash using multiple parts.


From: Erik Sandberg
Subject: Re: Adjacent-tone noteheads crash using multiple parts.
Date: Mon, 18 Jul 2005 21:30:52 +0200
User-agent: KMail/1.8

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




reply via email to

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