On Mon, 2009-12-21 at 16:34 +0000, Graham Percival wrote:
> On Mon, Dec 21, 2009 at 4:26 PM, Graham Percival
> <gra...@percival-music.ca> wrote:
> > On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels <t.dani...@treda.co.uk> 
> > wrote:
> >>
> > I'm trying a full rebuild now; I'm getting some errors, but I'm not
> > certain if they're just the expected random errors from using
> > CPU_COUNT, or whether they're more serious.  I'll report back in a
> > while.
> 
> 
> Yeah, there's a real problem here.  Just wait a few hours, Colin --
> this is a real build problem, and not anything that I'd expect a new
> doc helper to try do debug with anything less than 6 months of
> lilypond development.

My fault, sorry. Here's a fix in the meantime. I'll push it once "make
check" has finished.

Joe

diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index 3e8b659..79de22f 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -2335,7 +2335,6 @@
    note-head::brew-ez-stencil
    print-circled-text-callback
    lyric-text::print
-   ly:arpeggio::brew-chord-bracket
    ly:bar-line::print
    ly:mensural-ligature::brew-ligature-primitive
    ly:note-head::print
@@ -2350,6 +2349,7 @@
 (define pure-print-to-height-conversions
   `(
     (,ly:arpeggio::print . ,ly:arpeggio::pure-height)
+    (,ly:arpeggio::brew-chord-bracket . ,ly:arpeggio::pure-height)
     (,ly:hairpin::print . ,ly:hairpin::pure-height)
     (,ly:volta-bracket-interface::print . ,volta-bracket-interface::pure-height)))
 
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to