]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/main.cc: eps listed as a backend.
authorkroger <kroger>
Mon, 7 Nov 2005 21:29:25 +0000 (21:29 +0000)
committerkroger <kroger>
Mon, 7 Nov 2005 21:29:25 +0000 (21:29 +0000)
ChangeLog
lily/main.cc

index 878fce0e363f2d6976222b525deab843343db565..200690b9d5dac3550ac7170911433ca6fc056d3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * lily/main.cc: eps listed as a backend.
+
 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/lily-library.scm (print-music-as-book): quote $defaultparser.
index f5bee67560d231c51015b19b935c320538032f47..7dd752baf45f477a1113f0ebe78311595907b7f7 100644 (file)
@@ -55,7 +55,7 @@ Array<String> dump_header_fieldnames_global;
 String init_name_global;
 
 /* Selected output backend
-   One of (gnome, ps [default], scm, svg, tex, texstr)") */
+   One of (gnome, ps [default], eps, scm, svg, tex, texstr)") */
 String output_backend_global = "ps";
 /* Output formats to generate.  */
 String output_format_global = "";
@@ -140,7 +140,7 @@ static Getopt_long *option_parser = 0;
 
 static Long_option_init options_static[]
 = {
-  {_i ("BACK"), "backend", 'b', _i ("use backend BACK (gnome, ps [default],\nscm, svg, tex, texstr)")},
+  {_i ("BACK"), "backend", 'b', _i ("use backend BACK (gnome, ps [default],eps,\nscm, svg, tex, texstr)")},
 
   {_i ("SYM=VAL"), "define-default", 'd',
    _i ("set a Scheme program option. Uses #t if VAL is not specified\n"