]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/guile-init.cc
Issue 3687 (part 2): Amend docs to use \compressMMRests
[lilypond.git] / lily / guile-init.cc
index e737dcf706f8877a8854f3cdb312d25a236dd99d..67ed72822ace306853e6b9ac6dd33a3867c1dc9a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2015 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -51,7 +51,7 @@ ly_init_ly_module (void *)
       debug_output ("]\n", false);
     }
 
-  scm_primitive_load_path (scm_from_locale_string ("lily.scm"));
+  scm_primitive_load_path (scm_from_ascii_string ("lily.scm"));
 }
 
 SCM global_lily_module;