-
Notifications
You must be signed in to change notification settings - Fork 186
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
Apply filters when processing pedals #3881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the case if @staff
is missing and only @startid
is being used?
See verovio/include/vrv/timeinterface.h Line 88 in bb23ff1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sounds good. This flag should actually effect the processing of any control elements. |
* const_cast should be avoided, but needs refactoring of GetTstampStaves
1f31d7f
to
226fa15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now, thank you!
Co-authored-by: Andrew Hankinson <[email protected]>
Fixes #3880