On Jan 11, 2020, at 01:36, Marnen Laibow-Koser <mar...@marnen.org> wrote: > I'd really appreciate fellow Mac users testing the build and reporting any > issues you find. (Karlin? Carl?) You can download it at > https://drive.google.com/open?id=18b1nX5nJsBrzDBGqga9T753oCL8ilwqs ; it > should work on any recent version of Mac OS. I'm particularly interested > in reports from Catalina users, but really, at this point, any information > is useful.
I've never been a LilyPond GUI user, so I first tried to run /Applications/LilyPond-2.19.app/Contents/Resources/bin/lilypond from a Makefile on macOS 10.15.2 (Catalina). (Renaming LilyPond.app to include the version number has been my practice for a while.) There was the usual security problem with running unsigned apps, which was solved in the usual way in the Security & Privacy preferences pane. Near startup, there was this message I don't remember having seen before: Unable to revert mtime: /Library/Fonts It probably comes from here: $ (cd /Applications/LilyPond* && grep -r "Unable to revert mtime" .) Binary file ./Contents/Resources/lib/libfontconfig.1.dylib matches Next, it looks like gs failed: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -dAutoRotatePages=/None -dPrinted=false -sOutputFile=ar10_holy_God_behold_my_heart_is_turning.pdf -c.setpdfwrite -f/var/folders/3k/ftz328kw8xj94s0059bcsnx80000gp/T//lilypond-zC36CX)' failed (256) I tried processing input/regression/bend-bound.ly in the GUI; the result was similar: Processing `/Users/dan/Music/LilyPond/bend-bound.ly' Parsing… Interpreting music… Preprocessing graphical objects… Interpreting music… Preprocessing graphical objects… Finding the ideal number of pages… Fitting music on 1 page… Drawing systems… Layout output to `/var/folders/3k/ftz328kw8xj94s0059bcsnx80000gp/T//lilypond-JXArKN'… Converting to `bend-bound.pdf'… warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -dAutoRotatePages=/None -dPrinted=false -sOutputFile=bend-bound.pdf -c.setpdfwrite -f/var/folders/3k/ftz328kw8xj94s0059bcsnx80000gp/T//lilypond-JXArKN)' failed (256) fatal error: failed files: "/Users/dan/Music/LilyPond/bend-bound.ly" — Dan