From: fred Date: Mon, 19 Aug 1996 22:21:03 +0000 (+0000) Subject: lilypond-0.0.1 X-Git-Tag: release/1.5.59~7210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5137dcc6e94ecef277933532e4648e85cc74e77e;p=lilypond.git lilypond-0.0.1 --- diff --git a/parseconstruct.hh b/parseconstruct.hh new file mode 100644 index 0000000000..820499cb36 --- /dev/null +++ b/parseconstruct.hh @@ -0,0 +1,7 @@ + +#include "proto.hh" + +Staff * get_new_rhythmstaff(); +Voice_element * get_note_element(String,String); +Voice_element* get_rest_element(String,String); +Command * get_bar_command(Real);