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

Crescendo dal niente & Descrescendo al niente feature added #720

Merged
merged 2 commits into from Feb 24, 2014

Conversation

Gai-Luron
Copy link

Hello,

  • Added Checkbox in hairpin property
  • Export and import XML modified (Test only in MuseScore because Finale and Sibelius don't use this feature)

I hope this PR was good.

Gai-Luron

@@ -262,6 +285,7 @@ void Hairpin::write(Xml& xml) const
xml.stag(QString("%1 id=\"%2\"").arg(name()).arg(id()));
xml.tag("subtype", _hairpinType);
xml.tag("veloChange", _veloChange);
xml.tag("hairpinCircledTip", _hairpinCircledTip );
Copy link
Contributor

Choose a reason for hiding this comment

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

You should use writeProperty here instead of writing directly to the file. writeProperty will check the default value and not write to a file if the value you pass is equal to default value. Can you fix it?

@lasconic
Copy link
Contributor

Git wise the PR is ok. Just a problem with writeProperty. That's why Travis fails.

lasconic added a commit that referenced this pull request Feb 24, 2014
Crescendo dal niente & Descrescendo al niente feature added
@lasconic lasconic merged commit 8e696d1 into musescore:master Feb 24, 2014
@Gai-Luron Gai-Luron deleted the crescendo-al-niente branch March 13, 2014 10:51
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

2 participants