2017-03-14 23:53 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2017-03-12 15:52 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>:
> I eventually found a fix for the problem lilypond not finding utf-8-filenames. diff --git a/scm/lily.scm b/scm/lily.scm index 23b1647..5352683 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -31,6 +31,10 @@ (define-public (guile-v2) (string>? (version) "1.9.10")) +;; needed for ly:load to catch utf-8-filenames +(if (guile-v2) + (setlocale LC_ALL "")) + (read-enable 'positions) (if (not (guile-v2)) (debug-enable 'debug) At least it works on my machine, Ubuntu 16-bit 16.04 Though, testing a full make doc is not yet done, likely tomorrow evening. Cheers, Harm _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel