bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1470 in lilypond: Change keep-inside-line defaults to true


From: lilypond
Subject: Re: Issue 1470 in lilypond: Change keep-inside-line defaults to true
Date: Sat, 15 Jan 2011 21:12:14 +0000


Comment #3 on issue 1470 by address@hidden: 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]