lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shortInstrumentName vertical spacing


From: Noeck
Subject: Re: shortInstrumentName vertical spacing
Date: Fri, 12 Oct 2018 18:08:18 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]