summaryrefslogtreecommitdiff
path: root/lily/include/note-column-reg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/note-column-reg.hh')
-rw-r--r--lily/include/note-column-reg.hh27
1 files changed, 27 insertions, 0 deletions
diff --git a/lily/include/note-column-reg.hh b/lily/include/note-column-reg.hh
new file mode 100644
index 0000000000..01a860911d
--- /dev/null
+++ b/lily/include/note-column-reg.hh
@@ -0,0 +1,27 @@
+/*
+ note-column-reg.hh -- declare Note_column_register
+
+ source file of the LilyPond music typesetter
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef NOTE_COLUMN_REG_HH
+#define NOTE_COLUMN_REG_HH
+
+#include "register.hh"
+
+class Note_column_register :public Request_register {
+ Note_column *ncol_p_;
+ /* *************** */
+ bool acceptable_elem_b(Staff_elem const*)const;
+protected:
+ virtual void acknowledge_element(Staff_elem_info);
+ virtual void pre_move_processing();
+
+public:
+ Note_column_register();
+ NAME_MEMBERS(Note_column_register);
+};
+#endif // NOTE_COLUMN_REG_HH