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

Only one fingering in a chord is exported #127

Open
uliska opened this issue May 14, 2018 · 1 comment
Open

Only one fingering in a chord is exported #127

uliska opened this issue May 14, 2018 · 1 comment
Assignees

Comments

@uliska
Copy link
Collaborator

uliska commented May 14, 2018

No description provided.

@uliska uliska self-assigned this May 14, 2018
@uliska
Copy link
Collaborator Author

uliska commented May 14, 2018

{
  % Chord with individual fingerings
  % only the "1" will be exported, attached to the c'
  <c'-3 g'-2 e''-1>

  % individual note with multiple fingerings
  % only the "3" will be exported
  c'-2 -3
}

The second example is clear, the function simply assigns the number to self.fingering. Instead this should be a list (although I haven't looked up how multiple fingerings are done in MusicXML).

In the first example it's on the one hand the same issue that later fingerings overwrite the earlier ones, but additionally I'm a little bit confused that in the chord the "current note" is always the first note. I would expect the fingerings to be attached to the respective chord note and not to its base. I'll have to look into this issue first.

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