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

Missing gracenote #8520

Closed
wants to merge 3 commits into from
Closed

Missing gracenote #8520

wants to merge 3 commits into from

Conversation

michaelsiepmann
Copy link
Contributor

I've imported the tune "the clumsy lover" which has an unknown gracenote endari. This is a piobraich gracenote.

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Jul 5, 2021

a) Please make is just one commit.
b) Did you sign the CLA? If so, under which name?
c) Better create an issue on musescore.org first, including the sample BWW (?) file.
At least clarify the PR- and commit messages to mention that this is a fix for BWW import.

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Jan 5, 2022

That merge commit doesn't belong there. better use git pull --rebase upstream master; git push -f instead.
Also better squash those 2 commits into just one

@cbjeukendrup
Copy link
Contributor

@michaelsiepmann Is this PR still actual? And could you give some clarification on the questions above?

@cbjeukendrup cbjeukendrup added the needs info More information is required before action can be taken label Mar 14, 2023
@michaelsiepmann
Copy link
Contributor Author

Hi,

the problem still exists, MuseScore 4.0.2 crashes with this code:

`Bagpipe Reader:1.0
MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69)
FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880)
InstrumentMappings,(71,71,45,33,1000,60,70)
GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200)
FontSizes,(90,100,100,80,250)
TuneFormat,(1,0,M,L,500,500,500,500,P,0,0)
TuneTempo,90
"Title",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
"Type",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
"Composer/Arranger",(M,R,0,0,Times New Roman,14,400,0,0,18,0,0,0)
"Footer",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)

& sharpf sharpc 4_4
I! endari E_4 !I
`

endari should create an embellishment starting with an E, Low G, F and finally another Low G.

@cbjeukendrup
Copy link
Contributor

Thanks for your comment. One question, in the code you write "E LA F LA", and I guess LA means "Low A", but in your comment you write Low G. What should it be?

And again, have you signed the CLA? Under which name? This is a prerequisite for us to merge your PR.

@michaelsiepmann
Copy link
Contributor Author

Hi, Low G is correct, the code is wrong.
No, i haven't signed the CLA, can do this later.

@Jojo-Schmitz
Copy link
Contributor

Code is wrong or comment is wrong?

@michaelsiepmann
Copy link
Contributor Author

Sorry, mismatched endari and embari.

Endari:
grafik

Embari:
grafik

Endari uses Low A, so the code is correct and my comment is wrong because this was for an embari.

Piobraich is confusing. :-)

@Jojo-Schmitz
Copy link
Contributor

So you'd need another code line for Endari? Like this:

graceMap["embari"] = "E LG F LG";

@michaelsiepmann
Copy link
Contributor Author

I need both

graceMap["endari"] = "E LA F LA";
graceMap["embari"] = "E LG F LG";

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Mar 15, 2023

Understood. So yet another change to this PR is needed.
While at it you should probably rebase it too

@michaelsiepmann
Copy link
Contributor Author

michaelsiepmann commented Mar 15, 2023

You can also reject this merge-request and insert the two lines on your own,

Edit: I can later check, which mappings also doesn't exists and create a list of all.

Jojo-Schmitz pushed a commit to Jojo-Schmitz/MuseScore that referenced this pull request Mar 15, 2023
@michaelsiepmann michaelsiepmann closed this by deleting the head repository Mar 16, 2023
@Jojo-Schmitz
Copy link
Contributor

Why?

@michaelsiepmann
Copy link
Contributor Author

michaelsiepmann commented Mar 16, 2023 via email

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Mar 16, 2023

Yes, please. Mine is just a (preliminary) backport to 3.x

And you wanted to check for more missing mappings

@michaelsiepmann
Copy link
Contributor Author

See pull-request #16943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info More information is required before action can be taken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants