Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

musicxml2ly(1) [debian man page]

MUSICXML2LY(1)							   User Commands						    MUSICXML2LY(1)

NAME
musicxml2ly - manual page for musicxml2ly (LilyPond) 2.14.2 SYNOPSIS
musicxml2ly [OPTION]... FILE.xml DESCRIPTION
Convert MusicXML from FILE.xml to LilyPond input. If the given filename is -, musicxml2ly reads from the command line. OPTIONS
-h, --help show this help and exit --version show version number and exit -v, --verbose be verbose --lxml use lxml.etree; uses less memory and cpu time -z, --compressed input file is a zip-compressed MusicXML file -r, --relative convert pitches in relative mode (default) -a, --absolute convert pitches in absolute mode -l, --language=LANG use LANG for pitch names, e.g. 'deutsch' for note names in German --nd --no-articulation-directions do not convert directions (^, _ or -) for articulations, dynamics, etc. --nrp --no-rest-positions do not convert exact vertical positions of rests --npl --no-page-layout do not convert the exact page layout and breaks --no-beaming do not convert beaming information, use lilypond's automatic beaming instead -o, --output=FILE set output filename to FILE, stdout if - REPORTING BUGS
Report bugs via http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs COPYRIGHT
Copyright (C) 2005--2011 by Han-Wen Nienhuys <hanwen@xs4all.nl>, Jan Nieuwenhuizen <janneke@gnu.org> and Reinhold Kainhofer <reinhold@kainhofer.com> This program is free software. It is covered by the GNU General Public License and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `lilypond --warranty' for more information. SEE ALSO
The full documentation for musicxml2ly is maintained as a Texinfo manual. If the info and musicxml2ly programs are properly installed at your site, the command info musicxml2ly should give you access to the complete manual. musicxml2ly (LilyPond) 2.14.2 February 2013 MUSICXML2LY(1)

Check Out this Related Man Page

UNEXPAND(1)                                                        User Commands                                                       UNEXPAND(1)

NAME
unexpand - convert spaces to tabs SYNOPSIS
unexpand [OPTION]... [FILE]... DESCRIPTION
Convert blanks in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -a, --all convert all blanks, instead of just initial blanks --first-only convert only leading sequences of blanks (overrides -a) -t, --tabs=N have tabs N characters apart instead of 8 (enables -a) -t, --tabs=LIST use comma separated list of tab positions The last specified position can be prefixed with '/' to specify a tab size to use after the last explicitly specified tab stop. Also a prefix of '+' can be used to align remaining tab stops relative to the last speci- fied tab stop instead of the first column --help display this help and exit --version output version information and exit AUTHOR
Written by David MacKenzie. REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report unexpand translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
expand(1) Full documentation at: <http://www.gnu.org/software/coreutils/unexpand> or available locally via: info '(coreutils) unexpand invocation' GNU coreutils 8.28 January 2018 UNEXPAND(1)
Man Page