You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Verse 1]
G
It's hard for me to say the things
D
I want to say sometimes
G
There's no one here but you and me
D
And that broken old street light
A Bm
Lock the doors
output:
[Verse 1]
BbIt's hard for me to say the things
F
I want to say sometimes
BbThere's no one here but you and me
F
And that broken old street light
C Dm
Lock the doors
You can see in the output two instances of Bb chord joined with lyrics.
It looks like CRLF is missing after Bb. If you edit the output and press Enter after each Bb - lyrics structure is fixed, and all chords are correct.
Another example - C#m chord joined with lyrics. The same song, but transposed via .fromKey("G").up(2)
output:
[Verse 1]
A
It's hard for me to say the things
E
I want to say sometimes
A
There's no one here but you and me
E
And that broken old street light
B C#mLock the doors
My guess is that somehow CRLF is lost/trimmed for some flat/sharp chords
The text was updated successfully, but these errors were encountered:
Code executed:
Transposer.transpose(input).fromKey("G").toKey("Bb")
input:
output:
You can see in the output two instances of Bb chord joined with lyrics.
It looks like CRLF is missing after Bb. If you edit the output and press Enter after each Bb - lyrics structure is fixed, and all chords are correct.
Another example - C#m chord joined with lyrics. The same song, but transposed via
.fromKey("G").up(2)
output:
My guess is that somehow CRLF is lost/trimmed for some flat/sharp chords
The text was updated successfully, but these errors were encountered: