bug-lilypond
[Top][All Lists]
Advanced

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

Re: ossia staff stops too late


From: Joe Neeman
Subject: Re: ossia staff stops too late
Date: Sun, 17 Aug 2008 22:29:13 -0700

On Thu, 2008-08-14 at 19:59 +0200, Werner LEMBERG wrote:
> Please have a look at the attached image, produced by the following
> code:
> 
> 
> \version "2.11.55"
> 
> \relative c'' {
>   \time 2/4 c2 |
> 
>   << { c2 }
>      \new Staff \with {
>        \remove "Time_signature_engraver"
>      }
>      { c2 } >> |
> 
>   << { c2 }
>      \new Staff \with {
>        \remove "Time_signature_engraver"
>      }
>      { c2 } >> |
> 
>   \time 3/4 c2. |
> }
> 
> 
> IMHO, the second ossia staff should stop right at the barline, similar
> to the first one.  This looks like a bug, especially because the time
> signature engraver has been removed.

After a quick glance, I'd say its because the StaffSymbol is looking at
the extent of the PaperColumn (which includes the TimeSignature) to
determine its endpoint. Definitely a bug.

Joe






reply via email to

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