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

Score Segments #23

Open
pvankranenburg opened this issue Jan 18, 2024 · 0 comments
Open

Score Segments #23

pvankranenburg opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request feature-request To request features for future development

Comments

@pvankranenburg
Copy link

pvankranenburg commented Jan 18, 2024

It would be useful to link a mm:CompositionPart to the corresponding segment of the score.

In MusicMeta there is the mm:CompositionPart class, but there is not an equivalent mm:ScorePart.

There is an mm:ScorePart, but that means something different: one ‘instrument’ part, i.e., a vertical division instead of a horizontal. The term 'part' is used with two different meanings.

This poses me problems. I have Stanzas, which are Segments of a Song, represented as mm:CompositionPart entities. But I cannot link them to the corresponding segment of the score.

This is what I would propose:

  • use 'part' for a score-part (i.e. an 'instrument' / 'vertical' divison)
  • use 'segment' for a 'horizontal' division like 'movement', 'stanza', etc.
  • Rename mm:CompositionPart to mm:CompositionSegment to prevent the confusion.
  • Add mm:ScoreSegment to the ontology with subclasses mm:ScoreMovement, mm:ScoreSection, and mm:Stanza.
  • Make a link between the CompositionSegment and the ScoreSegment, using mm:isRealisedIn.
@jonnybluesman jonnybluesman added enhancement New feature or request feature-request To request features for future development labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request To request features for future development
Projects
None yet
Development

No branches or pull requests

2 participants