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

Improve handling of changing meter #181

Closed
bwl21 opened this issue Oct 19, 2017 · 0 comments
Closed

Improve handling of changing meter #181

bwl21 opened this issue Oct 19, 2017 · 0 comments
Milestone

Comments

@bwl21
Copy link
Owner

bwl21 commented Oct 19, 2017

Request

we need support for piece which changing measues:

  1. expose all measures in the legend
  2. add notebound annotations for measure changes

solution approach

in moinejf/abc2svg#34 @moinejf explained the flexibility of abc2svg with respect to M:headers.

Therefore, we have the following options:

all generic solution

  1. expose a unique liste of M:headers collected throughout the abc file
  2. expose a measure change as notebound annotation in the harpnotes

simple solution

As Zupfnoter exposes the content of M:header to the legend we have the following approach:

  1. user shall add all Meters to the initial meter, followed by a specification of the initial measure length

    M:3/4 4/4 =4/4

    Zupfnoter needs to strip =.* before rendering the content of M to the harpnotes

  2. User shall add meter changes as notebound annotations if needed

@bwl21 bwl21 changed the title Improve handling of changing measures Improve handling of changing meter Oct 20, 2017
@bwl21 bwl21 added this to the 1.8 milestone Jan 12, 2018
bwl21 added a commit that referenced this issue Feb 2, 2018
we do not implement the all generic solution but stay with the simple solution.
@bwl21 bwl21 closed this as completed Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant