Dear David,

Am 12.10.2018 um 18:02 schrieb David Sumbler:
> \set Staff.shortInstrumentName = 
>   \markup { \override #'(baseline-skip . 6)
>             \column { "2." "3." "4." } } 

Well, that works here.

{
  \set Staff.shortInstrumentName =   \markup {
    \override #'(baseline-skip . 1.2)
    \column { "2." "3." "4." } }
  a1 \break a
}

What is wrong with the outcome? How do you use it?
To be more safe against the fact that the staffs settings might already
be defined when you use \set, you could use it in a \with block.

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to