From: fred Date: Sun, 24 Mar 2002 20:04:05 +0000 (+0000) Subject: lilypond-0.1.35 X-Git-Tag: release/1.5.59~3528 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01c73d7750159eea52d175e2d70be5c29bb4576f;p=lilypond.git lilypond-0.1.35 --- diff --git a/Documentation/lilypond.pod b/Documentation/lilypond.pod index 20f75f4b82..970bef1dee 100644 --- a/Documentation/lilypond.pod +++ b/Documentation/lilypond.pod @@ -51,7 +51,7 @@ Show a summary of usage. =item B<-i,--init=>F, -Set init file to F (default: F). +Set init file to F (default: F). =item B<--include, -I>=F, @@ -197,7 +197,7 @@ Than it would help if you send a dump of the Interval and the Item =over 5 -=item F +=item F The initialisation file with symbol tables etc. It includes files from the directory F. diff --git a/lily/main.cc b/lily/main.cc index b059da1607..f88d3a20af 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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()) {