Hello! Is it possible to insert instrument names and cue names to staves
nested inside OneStaff?

Example below:
\version "2.25.19"
melody = {\repeat unfold 4 c''1}
normal = { \new Staff
\with { instrumentName = "Normal"}
{ \melody } }
onestaff = { \new OneStaff
\with { instrumentName = "OneStaff"}
{ \new Staff \with { instrumentName = "Staff"}
  { \melody } } }
\score { \normal }
\score { \onestaff }

Reply via email to