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

Make part-symbol repeatable #572

Open
rettinghaus opened this issue Jan 12, 2025 · 0 comments
Open

Make part-symbol repeatable #572

rettinghaus opened this issue Jan 12, 2025 · 0 comments

Comments

@rettinghaus
Copy link
Contributor

rettinghaus commented Jan 12, 2025

Currently it is only possible to specify a single part-symbol in attributes. That makes it impossible to encode Rachmaninoff’s Prelude in C-sharp minor:

grafik

It should be allowed Zero or more times:

<attributes>
  <part-symbol top-staff="1" bottom-staff="2">brace</part-symbol>
  <part-symbol top-staff="3" bottom-staff="4">brace</part-symbol>
  <clef number="1">
    <sign>G</sign>
    <line>2</line>
  </clef>
  <clef number="2">
    <sign>G</sign>
    <line>2</line>
  </clef>
  <clef number="3">
    <sign>F</sign>
    <line>4</line>
  </clef>
  <clef number="4">
    <sign>F</sign>
    <line>4</line>
  </clef>
</attributes>

Compare #63.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant