Skip to content

Color for TremoloBar not written #27293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
rettinghaus opened this issue Mar 22, 2025 · 3 comments
Closed
4 tasks done

Color for TremoloBar not written #27293

rettinghaus opened this issue Mar 22, 2025 · 3 comments

Comments

@rettinghaus
Copy link
Contributor

Issue type

Opening/saving issue

Description with steps to reproduce

  1. add a tremolo bar from the articlations panel
  2. color it
  3. save file
  4. reopen, color is gone

Supporting files, videos and screenshots

Image

What is the latest version of MuseScore Studio where this issue is present?

4.5

Regression

I was unable to check

Operating system

macOS 15

Additional context

Pid::COLOR is not written for TremoloBar.

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
@Jojo-Schmitz
Copy link
Contributor

Not a regression, same issue in 3.x

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Mar 22, 2025

It indeed doesn't get written, but it also doesn't get read (tried by manually inserting a color property).

          <TremoloBar>
            <color r="0" g="0" b="255" a="255"/>
            <point time="0" pitch="0" vibrato="0"/>
            <point time="30" pitch="-100" vibrato="0"/>
            <point time="60" pitch="0" vibrato="0"/>
            </TremoloBar>

@krasko78
Copy link
Contributor

I have a PR open already that takes care of this and also of other properties such as the offset:
#27184

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 a pull request may close this issue.

3 participants