lilypond-0.1.14
[lilypond.git] / src / boxes.cc
blobf83f7659e929eca8fe24a4771caf09c9d2020c7a
1 #include "boxes.hh"
2 #include "const.hh"
3 #include "varray.hh"
6 Box::Box()
7 {
10 Box::Box(Interval ix, Interval iy)
12 x = ix;
13 y = iy;