]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dot-column-grav.hh
e2e3b660fdeba4b10e8bd9e62f87f2704b8743c8
[lilypond.git] / lily / include / dot-column-grav.hh
1 /*
2   dot-column-grav.hh -- declare Dot_column_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef DOT_COLUMN_GRAV_HH
11 #define DOT_COLUMN_GRAV_HH
12
13 #include "engraver.hh"
14
15 class Dot_column_engraver : public Engraver
16 {
17   
18 };
19
20 #endif // DOT_COLUMN_GRAV_HH