lilypond-devel
[Top][All Lists]
Advanced

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

Fixes problem with -dpreview cropping staff brackets (Issue 3386) (issue


From: PhilEHolmes
Subject: Fixes problem with -dpreview cropping staff brackets (Issue 3386) (issue 9894043)
Date: Fri, 31 May 2013 12:29:46 +0000

Reviewers: ,

Message:
Please review.

Description:
This is a simple revert of the problematic lines in the original commit
- I've not done any study as to why these are the problem, but this
change makes -dpreview function as it should once again when there are
braces and brackets present.  I've pixel-compared and the only change is
a very minor shift in the bar number on beam-broken-difficult.ly

Please review this at https://codereview.appspot.com/9894043/

Affected files:
  M scm/define-grobs.scm


Index: scm/define-grobs.scm
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index a810dcf1c68b41c7360fd7bc2ce54bff46d97449..bc4cf6ff4ad003f66b44b2b83ac4a5895ba99659 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -2250,7 +2250,6 @@
        (collapse-height . 5.0)
        (direction . ,LEFT)

-       (cross-staff . #t)
        ;; ugh--hardcoded.
        (padding . -0.1)  ;; bar must cover rounded ending of staff line.
        (stencil . ,ly:system-start-delimiter::print)
@@ -2267,7 +2266,6 @@
        (collapse-height . 5.0)
        (direction . ,LEFT)
        (font-encoding . fetaBraces)
-       (cross-staff . #t)
        (padding . 0.3)
        (stencil . ,ly:system-start-delimiter::print)
        (style . brace)
@@ -2282,7 +2280,6 @@
      . (
        (collapse-height . 5.0)
        (direction . ,LEFT)
-       (cross-staff . #t)
        (padding . 0.8)
        (stencil . ,ly:system-start-delimiter::print)
        (style . bracket)
@@ -2297,7 +2294,6 @@
     (SystemStartSquare
      . (
        (direction . ,LEFT)
-       (cross-staff . #t)
        (stencil . ,ly:system-start-delimiter::print)
        (style . line-bracket)
        (thickness . 1.0)





reply via email to

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