Skip to content

Commit

Permalink
fix #7886: Section break and courtesy clef
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 2, 2015
1 parent 49b1fad commit 45f8351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/clef.cpp
Expand Up @@ -181,7 +181,7 @@ void Clef::layout()
//
bool showClef = true;
// only if there is a clef change
if (!bHide && tick > 0 && stf->clef(tick) != stf->clef(tick-1)) {
if (!bHide && tick > 0 ) {
Measure* meas = clefSeg->measure();
showClef = // show this clef if:
// it is not a courtesy clef (not at the end of the last measure of the system)
Expand Down

0 comments on commit 45f8351

Please sign in to comment.