Erik Sandberg <[EMAIL PROTECTED]> writes:
> On Friday 21 May 2004 04.19, Ferenc Wagner wrote:
>
>> [skipped skeleton]
>>
>> 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 a
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 { ... }
>
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