From a32faaa52c51e356603cfd816984ecee50eea9b2 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 9 Sep 1997 08:06:29 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/include/head-column.hh | 44 ---------------------------------------- lily/include/rest-column-grav.hh | 0 lily/include/rest-column.hh | 24 ---------------------- 3 files changed, 68 deletions(-) rewrite lily/include/head-column.hh (100%) create mode 100644 lily/include/rest-column-grav.hh rewrite lily/include/rest-column.hh (100%) diff --git a/lily/include/head-column.hh b/lily/include/head-column.hh dissimilarity index 100% index ab38222b1a..e69de29bb2 100644 --- a/lily/include/head-column.hh +++ b/lily/include/head-column.hh @@ -1,44 +0,0 @@ -/* - head-column.hh -- declare Head_column - - source file of the GNU LilyPond music typesetter - - (c) 1997 Han-Wen Nienhuys -*/ - - -#ifndef HEAD_COLUMN_HH -#define HEAD_COLUMN_HH - -#include "script-column.hh" - -/** - Scripts and rests/noteheads - */ -class Head_column : public Script_column -{ -public: - Link_array head_l_arr_; - /** The relative position of the "voice" containing this - chord. Normally this would be the same as the stem direction, - but rests do not have stems. - - Hmm. outdated.. Rests *do* have stems. - */ - - Direction dir_; - Stem* stem_l_; - - void add (Note_head*); - virtual void add (Script*s); - void set (Stem*); - Head_column(); - DECLARE_MY_RUNTIME_TYPEINFO; -protected: - - - virtual void do_pre_processing(); - virtual void do_print() const; - virtual void do_substitute_dependency (Score_elem*,Score_elem*); -}; -#endif // HEAD_COLUMN_HH diff --git a/lily/include/rest-column-grav.hh b/lily/include/rest-column-grav.hh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lily/include/rest-column.hh b/lily/include/rest-column.hh dissimilarity index 100% index 61fafc5bda..e69de29bb2 100644 --- a/lily/include/rest-column.hh +++ b/lily/include/rest-column.hh @@ -1,24 +0,0 @@ -/* - rest-column.hh -- declare Rest_column - - source file of the GNU LilyPond music typesetter - - (c) 1997 Han-Wen Nienhuys -*/ - - -#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 voice should only - produce one rest. */ -class Rest_column : public Head_column { -public: - DECLARE_MY_RUNTIME_TYPEINFO; - void translate_heads (int dy); -}; - -#endif // REST_COLUMN_HH -- 2.11.4.GIT