1MUSICXML2LY(1) User Commands MUSICXML2LY(1)
2
3
4
6 musicxml2ly - manual page for musicxml2ly (LilyPond) 2.14.2
7
9 musicxml2ly [OPTION]... FILE.xml
10
12 Convert MusicXML from FILE.xml to LilyPond input. If the given file‐
13 name is -, musicxml2ly reads from the command line.
14
16 -h, --help
17 show this help and exit
18
19 --version
20 show version number and exit
21
22 -v, --verbose
23 be verbose
24
25 --lxml use lxml.etree; uses less memory and cpu time
26
27 -z, --compressed
28 input file is a zip-compressed MusicXML file
29
30 -r, --relative
31 convert pitches in relative mode (default)
32
33 -a, --absolute
34 convert pitches in absolute mode
35
36 -l, --language=LANG
37 use LANG for pitch names, e.g. 'deutsch' for note names in Ger‐
38 man
39
40 --nd --no-articulation-directions
41 do not convert directions (^, _ or -) for articulations, dynam‐
42 ics, etc.
43
44 --nrp --no-rest-positions
45 do not convert exact vertical positions of rests
46
47 --npl --no-page-layout
48 do not convert the exact page layout and breaks
49
50 --no-beaming
51 do not convert beaming information, use lilypond's automatic
52 beaming instead
53
54 -o, --output=FILE
55 set output filename to FILE, stdout if -
56
58 Report bugs via
59 http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
60
62 Copyright © 2005--2011 by
63 Han-Wen Nienhuys <hanwen@xs4all.nl>,
64 Jan Nieuwenhuizen <janneke@gnu.org> and
65 Reinhold Kainhofer <reinhold@kainhofer.com>
66
67 This program is free software. It is covered by the GNU General Public
68 License and you are welcome to change it and/or distribute copies of it
69 under certain conditions. Invoke as `lilypond --warranty' for more
70 information.
71
73 The full documentation for musicxml2ly is maintained as a Texinfo man‐
74 ual. If the info and musicxml2ly programs are properly installed at
75 your site, the command
76
77 info musicxml2ly
78
79 should give you access to the complete manual.
80
81
82
83musicxml2ly (LilyPond) 2.14.2 July 2011 MUSICXML2LY(1)