Comment #3 on issue 1470 by ahawry...@gmail.com: Change keep-inside-line defaults to true
http://code.google.com/p/lilypond/issues/detail?id=1470
I have tested the edit below and it works great. I can make the appropriate changes in documentation; should I also remove all of the 'keep-inside-line' overrides from the docs and the relevant regression tests?
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 02160ee..8e33f64 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -1306,6 +1306,7 @@ (horizontal-skylines . ,ly:separation-item::calc-skylines) ;; (stencil . ,ly:paper-column::print) + (keep-inside-line . #t) (line-break-permission . allow) (non-musical . #t) (page-break-permission . allow) @@ -1440,6 +1441,7 @@ (axes . (,X)) (before-line-breaking . ,ly:paper-column::before-line-breaking) (horizontal-skylines . ,ly:separation-item::calc-skylines) + (keep-inside-line . #t) ;; (stencil . ,ly:paper-column::print) (X-extent . ,ly:axis-group-interface::width) _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond