musescore / musescore/MuseScore

Hairpins include one extra note than they should (in braille display)

Open
#25,203 1 comment 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

accessibility braille view engraving P2
Dominant language
C++
Stars
15.1k
Forks
3.3k
Avg merge
2d 2h
Merged PRs (30d)
91

Description

Issue type

Engraving bug (incorrect score rendering)

Description with steps to reproduce

Hairpins like crescendo and decrescendo include the note after the hairpin has ended

  1. Create a score with, say, four B crotchets then a C semibreve
  2. Select the four B crotchets and add a hairpin decrescendo
  3. Select the C semibreve.
  4. Press alt-f11 to turn on braille panel
image

Actual behaviour: The braille panel shows the decrescendo end (⠜⠲) after the C semibreve (⠨⠽)
⠐⠺⠺⠺⠺ ⠨⠽⠜⠲
Expected behaviour: The braille panel should show the decrescendo end after the last of the four B crotchets (⠐⠺⠺⠺⠺)
⠐⠺⠺⠺⠺⠜⠲ ⠨⠽

Supporting files, videos and screenshots
image image
What is the latest version of MuseScore Studio where this issue is present?

OS: Windows 11 Version 2009 or later, Arch.: x86_64, MuseScore Studio version (64-bit): 4.4.2-242570931, revision: github-musescore-musescore-3130f97

Regression

I was unable to check

Operating system

Windows 11

Additional context

No response

Checklist
  • This report follows the guidelines for reporting bugs and issues
  • I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
  • I have attached all requested files and information to this report
  • I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.