[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3504 in lilypond: \hspace isn't aligned properly b
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3504 in lilypond: \hspace isn't aligned properly by \fill-line (caused by fix to issue 3330) |
Date: |
Sat, 17 Aug 2013 12:49:02 +0000 |
Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Defect Regression
New issue 3504 by address@hidden: \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
- [Lilypond-auto] Issue 3504 in lilypond: \hspace isn't aligned properly by \fill-line (caused by fix to issue 3330),
lilypond <=