You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install LilyPond via Homebrew with brew install lilypond
In the Elysium application, under Preferences > LilyPond > Compiler, set Path to LilyPond executable to /usr/local/bin/lilypond or /usr/local/Cellar/lilypond/2.24.4/bin/lilypond
Compile a score
Actual output: No PDF file is created, and the following error appears in the Console:
Converting to `score.pdf'...
warning: g_spawn_sync failed (-1): gs: Failed to execute child process “gs” (No such file or directory)
warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dAutoRotatePages=/None -dPrinted=false /var/folders/d7/qt541tgd3vzfk32m544ks8mw0000gn/T//lilypond-tmp-788731)' failed (-1)
/usr/local/Cellar/lilypond/2.24.4/share/lilypond/2.24.4/ly/init.ly:65: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 `()'.
LilyPond terminated in 3,105 seconds.
Expected output: A PDF file is created
Additional info:
When running lilypond via the command line, it creates a PDF file.
Versions:
Steps to reproduce:
brew install lilypond
/usr/local/bin/lilypond
or/usr/local/Cellar/lilypond/2.24.4/bin/lilypond
Actual output: No PDF file is created, and the following error appears in the Console:
Expected output: A PDF file is created
Additional info:
The text was updated successfully, but these errors were encountered: