From dd6829f4acbd5e101ca125a28a59df8c83010bda Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 15 Oct 1996 15:55:16 +0000 Subject: [PATCH] lilypond-0.0.4 --- boxes.cc | 1 + parseconstruct.hh | 1 + 2 files changed, 2 insertions(+) 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); -- 2.39.5