From 5137dcc6e94ecef277933532e4648e85cc74e77e Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 19 Aug 1996 22:21:03 +0000 Subject: [PATCH] lilypond-0.0.1 --- parseconstruct.hh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 parseconstruct.hh 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); -- 2.39.5