]> git.donarmstrong.com Git - lilypond.git/blob - lily/staffline.cc
f8bbcd306bfe21d2fc184ffd7f5210fcebf337a3
[lilypond.git] / lily / staffline.cc
1 /*
2   staffline.cc -- implement Line_of_staff
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "staffline.hh"
10 #include "scoreline.hh"
11 #include "dimen.hh"
12 #include "spanner.hh"
13 #include "symbol.hh"
14 #include "paper-def.hh"
15 #include "molecule.hh"
16 #include "p-col.hh"
17 #include "p-score.hh"
18
19
20
21 IMPLEMENT_IS_TYPE_B2(Line_of_staff,Spanner,Horizontal_vertical_group);