]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.35
authorfred <fred>
Sun, 24 Mar 2002 20:04:05 +0000 (20:04 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:04:05 +0000 (20:04 +0000)
Documentation/lilypond.pod
lily/main.cc

index 20f75f4b82b77ef44bf54eed0e79c0b79e76d721..970bef1dee00d0a948e21435d6d70851a79986e8 100644 (file)
@@ -51,7 +51,7 @@ Show a summary of usage.
 
 =item B<-i,--init=>F<FILE>,
 
-Set init file to F<FILE> (default: F<symbol.ly>).
+Set init file to F<FILE> (default: F<lily-init.ly>).
 
 =item B<--include, -I>=F<DIRECTORY>,
 
@@ -197,7 +197,7 @@ Than it would help if you send a dump of the Interval and the Item
 
 =over 5
 
-=item F<symbol.ly>
+=item F<lily-init.ly>
 
 The initialisation file with symbol tables etc.  It
 includes files from the directory F<init/>.
index b059da16078fccbf1d101ca4632614b930821d79..f88d3a20af05dafef7970610e0b7d2d4097815dc 100644 (file)
@@ -158,7 +158,7 @@ main (int argc, char **argv)
 
   Getopt_long oparser (argc, argv,theopts);
   cout << get_version_str() << endl;
-  String init_str ("symbol.ly");
+  String init_str ("lily-init.ly");
 
   while (Long_option_init const * opt = oparser())
     {