]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/line-spanner.hh
patch::: 1.3.112.jcn1
[lilypond.git] / lily / include / line-spanner.hh
1 /*
2   line-spanner.hh -- declare Line_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9
10 #ifndef LINE_SPANNER_HH
11 #define LINE_SPANNER_HH
12
13 #include "lily-guile.hh"
14
15 class Line_spanner
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
19   static SCM line_atom (Grob* me, Real dx, Real dy);
20
21 private:
22   static Offset get_broken_offset (Grob *me, Direction dir);
23   static Offset broken_trend_offset (Grob *me, Direction dir);
24 };
25
26 #endif /* LINE_SPANNER_HH */