X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmain.cc;h=246e763587dedb250b34d6b4a411b51395ecce3d;hb=refs%2Ftags%2Frelease%2F1.3.10;hp=c24f2475f98f3ae78364b584865e8e5139dd7427;hpb=fc5394c7751ea902382ecc9022854583aff0d95e;p=lilypond.git diff --git a/lily/main.cc b/lily/main.cc index c24f2475f9..246e763587 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -13,7 +13,7 @@ #include "lily-guile.hh" #include "lily-version.hh" -#include "all-fonts.hh" +#include "all-font-metrics.hh" #include "proto.hh" #include "dimensions.hh" #include "getopt-long.hh" @@ -94,7 +94,11 @@ usage () cout << _ ("Typeset music and or play MIDI from FILE"); cout << "\n\n"; cout << -#include "BLURB.hh" +_( +"LilyPond is a music typesetter. It produces beautiful sheet music\n" +"using a high level description file as input. LilyPond is part of \n" +"the GNU Project.\n" +); cout << '\n'; cout << _ ("Options:"); @@ -228,8 +232,6 @@ main_prog (int, char**) /* need to do this first. Engravers use lily.scm contents. */ - extern void ly_init_protection(); - ly_init_protection(); init_lily_guile (); read_lily_scm_file ( "lily.scm"); cout << endl;