Request*get_text_req(int d , Text_def*def);
Request* get_stemdir_req(int);
Request*get_grouping_req(Array<int> i_arr);
+Request* get_hshift_req(int);
#endif // PARSECONSTRUCT_HH
NAME_MEMBERS(Script_register);
Script_register();
protected:
- virtual void set_feature(Features dir_i_);
virtual bool try_request(Request*);
virtual void process_requests();
virtual void acknowledge_element(Staff_elem_info);
main (int argc, char **argv)
{
debug_init(); // should be first
- File_path path(String(DIR_DATADIR)+"/init/") ;
- path_l = & path;
- path_l->push(DIR_DATADIR );
+// File_path path(String(DIR_DATADIR)+"/init/") ;
+ // silly File_path, now has two .:.
+ File_path path( "." );
+
+ // must override (come before) "/usr/local/share/lilypond"!
char const * env_l=getenv("LILYINCLUDE");
if (env_l) {
path.add(env_l);
}
+ path.add( String( DIR_DATADIR ) + "/init/" );
+
+ path_l = & path;
+ path_l->push(DIR_DATADIR );
+
Getopt_long oparser(argc, argv,theopts);
cout << get_version_str() << endl;
String init_str("symbol.ini");
exit(0);
break;
case 'V':
- version_ignore_b_ = false;
+ version_ignore_b_ = true;
break;
case 'd':
set_debug(true);