Skip to content

Conversation

@mike-spa
Copy link
Contributor

@mike-spa mike-spa commented Jan 9, 2026

Resolves: #31542

@zacjansheski
Copy link
Contributor

Tested on MacOS 15, Windows 11, Ubuntu 22.04.3. Approved
#31542 FIXED

Comment on lines +4303 to +4309
if (type == HairpinType::CRESC_LINE) {
hairpin->setBeginText(u"cresc.");
hairpin->setContinueText(u"(cresc.)");
} else if (type == HairpinType::DIM_LINE) {
hairpin->setBeginText(u"dim.");
hairpin->setContinueText(u"(dim.)");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed at all? If it is, the text should be set based on style values

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.

Hairpin Crash Bug

4 participants