]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/script-column.hh
ff0ed55bc6cd043480df252952f618bb4562d3f4
[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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef Script_COLUMN_HH
11 #define Script_COLUMN_HH
12
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
15
16 class Script_column
17 {
18 public:
19   static void add_staff_sided (Grob*, Item*);
20   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
21     static bool has_interface (Grob*);
22
23 };
24
25
26 #endif /* Script_COLUMN_HH */
27
28