lilypond-0.1.16
[lilypond.git] / lily / staffline.cc
blobf8bbcd306bfe21d2fc184ffd7f5210fcebf337a3
1 /*
2 staffline.cc -- implement Line_of_staff
4 source file of the GNU LilyPond music typesetter
6 (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
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"
21 IMPLEMENT_IS_TYPE_B2(Line_of_staff,Spanner,Horizontal_vertical_group);