Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

songwrite(1) [debian man page]

Songwrite(1)															      Songwrite(1)

NAME
Songwrite - A tablature editor SYNTAX
songwrite [<filename...>] songwrite --help songwrite --version songwrite --play [<filename...>] songwrite --playloop [<filename...>] songwrite --songbook <songbook_title> <song_filenames...> songwrite --convert <format> [--output <output_filename>] <filename> DESCRIPTION
Songwrite is a tablature (guitar partition) editor, with playing and printing ability. Songwrite is coded in Python and uses Tk (Tkinter); it relies on Timidity to play midi and on GNU Lilypond for printing. OPTIONS
--help Output help information and exit. --version Output version information and exit. --play <filename> Play <filename> and exit. --playloop <filename> Play <filename> in loop (stop it with C-c or kill). --songbook <songbook_filename> <songbook_title> <song_filenames...> Create a postcript songbook with the given title and songs. --convert <format> [--output <output_filename>] <filename> Opens no window, and converts Songwrite file <filename> into <format>. <format> is one of: lilypond, latex, ps, asciitab, midi. <output_filename> is deduced from <filename> and <format> if not given. Several --convert can be given. Use --output - for STDOUT (not available for ps). FILES
~/.songwrite AUTHORS
Jiba (Lamy Jean-Baptiste) <jiba@tuxfamily.org> Jiba (Lamy Jean-Baptiste) 0.10 Songwrite(1)

Check Out this Related Man Page

esdcat(1)							   User Commands							 esdcat(1)

NAME
esdcat - play a sound file SYNOPSIS
esdcat [-s hostname:port] [-b] [-h] [-m] [-n filename] [-r freq] [filename] DESCRIPTION
The esdcat application pipes data from the filename specified (or stdin if not specified) to the sound device, using the Enlightened Sound Daemon (esd). OPTIONS
The following options are supported: -s hostname:port Contact the esd server on hostname at port. -b Specify that the output should be in 8-bit format. By default, the output is in 16-bit format. -h Display help text, and exit. -m Specify that the output should be in mono format. By default, the output is in stereo format. -n filename Specify the filename of the input file. If the filename is specified both as an operand and with the -n option, then the value specified with the -n option is ignored. If no filename is specified with the command, then stdin is used. -r freq Specify that the output rate should be set to freq. By default, the output rate is set to 44.1 kHz. OPERANDS
The following operands are supported: filename Specify the filename of the input file. If no filename is specified with the command, then stdin is used. EXAMPLES
Example 1: Playing a sound file "beep" from stdin example% esdcat < beep EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/esdcat Executable for Enlightened Sound Daemon sound piper ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-audio | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
esdplay(1), esdrec(1), esdsample(1), esdmon(1), esdctl(1), esd-config(1), libesd(3), attributes(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2006. SunOS 5.11 7 Jan 2003 esdcat(1)
Man Page