You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to handle markings that are not directly associated with any single note (dynamics, tempo),
as a user,
I want measure level markings to be available
Acceptance criteria:
A type for handling measure level markings exists
Markings are available through for measures
Tempo and dynamics markings are supported
Markings can be read from MusicXML
Markings can be written into MusicXML
The text was updated successfully, but these errors were encountered:
* Adds support for directions which are measure level markings (not related to a specific note, e.g. dynamics, tempo)
* Support for text type markings is added (can be extended later for tempo etc.)
* MusicXML IO is added for directions
Partly implements #176
In order to handle markings that are not directly associated with any single note (dynamics, tempo),
as a user,
I want measure level markings to be available
Acceptance criteria:
The text was updated successfully, but these errors were encountered: