It works, thank you!

Enviado de Outlook para Android<https://aka.ms/AAb9ysg>
________________________________
From: Pierre Perol-Schneider <[email protected]>
Sent: Tuesday, February 28, 2023 6:01:56 AM
To: Nuno Trocado <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: OneStaff and instrument names

Hi Nuno,
This should work:

\layout {
  \context {
    \OneStaff
    \consists Instrument_name_engraver
  }
}

HTH, cheers,
Pierre


Le mar. 28 févr. 2023 à 02:36, Nuno Trocado 
<[email protected]<mailto:[email protected]>> a écrit :
Is it possible to have instrument names when using OneStaff? Nothing appears:

\version "2.23.5"

\new Score {
  \new OneStaff \with { instrumentName = "Violin" } {
    \new Staff {
      c d e f
      \stopStaff
    }
    \new RhythmicStaff {
      \omit Score.TimeSignature
      c4 8 8
    }
  }
}

Reply via email to