Hi Federico:
> What about this? (but now I have the borders of the box, can I remove them?)
Using \pad-to-box is probably even better in terms of spacing, since you can
control x and y padding separately:
\version "2.13.9"
\markup \override #'(thickness . 0) {
\fill-line {
\box {
\fontsize #10
\pad-to-box #'(0 . 0) #'(-80 . 80) { "Chapter 1" }
}
}
}
However, I can't seem to get the thickness to [a true] 0 — maybe a bug? =\
Cheers,
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user