bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rest positions are ignored under beams


From: Luc
Subject: Re: Rest positions are ignored under beams
Date: Fri, 27 Oct 2006 13:18:41 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:

> 
> It seems that the \rest feature doesn't work if the rest is placed under 
> a beam.
> The bug was introduced already in version 2.8 and remains in 2.9.26.
> This can for example be seen by comparing the rest-pitch.ly regression test
> in versions 2.8 and 2.9 with that of version 2.6 (where it worked 
> correctly).
> Another illustration is
> 
> \version "2.9.26"
> \relative c'{
> a8 a\rest b b\rest a8[ a\rest b b\rest] |
> }
> 
>    /Mats
> 

Please note also the following example:
{a8 r16 d' r4 a8[ r16 d']r4 | % avoids the collision between beam and rest
\override Rest #'staff-position = #-9
a8 r16 d' r4 a8[ r16 d']r4 | % beam and rest collide 
}

Regards
Luc






reply via email to

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