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

Failed to add timing to MEI 3.0 files #16

Open
odub opened this issue Dec 9, 2016 · 4 comments
Open

Failed to add timing to MEI 3.0 files #16

odub opened this issue Dec 9, 2016 · 4 comments

Comments

@odub
Copy link

odub commented Dec 9, 2016

Hi,

I've been happily working with the output after working through my problems from this issue: #14

As a follow-up, I now want to run the meiAddTiming.xsl on the output.

I get the following error:

Saxon evaluation license expires in 11 days
The source file is not a 2013 version MEI file!
Error at xsl:message on line 272 of meiAddTiming.xsl:
  XTMM9000: Processing terminated by xsl:message at line 272 in meiAddTiming.xsl
Processing terminated by xsl:message at line 272 in meiAddTiming.xsl

Is there a way I can get around this? I don't see a way to downgrade from MEI 3.0 to MEI 2013 in order to run this process.

@odub
Copy link
Author

odub commented Dec 9, 2016

I mainly want to add the tstamp attribute to notes and rests. If using the xsl isn't possible, is there another way it might be possible to achieve this?

@odub
Copy link
Author

odub commented Dec 9, 2016

I'm currently bypassing the problem by removing the version check and this seems to work! Hopefully the output data is ok…

@pe-ro
Copy link
Contributor

pe-ro commented Dec 9, 2016

@odub: As you've discovered, the encoding tools have not been maintained as rigorously as they should be. None of them come with a guarantee of fitness. 😃

@pe-ro
Copy link
Contributor

pe-ro commented Dec 9, 2016

To verify that removing the version check actually works, you should validate your output against the latest schema.

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