]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spacing-spanner.hh
patch::: 1.1.39.hwn1
[lilypond.git] / lily / include / spacing-spanner.hh
1 /*   
2   spacing-spanner.hh -- declare Spacing_spanner
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef SPACING_SPANNER_HH
11 #define SPACING_SPANNER_HH
12
13 class Spacing_spanner : public Spanner
14 {
15   Link_array<Paper_column> cols_;
16
17   Spacing_spanner ();
18 protected:
19   virtual void do_space_processing ();
20 };
21
22 #endif /* SPACING_SPANNER_HH */
23