-
Hi Paul,
your Python script was exactly what I was looking for. Anyway - while using it, I found some inconveniences (for me) and startet to modify your code:
1) the concept to put the chord-name in…
-
It would be great if this library could be added via a script tag.
-
currently when i parse the lyrical songs Asus2 is printed as A2. is there a way to print it as it is?
` const parser = new ChordSheetJS.ChordsOverWordsParser();`
` const song = parser.par…
-
printing/exporting leaves to PDF should not store the temp PDF file locally just to send them to the requesting client. Something along the following lines should be used :
```python
import io
…
-
The [OnSong](https://onsongapp.com/docs/features/formats/onsong) format is loosely based on ChordPro, and after looking at it more closely over the last few days, I _really_ like it. It's more human-r…
-
Parent Task: https://github.com/PraiseCharts/studio/issues/32
### Background & Motivation
Want to explore the idea of having metadata in a text chord sheet.
I like the idea of markdown style f…
-
Parent Task: https://github.com/PraiseCharts/studio/issues/32
### Background & Motivation
I want this:
```
Chorus 1
Dsus
There’s honey in the rock, water in the stone
…
-
Hello, very interesting project, I have a question.
I have taken as an example the code that you have in the ChordSheetJS Fiddle repo, I am trying to raise/lower chord transport of a song.
I am …
-
I am using ChordProParser and display the HtmlFormat.
I saw the Transpose Up and Down function in documentation. How can I transpose ChordProParser?
-
When using new ChordSheetJS.ChordSheetParser() and traversing its lines to process chords, some chord values cannot be parsed.
You could also transform from `ChordSheetParser` to `ChordProParser` …