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

Specify different styles of guitar bend notation #306

Closed
mdgood opened this issue Apr 13, 2020 · 2 comments · Fixed by #350
Closed

Specify different styles of guitar bend notation #306

mdgood opened this issue Apr 13, 2020 · 2 comments · Fixed by #350
Milestone

Comments

@mdgood
Copy link

mdgood commented Apr 13, 2020

Guitar bend notation is commonly represented in one of two graphical styles:

  • Angled lines between noteheads
  • A curved line with an arrowhead, usually with one of the noteheads hidden. In this style a pre-bend uses a straight line with an arrowhead.

Tablature staves generally use the curved line form, but standard notation can use either form.

MusicXML 3.1 does not provide a way to specify which form is being used. This can lead to inaccuracies in transferring bends between applications. This could be supported by adding an attribute or child element to the <bend> element. Since this is specifying graphical appearance, the attribute may be more appropriate.

@mdgood mdgood added this to the V3.2 milestone Apr 14, 2020
@mdgood
Copy link
Author

mdgood commented Nov 10, 2020

We could do this by adding a shape attribute to the <bend> element that takes the values "angled" or "curved". There doesn't seem to be any particularly standard terminology to distinguish these two graphical styles, so some type of descriptive naming seems like our best choice.

@jsawruk
Copy link
Contributor

jsawruk commented Nov 11, 2020

That terminology seems fine to me. I tried to think of other possibilities, but I think "angled" and "curved" are unambiguous.

@mdgood mdgood linked a pull request Nov 19, 2020 that will close this issue
mdgood pushed a commit that referenced this issue Nov 24, 2020
* 306: Specify different styles of guitar bend notation

* 306: More accurate description of curved bend shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants