Hello,
I’ve noticed that in aligning instrument names, different widths of
SystemStart* grobs are not taken into account, which yields unpleasant
gaps. Rather, the upper instrument name in the attached example should
cling closer to the SystemStartDelimiter, such as the lower one clings
to the lower one clings to the bracket.
This will not normally (with center- or left-aligned instrument names)
make a relevant difference, but with right-aligned instrument names it does.
Yours, Simon
\version "2.19.35"
m = { d''32 e'' d''2... }
test = \markup \bold \rotate #90 "TEST"
\score {
<<
\new StaffGroup \new Staff \m
\new StaffGroup <<
\new Staff \m
\new Staff \m
>>
>>
\layout {
\context {
\StaffGroup
instrumentName = \test
\override InstrumentName.self-alignment-X = 1
}
}
}_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond