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