RE: Problem with rest collision

2006-04-19 Thread Walter Hofmeister
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


Re: Problem with rest collision

2006-04-19 Thread Mats Bengtsson

It certainly looks like a bug, so I forward it there.

  /Mats

Jefferson dos Santos Felix wrote:


Another example, to illustrate the problem (I think it's a bug)

\score
{
 
  \override Score.RestCollision #'minimum-distance = #0.75
  {g8 a b c' d' e' f' g' a' b' c'' d'' e'' f'' g'' a''} \\
  {r8 r r r  r  r  r  r  r  r  r   r   r   r   r   r  }
 
}


Jefferson

2006/4/19, Jefferson dos Santos Felix [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


I try to remove the rest collision of the example below, but no
success:

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

I try to use this:
 \override Score.RestCollision #'minimum-distance = #1.75

but the collision persists.

How can I solve it?

Thanks,

-- 
Jefferson dos Santos Felix

-
felixmusic.net http://felixmusic.net






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




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Problem with rest collision

2006-04-18 Thread Jefferson dos Santos Felix
I try to remove the rest collision of the example below, but no success:

\version 2.8.1
\score
{

 {a8 d' f' a'} \\ {r8 c' d' r}

}

I try to use this:
\override Score.RestCollision #'minimum-distance = #1.75

but the collision persists.

How can I solve it?

Thanks,
-- Jefferson dos Santos Felix-felixmusic.net
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem with rest collision

2006-04-18 Thread Jefferson dos Santos Felix
Another example, to illustrate the problem (I think it's a bug)

\score
{

 \override Score.RestCollision #'minimum-distance = #0.75
 {g8 a b c' d' e' f' g' a' b' c'' d'' e'' f'' g'' a''} \\
 {r8 r r r r r r r r r
r r r r r
r }

}


Jefferson2006/4/19, Jefferson dos Santos Felix [EMAIL PROTECTED]:
I try to remove the rest collision of the example below, but no success:

\version 2.8.1
\score
{

 {a8 d' f' a'} \\ {r8 c' d' r}

}

I try to use this:
\override Score.RestCollision #'minimum-distance = #1.75

but the collision persists.

How can I solve it?

Thanks,
-- Jefferson dos Santos Felix-felixmusic.net



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