]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.1
authorfred <fred>
Mon, 19 Aug 1996 22:21:03 +0000 (22:21 +0000)
committerfred <fred>
Mon, 19 Aug 1996 22:21:03 +0000 (22:21 +0000)
parseconstruct.hh [new file with mode: 0644]

diff --git a/parseconstruct.hh b/parseconstruct.hh
new file mode 100644 (file)
index 0000000..820499c
--- /dev/null
@@ -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);