]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.33
authorfred <fred>
Sun, 24 Mar 2002 19:32:34 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:34 +0000 (19:32 +0000)
src/barreg.cc

index 03b49497b7b3d580c2c90ddbcbd1dfbc778133a1..566b9d58a587993c462b9a50b50093c4e3be7b9d 100644 (file)
@@ -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("|");
     }