no-chris / chord-symbol

The definitive chord symbol parser and renderer for Javascript/NodeJS.
https://chord-symbol.netlify.app
MIT License
146 stars 8 forks source link

German notation does not support bass notes with b or # #611

Closed perivar closed 1 year ago

perivar commented 1 year ago

It seems no bass notes with # or b works with german notation. The chord H7/F# does not work. Neither does H/Db.

For actual example, check out this tab https://nortabs.net/tab/944/

no-chris commented 1 year ago

Hello, That is because the parser expect accidentals to be given as is or es So even F# as a chord does not work. It looks like more flexibility would be needed? Thanks

no-chris commented 1 year ago

That's easy enough to add if you tell me it is needed https://github.com/no-chris/chord-symbol/pull/614