]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.4
authorfred <fred>
Tue, 15 Oct 1996 15:55:16 +0000 (15:55 +0000)
committerfred <fred>
Tue, 15 Oct 1996 15:55:16 +0000 (15:55 +0000)
boxes.cc
parseconstruct.hh

index e55af6c6f5ac9ad02ea725ac03bfbe42c4d956d2..74475b453053f168518107b7e3f22c4defc35fc0 100644 (file)
--- a/boxes.cc
+++ b/boxes.cc
@@ -19,6 +19,7 @@ Box::Box(svec<Real> s)
 Box::Box()
 {        
 }
+
 Box::Box(Interval ix, Interval iy)
 {
     x=ix;
index 820499cb36ffd2ffe25fde050166669c28c53f66..fa9f62757da9c0cb6509f12e9889ed713f6d8cdf 100644 (file)
@@ -5,3 +5,4 @@ Staff * get_new_rhythmstaff();
 Voice_element * get_note_element(String,String);
 Voice_element* get_rest_element(String,String);
 Command *  get_bar_command(Real);
+Command* get_meter_command(Real, int,int);