Skip to main content

CLI tool to convert chords written in simple text to musicxml files that can be used with a music notation software

Project description

txt2musicxml

A simple tool to convert chords from text to musicxml. Musicxml files can be opened with most notation software (for example MuseScore, which is free and open source).

Install

use pipx

pipx install txt2musicxml

Usage

pipe a string of chords into the cli

echo -n 'Cmaj7 A7 | Dm9 G7b9,13 |' | txt2musicxml

or redirect input/output from/to a file

txt2musicxml < path/to/Thriller.crd > path/to/Thriller.musicxml

Syntax Example

Aguas de Marco - Elis Regina & Tom Jobim
---

Bb/Ab | % |
Bb/Ab | Gm6 Cm7b5/Gb |
Bbmaj7/F E9b5 | Ebmaj9 Ab9 |
Bbmaj7 Bb7 | C7/E Ebm6 |
Bbmaj7/F Bb7 | C7/E Ebm6 :||

Export to PDF (with MuseScore)

Install MuseScore 3 and make sure to add mscore to your PATH. Not fully tested with v4. % doesn't work in v3.

TMPSUFFIX=.musicxml; mscore -o path/to/output.pdf =(txt2musicxml < path/to/input.crd)

Developing Locally

Dependencies

In order to change the grammer and regenerate lexer/parser/etc:

For other development:

  • python ^3.9
    • I suggest using pyenv to manage multiple python versions on your machine
  • poetry - to manage virtual env
  • Make - to help run useful commands

Updating and Debugging

Grammer is defined in txt2musicxml/grammer/Chords.g4 and txt2musicxml/grammer/FrontMatter.g4. To generate antlr python classes (Lexer, Parser, Visitor, Listener) from the grammer file, run:

antlr4 -Dlanguage=Python3 txt2musicxml/grammer/Chords.g4 -visitor
antlr4 -Dlanguage=Python3 txt2musicxml/grammer/FrontMatter.g4 -visitor

Those classes are direct dependencies of the application, they must exist for the main program to run.

To use the built-in antlr GUI and debug your grammer, first compile those java classes, and then run the gui:

javac txt2musicxml/grammer/.antlr/Chords*.java
javac txt2musicxml/grammer/.antlr/FrontMatter*.java
cd txt2musicxml/grammer/.antlr && grun Chords sheet -gui
# or: cd txt2musicxml/grammer/.antlr && grun FrontMatter front_matter -gui

Then enter some text and hit ^D (on mac) to indicate EOF, and see the parse tree get generated!

NOTE: Chords and sheet are names unique to the program (grammer name, root element), if you change the grammer file, the commands you run should change as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

txt2musicxml-0.1.10.tar.gz (52.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

txt2musicxml-0.1.10-py3-none-any.whl (75.3 kB view details)

Uploaded Python 3

File details

Details for the file txt2musicxml-0.1.10.tar.gz.

File metadata

  • Download URL: txt2musicxml-0.1.10.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.7 Darwin/23.6.0

File hashes

Hashes for txt2musicxml-0.1.10.tar.gz
Algorithm Hash digest
SHA256 1f39431e831d1631f264d63e7eb20e8e8f07d9805df75364aa5499489d066580
MD5 406160ddbe7859a83b1712d25d5175d6
BLAKE2b-256 21dbe9149108a1ccc118ad58701a3e28e90f89e9ae1d49067103bdb53c17e128

See more details on using hashes here.

File details

Details for the file txt2musicxml-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: txt2musicxml-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.7 Darwin/23.6.0

File hashes

Hashes for txt2musicxml-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 eaea63d6b3bec1b5ddb64dc18f55f27c8d545fab8a95c6ab8c3999496d1a600b
MD5 ffc02bd75616c1eb7e520046c11f248b
BLAKE2b-256 a76e43e7dbf5c483d50f1970d6d11f3697ee2fb8571a1d94936b53e41c45dd7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page