]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Produce only one output file; optionally use stdin/stdout
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 20:24:54 +0000 (22:24 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 4 Apr 2008 20:24:54 +0000 (22:24 +0200)
commitdf5215a898b88a2af7c0f504148e2ad013ee3ccd
treebac198bcf4e648996ffe68ff26b885461a663c2c
parentc6288e71d8197c28dab38f8f4d4f1799f6d94510
MusicXML: Produce only one output file; optionally use stdin/stdout

-) So far, I generated a file.ly for the score and file-defs.ly for the
   definitions. Actually, I don't see why this should be neccessary / useful
   as it only clutters the outdir, breaks the links in the examples, makes
   the use of stdout (for piping MusicXML through) impossible etc.
   So, from now on, only one file (file.ly) will be generated, which contains
   all lilypond code from the conversion.
-) Also implemented reading from stdin (if filename is -) and writing to
   stdout (if --out=-).
scripts/musicxml2ly.py