|
NAMEabcselect - manipulates music in abc formatSYNOPSISabcselect [-?] [-X xrefs] [-V voices] [-P parts] [-Q movements] [-c] [infile]DESCRIPTIONabcselect reads an input file containing music in abc format and outputs a modified version in abc format.The output is written to stdout and can be piped directly into abctab2ps. If no input file is given, the input is read from stdin. All numbers specified in the options refer to the cardinal number of the corresponding info field, not to the actual value of the info field. E.g. the first tune is always specified with "-X 1", regardless of the value in the "X:" field. OPTIONS
EXAMPLESSelect first and third voice from second movement of sample.abc and typeset it with abctab2ps:abcselect -V 1,3 -Q 2 sample.abc | abctab2ps Select first, second and third voice from second tune of sample.abc and print it to selection.abc: abcselect -V 1-3 -X 2 sample.abc > selection.abc AUTHORChristoph Dalitz <christoph(dot)dalitz[at]hsnr(dot)de>VERSIONThis man page describes abcselect version 1.5 from August 2002.COPYRIGHTCopyright 2000-2002 by Christoph Dalitzabcselect is supplied "as is" without any warranty. It is free software and can be used, copied, modified and distributed without fee under the terms of the GNU General Public License. SEE ALSOabctab2ps(1)
Visit the GSP FreeBSD Man Page Interface. |