bug-lilypond
[Top][All Lists]
Advanced

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

Re: New bug Was: Re: Strange...


From: Mats Bengtsson
Subject: Re: New bug Was: Re: Strange...
Date: Sun, 14 Jan 2007 22:32:22 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Please send bug reports ot address@hidden
(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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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