]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/converters.itely
* flower/include/std-string.hh:
[lilypond.git] / Documentation / user / converters.itely
index b3172d1774f041bf0b9c22ab9f34261545b8a9a4..f8b6f6c82f8b5ea8fcd28910eb5520cd41efca2b 100644 (file)
@@ -14,6 +14,7 @@ sequencers and XML converters.  Refer to the
 @menu
 * Invoking midi2ly::            Importing MIDI.
 * Invoking etf2ly::             Importing Finale.
+* Invoking musicxml2ly::        
 * Invoking abc2ly::             Importing ABC.          
 * Invoking mup2ly::             Importing MUP. 
 * Generating LilyPond files::   
@@ -140,6 +141,27 @@ version information
 The list of articulation scripts is incomplete.  Empty measures
 confuse @command{etf2ly}.  Sequences of grace notes are ended improperly.
 
+@node Invoking musicxml2ly
+@section Invoking @code{musicxml2ly}
+
+@uref{http://@/www.@/recordarde@/.com/xml/,MusicXML} is an XML dialect
+for representing music notation.
+
+@command{musicxml2ly} extracts the notes from part-wise MusicXML
+files, and writes it to a .ly file.
+
+
+The following options are supported by @command{musicxml2ly}:
+
+
+@table @code
+@item -h,--help
+print usage and option summary.
+@item -o,--output=@var{file}
+set output filename to @var{file}. (default: print to stdout)
+@item -v,--version
+print version information.
+@end table
 
 @node Invoking abc2ly
 @section Invoking @code{abc2ly}