Issue 609: keep-inside-line fails when using \markup line-width
http://code.google.com/p/lilypond/issues/detail?id=609
New issue report by v.villenave:
% In this example, keep-inside-line only works on the last line
\version "2.11.44"
gpl =
\markup { \override #'(line-width . 40)
\box \justify-string
#"If you want to redistribute LilyPond, you must comply with the GNU
General Public License (reproduced below). This license applies to
LilyPond with the following exceptions:" }
\new Score \with {
\override PaperColumn #'keep-inside-line = ##t
}{
b1 b b b b b b b b R1^\markup \gpl b \break
b b b b b b b b \mark \markup \gpl b \break
b b b b b b b b b b b^\markup \gpl b \break
}
% it might be related to issue 160 or issue 436
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium
--
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