]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.35
authorfred <fred>
Mon, 24 Feb 1997 21:34:37 +0000 (21:34 +0000)
committerfred <fred>
Mon, 24 Feb 1997 21:34:37 +0000 (21:34 +0000)
hdr/voiceregs.hh [new file with mode: 0644]

diff --git a/hdr/voiceregs.hh b/hdr/voiceregs.hh
new file mode 100644 (file)
index 0000000..c9e809b
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+  voiceregs.hh -- declare Voice_registers
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef VOICEREGS_HH
+#define VOICEREGS_HH
+
+#include "registergroup.hh"
+
+struct Voice_registers : Register_group {
+    Voice *voice_l_;
+
+    /* *************** */
+
+    static bool acceptable_request_b(Request*);
+    virtual void acknowledge_element(Staff_elem_info info);
+
+    Voice_registers(Complex_walker*,Voice*);
+};
+
+
+#endif // VOICEREGS_HH