lilypond-devel
[Top][All Lists]
Advanced

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

\center-align in instrument names


From: Graham Percival
Subject: \center-align in instrument names
Date: Thu, 18 Aug 2005 02:15:23 -0700

Is this a bug, or am I doing something weird?  \center-align works
fine in Staff.instrument when I have a single instrument, but when I add
a second instrument, the center of \center-align is lined up with the
left side of the other instrument name.  This results in half of the
"clarinetti" running off the page.

{ <<
\new Staff {
  \set Staff.instrument = \markup {
    \center-align { "Clarinetti"
      \line { "in B" \smaller \flat } } }
  c''1
}
\new Staff {
  \set Staff.instrument = "Vibraphone"
  c''1
}
>>
}





reply via email to

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