On Wednesday 01 March 2006 03.34, liang seng wrote:
> Hi, but this doesn't happen in previous versions (2.7.29), where regardless
> of how many lines an instrument name has per staff using center-align, they
> are always vertically aligned with other instrument names from different
> staves of the same system. Meaning that using the same source file, the
> output comes out fine if you use at least 2.7.29.

Right, it's a bug (and it doesn't happen in 2.6 either, so it's critical).

I condensed the bug further:

\version "2.7.36"
\layout{ragged-right=##t}
<<
\relative \new Staff {
  \set Staff.instrument =\markup {
     \center-align { \line { "aabbccddeeff" } } } 
  R1 
}
\relative \new Staff {
  \set Staff.instrument =\markup {
     \center-align { \line { "abcdef" } } } 
  R1 
}
\relative \new Staff {
  \set Staff.instrument =\markup {
     \center-align { \line { "abc" } } } 
  R1 
}
>>

-- 
Erik


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

Reply via email to