Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line use #56

Open
dpk opened this issue Mar 22, 2021 · 1 comment
Open

Command line use #56

dpk opened this issue Mar 22, 2021 · 1 comment

Comments

@dpk
Copy link

dpk commented Mar 22, 2021

It would be nice if there were command-line versions of the tools, so one could do something like

gabctranscribe words.txt music.gabc > words-and-music.gabc

and produce combined GABC files in batch that way. The psalm tone tool would likely be somewhat tricky to set up this way given its large number of configuration options, but the GABC transcription tool is quite simple by comparison. It would ‘just’ be a matter of pulling out the actual code which integrates words and music together into a separate module which could be used both by the web tool online, and by a Node.js-powered command line tool.

@bbloomf
Copy link
Owner

bbloomf commented Mar 22, 2021

Yes, this would be great. Unfortunately I don't have time to work on this right now. The whole codebase should really be refactored, and everything related to combining texts with GABC could go into its own project, which could have a command line interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants