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

Single Note Crescendo #2655

Closed
wants to merge 22 commits into from
Closed

Single Note Crescendo #2655

wants to merge 22 commits into from

Conversation

hpfmn
Copy link
Contributor

@hpfmn hpfmn commented Jun 6, 2016

This implements single note crescendo
(fixes #5178 and probably others)

this is work in progress, once everything is good I'll squash the commits together

<item row="2" column="2">
<widget class="QToolButton" name="resetHairpinSingleNote">
<property name="text">
<string>...</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

please add a notr="true" here

Copy link
Contributor

Choose a reason for hiding this comment

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

also check the 'accessible name' for the reset button, compare with the others to see what I mean

@lasconic lasconic added the work in progress not finished work or not addressed review label Jun 7, 2016
<string>Reset value</string>
</property>
<property name="accessibleName">
<string>Reset playing hairpin on single notes</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Good, almost... Please make it Reset 'Play hairpin on single notes' value to make it consistent with the others (a recent change)

@@ -338,6 +339,7 @@ static void collectMeasureEvents(EventMap* events, Measure* m, Staff* staff, int

for (Segment* seg = m->first(st); seg; seg = seg->next(st)) {
int tick = seg->tick();
int tick2 = seg->tick()+seg->ticks()-1;
Copy link
Contributor

Choose a reason for hiding this comment

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

adding spaces around + and - please

@RobFog
Copy link

RobFog commented Oct 4, 2016

@hpfmn, with a rebase, would this pull request be ready for a review?

@hpfmn
Copy link
Contributor Author

hpfmn commented Oct 4, 2016

@RobFog I think going for this PR makes more sense: #2722 because it is a more general approach!

@lasconic
Copy link
Contributor

lasconic commented Oct 4, 2016

I agree. Let's close this one for now. So it's clearer for everyone. Ok?

@lasconic lasconic closed this Oct 4, 2016
@hpfmn
Copy link
Contributor Author

hpfmn commented Oct 4, 2016

yep - thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress not finished work or not addressed review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants