]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Fri, 14 Feb 1997 18:49:56 +0000 (18:49 +0000)
committerfred <fred>
Fri, 14 Feb 1997 18:49:56 +0000 (18:49 +0000)
hdr/staffeleminfo.hh [new file with mode: 0644]

diff --git a/hdr/staffeleminfo.hh b/hdr/staffeleminfo.hh
new file mode 100644 (file)
index 0000000..b8af8ae
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+  staffeleminfo.hh -- declare Staff_elem_info
+
+  source file of the LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef STAFFELEMINFO_HH
+#define STAFFELEMINFO_HH
+
+#include "proto.hh"
+
+/// data container.
+struct Staff_elem_info {
+    Staff_elem * elem_p_;
+    Request*req_l_;
+    const Voice * voice_l_;
+    Voice_group_registers * group_regs_l_; 
+    Request_register * origin_reg_l_;
+
+    /* *** */
+    Staff_elem_info(Staff_elem*, Request*, Request_register*);
+    Staff_elem_info();
+};
+
+#endif // STAFFELEMINFO_HH