]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
release: 1.3.10
[lilypond.git] / lily / main.cc
index c24f2475f98f3ae78364b584865e8e5139dd7427..246e763587dedb250b34d6b4a411b51395ecce3d 100644 (file)
@@ -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;