On 4/18/06 10:31 PM, "Jefferson dos Santos Felix" <[EMAIL PROTECTED]> wrote:

> \version "2.8.1"
> \score
> {
>  <<
>   {a8 d' f' a'} \\ {r8 c' d' r}
>>> 
> }

Try this it seems to work here.

\version "2.8.1"
\score
{
 <<
  {a8 d' f' a'} \\ {d8\rest c' d' r}
 >>
}

Section 6.1.6 makes it clear that rests can be moved to specific pitches to
avoid collisions. I'm not sure why this collision should happen as I thought
there were mechanisms to avoid collisions but they still seem to persist.


Walter Hofmeister





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

Reply via email to