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

Too many clefs and wrong tempo while importing BWW-File #16833

Closed
michaelsiepmann opened this issue Mar 15, 2023 · 3 comments · Fixed by #21796
Closed

Too many clefs and wrong tempo while importing BWW-File #16833

michaelsiepmann opened this issue Mar 15, 2023 · 3 comments · Fixed by #21796
Labels
community Issues particularly suitable for community contributors to work on

Comments

@michaelsiepmann
Copy link
Contributor

Issue type

Other type of issue

Bug description

I've got a lot of BWW-Files, which I'd like to import to MuseScore. There are some issues with the imports. One is the start of the tune. Where there are 2 clefs and a wrong tempo.

Steps to reproduce

Create a text-file "anyname.bww" and insert 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! E_4 !I
`

Import this file.

Screenshots/Screen recordings

grafik

MuseScore Version

4.0.2

Regression

No.

Operating system

Windows 10

Additional context

No response

@muse-bot muse-bot added the needs review The issue needs review to set priority, fix version or change status etc. label Mar 15, 2023
@cbjeukendrup cbjeukendrup added community Issues particularly suitable for community contributors to work on and removed needs review The issue needs review to set priority, fix version or change status etc. labels Mar 15, 2023
@Blargian
Copy link
Contributor

Hi @michaelsiepmann, I started looking into the code for this one to see if I can write a fix. Just to help me understand - what makes you say that the tempo is wrong? From what I can see 90 is the tempo specified in the .bww file : TuneTempo,90. Or is the issue with the way it gets displayed "metNoteQuarterUp = 90"?

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented May 17, 2023

I don't see the tempo at all, not in 3.6.2 nor in 4.0.2 or in the latest development build

Hmm, I do see it (in all versions), when I drop the single quotes...

image

I guess it rather should be

image

@sammik
Copy link
Contributor

sammik commented Mar 3, 2024

please, check #21796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues particularly suitable for community contributors to work on
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

8 participants