]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Add command line option to not convert directions on articulations, etc.
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 13 Nov 2007 23:53:27 +0000 (00:53 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 13 Nov 2007 23:53:27 +0000 (00:53 +0100)
commit55bbfd6a62fc3fbea89b5d1565deb2bb4cbaa88f
tree0eb52bcfcab4dea705bfc0165f28f462664090b5
parent7cfc12332af2968351a14b8c8520da2d0b3dacad
MusicXML: Add command line option to not convert directions on articulations, etc.

Add --nd or --no-articulation-directions command-line option, which causes
musicxml2ly to not convert ^ or _ up/down indicators for articulations, texts, etc.
Rather, "-" is used where necessary.

I'm now storing the command-line options in another global variable, so that one
can access them anywhere in the whole script.
make/lysdoc-targets.make
scripts/musicxml2ly.py