Ultrastar import is hardwired for DOS CR/LF
Brought to you by:
gyunaev
When creating a new project and importing lyrics in Ultrastar's .TXT format, version 1.1 barfs if Unix style newlines are used. It brings up a warning that the file is invalid because BPM and/or GAP are missing. Adding DOS style carriage returns before every newline fixes it. (To add CR, I used: tr '\n' '\r\n' )
My mistake, both DOS and Unix line terminators fail to work. The DOS ones didn't bring up an error message, but the lyrics weren't imported. So this is definitely a bug, but I'm not sure where.
Unix style new lines. karly-1.1 gives an error when importing this that it is invalid because it has no BPM and/or GAP
Just an example of a DOS style .txt file, with CR/LF. Karly-1.1 does not complain, but it doesn't work either.