flujoo/gm

"show" works on Windows 11 but gives an error message

Closed this issue · 2 comments

znmeb commented

I've got MuseScore 3 installed on Windows 11 and installed gm. When I run the first example in the vignette

> library(gm)

Attaching package: ‘gm’

The following object is masked from ‘package:methods’:

    show

> m <- Music()
> m <- m +
+     # add a 4/4 time signature
+     Meter(4, 4) +
+     # add a musical line of a C5 whole note
+     Line(pitches = list("C5"), durations = list("whole"))
> m
Music

Line 1

* as part 1 staff 1 voice 1
* of length 1
* of pitch C5
* of duration 4

Meter 4/4 
> show(m, to = c("score", "audio"))
m_crashReporterWChar: C:/PROGRA~1/MUSESC~2/bin/MuseScore3-crash-reporter.exem_crashReporterWChar: C:/PROGRA~1/MUSESC~2/bin/MuseScore3-crash-reporter.exe
>

the score displays correctly and the audio file is playable, but it appears to be calling a crash reporter. Is this a problem?

@znmeb It seems to be a problem of MuseScore. I don’t know if this helps: https://musescore.org/en/node/312044

znmeb commented

It looks promising - I'll check it out. Thanks!