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

Restrict allowed values for pedal-step #569

Open
rettinghaus opened this issue Dec 15, 2024 · 1 comment
Open

Restrict allowed values for pedal-step #569

rettinghaus opened this issue Dec 15, 2024 · 1 comment

Comments

@rettinghaus
Copy link
Contributor

Currently pedal-step allows to hold a decimal value, e.g., 1.6, which doesn't make sense in this context, as there are only three positions possible: -1, 0, 1.
Best would be to only allow these values, or restrict it to integer at least.

@mscuthbert
Copy link
Contributor

I'm guessing you're talking about <pedal-alter> value.

On a standard harp, values below -1 and values above 1 are impossible. Agreed. But non-integer values between -1 and 1 are common in contemporary harp literature both as pedal glissandi (see Takemitsu first example) and to create a buzzing sound through half pedals. Both of these can use 0.5 or other intermediate numbers.

Takemitsu, from Rain Spell
Screenshot 2024-12-26 at 14 57 43

ALİCAN ÇAMCI dissertation (available online)
Screenshot 2024-12-26 at 15 01 27

I don't believe we have a -1.0 <= x <= 1.0 restriction currently available in MusicXML -- I will look for that.

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

2 participants