lilypond-user
[Top][All Lists]
Advanced

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

bar numbering another staff


From: Ferenc Wagner
Subject: bar numbering another staff
Date: Fri, 21 May 2004 04:19:07 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

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.




reply via email to

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