bug-lilypond
[Top][All Lists]
Advanced

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

Re: Crash in 2.25.4


From: Jean Abou Samra
Subject: Re: Crash in 2.25.4
Date: Fri, 19 May 2023 19:03:19 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

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.



Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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