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.
-- 
Thanks,
Feri.


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

Reply via email to