From: fred Date: Sun, 24 Mar 2002 19:32:34 +0000 (+0000) Subject: lilypond-0.0.33 X-Git-Tag: release/1.5.59~5343 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8929697b9ec97eac202daadd08c9c52d5a4b758e;p=lilypond.git lilypond-0.0.33 --- diff --git a/src/barreg.cc b/src/barreg.cc index 03b49497b7..566b9d58a5 100644 --- a/src/barreg.cc +++ b/src/barreg.cc @@ -37,7 +37,7 @@ Bar_register::process_request() { if (bar_req_l_ ) { - bar_p_ = new Bar(bar_req_l_->type); + bar_p_ = new Bar(bar_req_l_->type_str_); } else if (!walk_l_->time_.whole_in_measure_) { bar_p_ = new Bar("|"); }