bug-lilypond
[Top][All Lists]
Advanced

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

Re: incorrect skyline (beam, \changeStaff)


From: Thomas Morley
Subject: Re: incorrect skyline (beam, \changeStaff)
Date: Sat, 30 Apr 2016 13:54:39 +0200

2016-04-30 13:43 GMT+02:00 Malte Meyn <address@hidden>:
> Hi list,
>
> the following code produces an incorrect skyline for the "rh" staff. It
> includes the noteheads but not the stems and beam. This happens only with
> certain rhythms (for example, 8. 16 in the "lh" staff produces a correct
> skyline in the "rh" staff).
>
> \version "2.19.40" % also 2.18.2, 2.16.2, 2.14.2
>
> #(ly:set-option 'debug-skylines #t)
>
> <<
>   \new Staff = "rh" s2.
>   \new Staff = "lh" {
>     d'8 f''
>     \change Staff = "rh"
>     d'8. f''16
>     \change Staff = "lh"
>     d'4
>   }
>>>

Manual beaming the first two notes (or notes #3 an #4) works as well.
Manual beaming the first four notes doesn't.

A problem with the auto-beamer?

Cheers,
  Harm



reply via email to

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