On Friday 21 May 2004 04.19, Ferenc Wagner wrote:
> Hi,
>
> is it possible to remove the bar numbers from the top of the
> topmost staff and add them to a different staff?
>
> \score {
>     \new Score \with {
>         \remove Bar_number_engraver
>     }
>     <<
>         \new Staff { ... }
>         \new Staff \with {
>             \consists Bar_number_engraver
>         } <<
>           ...
>
>
> }
>
> resulted in a segmentation fault only...
> v2.2.1 on Debian Woody.

Cannot reproduce. Can you please send a full example which makes lilypond 
segfault? (all segfaults are considered _very_ serious bugs, regardless of 
whether you have done anything wrong, so we're grateful to have them 
reported)

Erik


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to