lilypond-devel
[Top][All Lists]
Advanced

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

Re: regtest bombs out with guilev2


From: David Kastrup
Subject: Re: regtest bombs out with guilev2
Date: Sat, 03 Feb 2018 20:47:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> Hi,
>
> I was testing Dans recent patches (issues 5267/8/9) with my
> guile-v2-setup (with guile-2.2.3 now)
> While I've got a successful make, make doc bombs out at
> input/regression/markup-partial.ly.
>
> Processing the derived minimal below
>
> \markup bold-red = \markup \bold \with-color #red \etc
> \markup \bold-red "Bold red."
>
> returns:
>
> ~/lilypondH/Test/forum$ lilypond-git-guile-2.2 atest-70.ly
> GNU LilyPond 2.21.0
> Processing `atest-70.ly'
> Parsing...Backtrace:
>            9 (apply-smob/1 #<catch-closure 20fd8c0>)
> In ice-9/eval.scm:
>    293:34  8 (_ #(#(#<directory (lily) 21b6f00>) #<variable 2efde6…>))
>     619:8  7 (_ #(#(#(#(#(#(#(#<directory (lily) …>) …) …) …) …) …) …))
> In srfi/srfi-1.scm:
>     640:9  6 (for-each #<procedure 31f7760 at ice-9/eval.scm:333:13…> …)
> In ice-9/eval.scm:
>     619:8  5 (_ #(#(#(#(#(#<directory (lily) 21b6f00> # …) …) …) …) …))
> In ice-9/boot-9.scm:
>     829:9  4 (catch _ _ #<procedure 3402640 at ice-9/eval.scm:386:1…> …)
> In unknown file:
>            3 (ly:parse-file "atest-70.ly")
> In ice-9/eval.scm:
>    196:35  2 (_ #f)
>    223:20  1 (proc #<module (#{ g166}#) 2825f00>)
> In unknown file:
>            0 (%resolve-variable (7 . bold-red) #<module (#{ g166}#) …>)
>
> ERROR: In procedure %resolve-variable:
> Unbound variable: bold-red
>
> I doubt it has anything to do with Dan's patches.
>
> Any hint what's wrong?

What happens when you write

bold-red-markup = \markup \bold \with-color #red \etc
\markup \bold-red "Bold red."

?  I'm trying to figure out whether it is the definition or the use or
both bombing out.

-- 
David Kastrup



reply via email to

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