Skip to content

Conversation

@rettinghaus
Copy link
Contributor

Resolves: #31674

Proposal to not show courtesy time signatures for invisible time signatures:

testing.courtesy.time.sig.mov

Could be extended for invisble key or clef changes.

@XiaoMigros
Copy link
Contributor

For the sake of continuity, I will also say here I don't think this is a bug and thus shouldn't be changed.

m->setHasCourtesyTimeSig(true);
}
courtesySigSeg->setTrailer(isTrailer);
courtesySigSeg->setEnabled(true);
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible alternative (untested):
courtesySigSeg->setEnabled(actualTimeSig->visible());
Makes the courtesy time sig's visibility follow the actual's one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would likely have unintended consequences for multi-staff scores with mixed timesig visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cautionary time signatures shown for invisble time signatures

3 participants