Comment #33 on issue 3385 by [email protected]: 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 <[email protected]>
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