]> git.donarmstrong.com Git - lilypond.git/commitdiff
strip --preview and --no-pages
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Feb 2007 18:53:27 +0000 (19:53 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Feb 2007 18:53:27 +0000 (19:53 +0100)
lily/main.cc

index 6019678ae8818e7fa54e8a9fda787c257fe82a4c..6caafd73c90a503443444c71a1148dad4f122a4c 100644 (file)
@@ -156,9 +156,7 @@ static Long_option_init options_static[]
   {_i ("USER, GROUP, JAIL, DIR"), "jail", 'j', _i ("chroot to JAIL, become USER:GROUP\n"
                                                "and cd into DIR")},
 #endif
-  {0, "no-print", 0, _i ("do not generate printed output")},
   {_i ("FILE"), "output", 'o',  _i ("write output to FILE (suffix will be added)")},
-  {0, "preview", 'p',  _i ("generate a preview of the first system")},
   {0, "relocate", 0, _i ("relocate using directory of lilypond program")},
   {0, "version", 'v',  _i ("show version number and exit")},
   {0, "verbose", 'V', _i ("be verbose")},