]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/script-column.hh
release commit
[lilypond.git] / lily / include / script-column.hh
1 /*
2   g-script-column.hh -- declare Script_column
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef Script_COLUMN_HH
10 #define Script_COLUMN_HH
11
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
14
15 class Script_column
16 {
17 public:
18   static void add_staff_sided (Grob *, Item *);
19   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
20   static bool has_interface (Grob *);
21 };
22
23 #endif /* Script_COLUMN_HH */
24