% generated automatically by mf-to-table.py version 0.4
-% on Wed Nov 19 11:44:45 1997
+% on Mon Nov 24 00:16:56 1997
% Do not edit
% input from out/feta16.log
% name=\symboltables {
% generated automatically by mf-to-table.py version 0.4
-% on Wed Nov 19 11:44:54 1997
+% on Mon Nov 24 00:16:57 1997
% Do not edit
% input from out/feta20.log
% name=\symboltables {
}
\score{
- \melodic \type Grandstaff = <
+ \melodic \type Grandstaff <
\melodie
\begeleiding
>
enteredby = "HWN & JCN";
copyright = "public domain";
}
-%{
-Tested Features: lyrics
+%{
+Tested Features: lyrics, interleaving lyrics and staffs
%}
+
\version "0.1.7";
melody = \melodic{
\score{
<
- \type Grandstaff <
- < \global
+ \lyric \type Lyrics = top <
+ \global \tekst >
+
+ \type Staff=treb < \global
\melody >
- < \global
+ \lyric \type Lyrics = "Middle" < \global
+ \texte >
+ \type Staff=bass < \global
\accompany >
- >
-
% ugh
- \lyric \type Lyrics <
- \global \tekst >
- \lyric \type Lyrics < \global
- \texte >
- \lyric \type Lyrics < \global
+ \lyric \type Lyrics = bottomlyrics < \global
\texti \textii \textiii >
>
void debug_init();
void set_debug (bool);
void do_scores();
+void clear_scores();
void add_score (Score* s);
void set_default_output (String s);
String find_file (String);
My_lily_parser parser (source_l_g);
parser.set_version_check (version_ignore_b);
parser.parse_file (init_str, file_str);
- exit_status_i_ |= parser.error_level_i_;
+
+ if (parser.error_level_i_)
+ {
+ exit_status_i_ = 1;
+ }
+ else
+ do_scores();
+ clear_scores ();
}
- do_scores();
source_l_g = 0;
}
{
is_p->process();
}
- delete is_p;
- is_p =0;
+ }
+}
+void
+clear_scores ()
+{
+ for (int i=0; i < global_score_array.size(); i++)
+ {
+ delete global_score_array[i];
}
global_score_array.clear();
}
% generated automatically by mf-to-table.py version 0.4
-% on Wed Nov 19 11:44:45 1997
+% on Mon Nov 24 00:16:56 1997
% Do not edit
% input from out/feta16.log
% name
% generated automatically by mf-to-table.py version 0.4
-% on Wed Nov 19 11:44:54 1997
+% on Mon Nov 24 00:16:57 1997
% Do not edit
% input from out/feta20.log
% name