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

diff --git a/hdr/voicegroupregs.hh b/hdr/voicegroupregs.hh
new file mode 100644 (file)
index 0000000..649be8e
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+  voicegroupregs.hh -- declare 
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef VOICEGROUPREGS_HH
+#define VOICEGROUPREGS_HH
+
+#include "registergroup.hh"
+
+struct Voice_group_registers  : Register_group {
+    String group_id_str_;
+    Complex_walker * walk_l_;
+    
+    /* *************** */
+    void set_dir(int i);
+    static bool acceptable_request_b(Request*);
+  
+    void acknowledge_element(Staff_elem_info info);
+    Voice_group_registers(Complex_walker*, String id = "");
+    bool try_request(Request*);
+};
+#endif // VOICEGROUPREGS_HH