lilypond-user
[Top][All Lists]
Advanced

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

Re: advanced (?) instrumentname setting


From: Francisco Vila
Subject: Re: advanced (?) instrumentname setting
Date: Mon, 16 Apr 2012 11:25:12 +0200

2012/4/16 Kieren MacMillan <address@hidden>:
> 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
>  }
> }

Great!

a small font-size is very important here. It the InstrumentName
\markup is { - - - } (three very short characters) you can use a size
as big as #13. If it is { Éj Éj Éj } (three very tall characters), you
must use a size as small as #-7.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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