From: fred Date: Tue, 15 Oct 1996 15:55:16 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7069 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd6829f4acbd5e101ca125a28a59df8c83010bda;p=lilypond.git lilypond-0.0.4 --- diff --git a/boxes.cc b/boxes.cc index e55af6c6f5..74475b4530 100644 --- a/boxes.cc +++ b/boxes.cc @@ -19,6 +19,7 @@ Box::Box(svec s) Box::Box() { } + Box::Box(Interval ix, Interval iy) { x=ix; diff --git a/parseconstruct.hh b/parseconstruct.hh index 820499cb36..fa9f62757d 100644 --- a/parseconstruct.hh +++ b/parseconstruct.hh @@ -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);