I am trying to specify instrumentName like this:
instrumentName = \markup {
"Oboe"
\center-column {
\line { "I" }
\line { "II" }
}
}
But I want the word "Oboe" vertically centered. How do I do that?