Skip to content

Commit

Permalink
Skeip Measure SetRight() for neume line
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed May 20, 2024
1 parent 2a473a9 commit a097be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/measure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Measure::Measure(MeasureType measureMusic, int logMeasureNb)

this->Reset();

if (!this->IsMeasuredMusic()) this->SetRight(BARRENDITION_invis);
if (!this->IsMeasuredMusic() && !this->IsNeumeLine()) this->SetRight(BARRENDITION_invis);
}

Measure::~Measure()
Expand Down

0 comments on commit a097be1

Please sign in to comment.