lilypond-devel
[Top][All Lists]
Advanced

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

Re: [Guile 2.2]


From: Thomas Morley
Subject: Re: [Guile 2.2]
Date: Tue, 14 Mar 2017 23:57:50 +0100

2017-03-14 23:53 GMT+01:00 Thomas Morley <address@hidden>:
> 2017-03-12 15:52 GMT+01:00 Thomas Morley <address@hidden>:

> 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



reply via email to

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