]> git.donarmstrong.com Git - lilypond.git/blob - lily/boxes.cc
1798cb93c3033162798b3131d29d248aab1976d2
[lilypond.git] / lily / boxes.cc
1 #include "boxes.hh"
2 #include "varray.hh"
3
4
5 Box::Box()
6 {        
7 }
8
9 Box::Box(Interval ix, Interval iy)
10 {
11     x = ix;
12     y = iy;
13 }
14