On Mon, Apr 16, 2012 at 2:12 PM, Gagi Petrovic <[email protected]> wrote: > \override InstrumentName #'self-alignment-X = #RIGHT > \set Staff.instrumentName = \markup \concat{ > \raise#-1 \center-column{ "Wind " "Gong " } > \hspace#2 \bold\italic\small\center-column { e. m. c. } > } > > Actually I did try it: it's getting close but it's still not the way it > should be as you can see in the example I added. It seems that using > \hspace#2 gets ignored because of the staff-grouping in the score. But thank > you for thinking with me.
Hmm? I've changed the values a bit and with the following code i get
attached result using 2.15.36
gong = {
#(define mylines '(-2 0 2))
\override Staff.StaffSymbol #'line-positions = #mylines
\clef percussion g
}
\score { \gong }
\layout {
\context {
\Staff
% \override StaffSymbol #'line-count = #3
\override InstrumentName #'baseline-skip = #1
\override InstrumentName #'font-size = #-3
\override InstrumentName #'self-alignment-X = #RIGHT
instrumentName =
\markup {
\raise #-0.5 \center-column \normalsize { "Wind " "Gong " }
\hspace #0.5
\bold\italic \center-column { e. m. c. }
}
}
}
2.14.2 output looks nice too.
Is there anything wrong with it?
Janek
<<attachment: gong-name.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
