lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3385 in lilypond: Ottava with cross-staff mess


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3385 in lilypond: Ottava with cross-staff messes up beams
Date: Wed, 17 Jul 2013 11:07:16 +0000


Comment #33 on issue 3385 by address@hidden: Ottava with cross-staff messes up beams
http://code.google.com/p/lilypond/issues/detail?id=3385

When going through the changes down the file, the circular dependency errors for this input file start with

commit 61ec16b272ca7786f3aee475e026f17e43d66acb
Author: David Kastrup <address@hidden>
Date:   Wed Jul 17 10:34:40 2013 +0200

    x

diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index beaba1e..63aa181 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -1650,8 +1650,8 @@
        (staff-padding . 1.0)
        (stencil . ,ly:ottava-bracket::print)
        (style . dashed-line)
-       (vertical-skylines . ,ly:grob::vertical-skylines-from-stencil)
-       (Y-offset . ,ly:side-position-interface::y-aligned-side)
+       (vertical-skylines . ,grob::unpure-vertical-skylines-from-stencil)
+       (Y-offset . ,side-position-interface::y-aligned-side)
        (meta . ((class . Spanner)
                 (interfaces . (font-interface
                                horizontal-bracket-interface

Which is not terribly surprising, given that the error occurs with ottava brackets and that this is the OttavaBracket definition.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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