]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest-column.hh
partial: 0.1.61.jcn
[lilypond.git] / lily / include / rest-column.hh
index 04e86e581adb99d08785ce0a17ef9d3a71b3ae90..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,28 +0,0 @@
-/*
-  rest-column.hh -- declare Rest_column
-
-  source file of the LilyPond music typesetter
-
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-
-#ifndef REST_COLUMN_HH
-#define REST_COLUMN_HH
-
-#include "script-column.hh"
-
-/** 
-  struct to treat a set of rests as union (one voicegroup should
-  only produce one rest.
-  */
-class Rest_column : public Script_column {
-    Array<Notehead*> head_l_arr_;
-public:
-    int dir_i_;
-    void add(Notehead *);
-    NAME_MEMBERS(Rest_column);
-    void translate_y(Real dy);
-};
-
-#endif // REST_COLUMN_HH