Skip to content
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

fix #289293: articulation min distance not written #5027

Merged
merged 1 commit into from
May 22, 2019

Conversation

MarcSabatella
Copy link
Contributor

See https://musescore.org/en/node/289293. Just a matter of making sure we write the properties. And in the case of fret diagrams, I needed to make it a styled property, as it was also not being initialized correctly.

@@ -39,6 +39,7 @@ static const ElementStyle fretStyle {
{ Sid::fretStrings, Pid::FRET_STRINGS },
{ Sid::fretFrets, Pid::FRET_FRETS },
{ Sid::fretNut, Pid::FRET_NUT },
{ Sid::fretMinDistance, Pid::MIN_DISTANCE },
Copy link
Contributor

Choose a reason for hiding this comment

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

This and the line change below are fixed in #5029, so could be removed from here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, depending on which gets merged first, but that's for incorporating this!

@MarcSabatella
Copy link
Contributor Author

If #5029 is merged first, I will update this.

@MarcSabatella
Copy link
Contributor Author

I pushed an update that splits this into two commits to make it possible to cherry-pick just the articulation one if #5029 is merged. I tried to update the fret diagram change to be consistent with the other PR, but it wasn't really possible as a new property was added and the order of writing properties changed.

@MarcSabatella MarcSabatella changed the title fix #289293: articulation and fret diagram min distance not written fix #289293: articulation min distance not written May 21, 2019
@anatoly-os anatoly-os merged commit ada5188 into musescore:master May 22, 2019
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.

None yet

3 participants