Re: Crash in 2.25.4
Jean Abou Samra <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
Le vendredi 19 mai 2023 à 09:43 -0600, Colin Campbell a écrit :
> > Of all the errors you posted, which one is it now?
> ```
> colin@Calvin:/Work$ lilypond Non-Musical.ly
> GNU LilyPond 2.25.5 (running Guile 2.2)
> Processing `Non-Musical.ly'
> Parsing...
> Interpreting music...
> Preprocessing graphical objects...
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> Converting to `Non-Musical.pdf'...
> warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dAutoRotatePages=/None -dPrinted=false /tmp/lilypond-tmp-7461402)' failed (256)
>
> /usr/local/share/lilypond/2.25.5/ly/init.ly:66:2: error: Guile signaled an error for the expression beginning here
> #
> (let ((book-handler (if (defined? 'default-toplevel-book-handler)
> Throw to key `ly-file-failed' with args `()'.
> ```
Could you compile this and tell about the result, i.e., does it produce a PDF and what does it print in the log?
```
\version "2.25.5"
#(define-markup-command (db layout props arg) (markup?)
(let ((stil (interpret-markup layout props arg)))
(pretty-print (ly:stencil-expr stil))
stil))
\markup \db abc
```
Thanks.
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSZ7TKxnKGyBvBjzBmj8PYLiTOX/gUCZGer2AAKCRCj8PYLiTOX /pwDAP9iHEyry9h4W1yOecFjbttdIS/LHnZAJtxgb+BjAICEIwEA9C66gH8Ep6io fnfrMU4npN8GbkakGWb8jgdsajQ+XAI= =7pI3 -----END PGP SIGNATURE-----