Open fcnjd opened 1 month ago
Thanks for reporting this issue. It seems the MusicXML standard is not fully forward-compatible. Maybe we should follow the newest MusicXML 4.0 schema.
Thank you for your quick reply, good to know that I didn't just use the CLI wrong. Following the newest MusicXML 4.0 schema sounds like a great idea - I think this could also mean we'll be supporting the compressed MXL file schema, which could be helpful as well.
Another aspect I consider relevant to mention: For me it looks like the MusicXML import was taken from Utaformatix. However, this one seems to have the problem that connected notes aren't translated correctly, which gets hearable when for example converting to USTX, syllables of connected notes are then simply missing.
Hi, I'm getting the following error when trying to convert a musicxml file, which however processes fine on utaformatix. I'm using version 1.3.3.
grace-cue
is not a validNoteSizeType
warnings.warn(message, ConverterWarning) +--------------------- Traceback (most recent call last) ---------------------+ <traceback was here, omitted it for ease of use> ValidationError: 1 validation error for NoteSize type_value Input should be 'cue', 'grace' or 'large' [type=enum, input_value='grace-cue', input_type=str] For further information visit https://errors.pydantic.dev/2.9/v/enum If you need the file for reference, I exported the tenor voice from https://musescore.com/user/883406/scores/3707141 The command is:Thans in advance for any advice on what I'm doing wrong.