lilypond-user
[Top][All Lists]
Advanced

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

Re: Too high measure numbers with ossia staff


From: Xavier Scheuer
Subject: Re: Too high measure numbers with ossia staff
Date: Sat, 22 Oct 2022 21:19:57 +0200

On Sat, 22 Oct 2022 at 00:55, Erika Pirnes <erika.pirnes@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.scheuer@gmail.com>


reply via email to

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