lilypond-user
[Top][All Lists]
Advanced

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

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


From: Graham Percival
Subject: Re: New bug Was: Re: Strange...
Date: Mon, 15 Jan 2007 13:08:02 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=240

Roland, please read our guidelines for reporting bugs:
http://lilypond.org/web/devel/participating/bugs

Cheers,
- Graham


Mats Bengtsson wrote:
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







reply via email to

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