]> git.donarmstrong.com Git - lilypond.git/blob - lily/boxes.cc
release: 0.1.7
[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