Status: Started
Owner: v.villenave
CC: reinhold.kainhofer
Labels: Type-Defect Priority-Medium
New issue 732 by v.villenave: Alignment problems when vertically stacking
horizontally centered stencils.
http://code.google.com/p/lilypond/issues/detail?id=732
% In the following example:
\version "2.12.0"
\markup{\concat \left-align { AAA BB C }}
\markup{\concat \center-align { AAA BB C }}
\markup{\concat \right-align { AAA BB C }}
% it's the right end of first markup that's aligned with the alignment
% point of the second one, and similarly the right end of the second
% markup that's aligned with the alignment point of the third markup.
(Mats,
http://lists.gnu.org/archive/html/lilypond-user/2008-08/msg00593.html)
% This leads to problems with compound time signatures:
\markup \line {
\center-column { \line {a b} \line {c} }
\vcenter {"+"}
\center-column { \line {a b} \line {c} }
}
(Reinhold,
http://lists.gnu.org/archive/html/bug-lilypond/2008-11/msg00117.html)
% Reinhold has proposed a patch:
http://lists.gnu.org/archive/html/lilypond-devel/2008-11/msg00417.html
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond