Hi Gagi,

> my conclusion is that what I'm aiming for isn't yet implemented in LilyPond

I'm confused… Does this not do what you want?

\version "2.15.32"

\score {
  \relative g' { g4 b d2 }
}

\layout {
  \context {
    \Staff
    \override StaffSymbol #'line-count = #3
    instrumentName = \markup \center-column { a b c }
    \override InstrumentName #'baseline-skip = #1
    \override InstrumentName #'font-size = #-3
    \override InstrumentName #'self-alignment-X = #RIGHT
  }
}

Cheers,
Kieren.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to