]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
release: 0.1.44
[lilypond.git] / lily / main.cc
index 85968ddb1429b31108efae2129d93e4c7b79c468..6f3b7b07e40717072b92d15df5a62458cdeea883 100644 (file)
@@ -166,12 +166,13 @@ main (int argc, char **argv)
   debug_init ();               // should be first
 
 
+  
+  path.add ("");
   // must override (come before) "/usr/local/share/lilypond"!
   char const *env_sz = getenv ("LILYINCLUDE");
   if (env_sz)
     path.parse_path (env_sz);
 
-  path.add ("");
   path.add (String (DIR_DATADIR) + "/init/");
 
   path.push (DIR_DATADIR);