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




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to