bug-lilypond
[Top][All Lists]
Advanced

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

Re: instrument name misalignment


From: Erik Sandberg
Subject: Re: instrument name misalignment
Date: Wed, 1 Mar 2006 11:39:19 +0100
User-agent: KMail/1.8.3

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




reply via email to

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