lilypond-user
[Top][All Lists]
Advanced

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

RE: Problem with rest collision


From: Walter Hofmeister
Subject: RE: Problem with rest collision
Date: Wed, 19 Apr 2006 00:41:13 -0600
User-agent: Microsoft-Entourage/11.1.0.040913

On 4/18/06 10:31 PM, "Jefferson dos Santos Felix" <address@hidden> 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







reply via email to

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