]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest-column.hh
patch::: 1.2.13.jcn4
[lilypond.git] / lily / include / rest-column.hh
index 86aa7f96e0f6fa6b7a40733f4fc3250029d10e31..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,26 +0,0 @@
-/*
-  rest-column.hh -- declare Rest_column
-
-  source file of the GNU LilyPond music typesetter
-
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-
-#ifndef REST_COLUMN_HH
-#define REST_COLUMN_HH
-
-#include "script-column.hh"
-#include "head-column.hh"
-
-/** 
-  struct to treat a set of rests as union (one voicegroup should
-  only produce one rest.
-  */
-class Rest_column : public Head_column {
-public:
-    NAME_MEMBERS();
-    void translate_heads(int dy);
-};
-
-#endif // REST_COLUMN_HH