Status: Accepted
Owner: ----
CC: [email protected]
Labels: Type-Defect Regression
New issue 3504 by [email protected]: \hspace isn't aligned properly by
\fill-line (caused by fix to issue 3330)
http://code.google.com/p/lilypond/issues/detail?id=3504
\version "2.17.19"
\markup {
"\fill-line" should spread markups uniformly
across available line width, but it doesn't:
}
\markup \vspace #1
\markup {
\fill-line {
\hspace #1
a
b
c
d
\hspace #1
}
}
\markup \vspace #1
\markup {
This used to work before commit
6ac913499ad626ae399a2a24c528659688a92fbe
(issue 3330).
}
\markup {
A workaround is to use "\\null" markups instead
of "\hspace":
}
\markup \vspace #1
\markup {
\fill-line {
\null
a
b
c
d
\null
}
}
Attachments:
problems with markup alignment.png 27.7 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings