-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error when serializing chords with comments #904
Comments
Hello @martijnversluis , Here is the version I am using from my
For example, there is no mention of your new Here is my {
"scripts": {
"start": "parcel html/index.html",
"build": "parcel build html/index.html"
},
"devDependencies": {
"@parcel/transformer-elm": "2.9.3",
"elm": "^0.19.1-5",
"parcel": "^2.9.3",
"postcss": "^8.4.14",
"process": "^0.11.10",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"chordsheetjs": "^7.17.1"
}
} |
Hey @vjousse. You're completely right, for some reason this change did not end up in the release. I published Please let me know if it is fixed now 😄 |
Thanks a lot, it works now! 😊 |
Hello,
First, thanks for this amazing lib, you saved me a lot of time 😊
I'm trying to serialize a song (containing comments) that ChordSheetJS has parsed successfully, but I am encountering the following error:
![Screenshot from 2023-05-27 09-50-51](https://private-user-images.githubusercontent.com/154904/241367809-2ccc6443-dbca-4966-ad33-3fb687928acc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjE0NDYsIm5iZiI6MTczODk2MTE0NiwicGF0aCI6Ii8xNTQ5MDQvMjQxMzY3ODA5LTJjY2M2NDQzLWRiY2EtNDk2Ni1hZDMzLTNmYjY4NzkyOGFjYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMDQ1NDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YzI5MDdlOWZmNzdhZjQzNGZiOGY2ZTBkOTI1MDQ2NzExNzE1YzA3ZDM2MTM3NmUxNDdhMWVjZDJkZDkyMjRhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.TFhv2NtNjBK0qGinKR2dK7uhg0ZyXDaRUgpxuq1yVDo)
Here is the code I'm using:
And below the content on the file.
If I remove the comments
Everything works as expected.
The text was updated successfully, but these errors were encountered: