05-08-2024, 04:08 PM
If you're can write scripts, you can use ChordPro (https://www.chordpro.org) to convert between a number of formats, including chords-over-text to MobileSheets-compatible ChordPro.
For example, a bash script:
#!/bin/bash
for file in *.txt; do
chordpro --a2crd "$file" --generate ChordPro --backend-option variant=msp --output "`basename "$file" .txt`.cho"
done
For example, a bash script:
#!/bin/bash
for file in *.txt; do
chordpro --a2crd "$file" --generate ChordPro --backend-option variant=msp --output "`basename "$file" .txt`.cho"
done
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).