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