Please send bug reports ot bug-lilypond@gnu.org
(I forward your email there).

 /Mats

Roland Goretzki wrote:

Hello list, hello Han-Wen,

thank You for the very fast fixing of the "beam on wrong side".

After installing version 2.10.11 all beams in op 10 No. 1 are correct
again.

Unfortunately I found a new bug, which did still exist in version
2.10.9, but I'd not seen before ...

This bug has to do with the positioning of rests:
If the right hand changes down to the lower system, then rests do appear
UNDER the notes of the left hand.
Overriding rest direction has no effect.

The rest behaviour was correct in version 2.8.8 (and earlier).

A little example is in the attached .ly-file.
There is no converting necessary between 2.8 and 2.10 (only the version
number), so it is very easy to see the problem.

Best Regards           Roland
------------------------------------------------------------------------

\version "2.10.11"
\include "deutsch.ly"

rechts = \context Staff \relative c'{
\context Voice = "rechts"
 d''16 a f h,
 d a f h,
 \once\override Beam #'positions = #'(10 . 7)
 d \change Staff = down a f h,
 r4
}

links =  \context Staff \relative c{
\context Voice = "links"
 <h, h'>2. \stemDown <h>4
}

\score {
 \context PianoStaff
 <<
   \context Staff = "up" << \clef violin \rechts >>
   \context Staff = "down" << \clef bass \links >>
 >>
 \layout {
   ragged-right = ##t
   \context { \PianoStaff \override VerticalAlignment #'forced-distance = #9.5 }
 }
}
------------------------------------------------------------------------

_______________________________________________
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

Reply via email to