On Sat, 22 Oct 2022 at 00:55, Erika Pirnes <erika.pir...@hotmail.com> wrote:
>
> Hi,
>
> I just learned how to use the ossia staff. And I'm quite happy with the
results, except it seems that the measure numbers follow the hidden ossia
staff instead of the first visible staff. Can anyone think of a nice way to
move the measure numbers down? Below is a modified version of the example
in the documentation.

Hello,

I'd suggest to remove "Bar_number_engraver" from the Score context and to
add it to your main Staff.

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
}

  \new Staff \with {
    \consists "Bar_number_engraver"
  }

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

Reply via email to