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)
Man Page

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

a sed problem

I have a text file that contains full path of some files. for example, /one/file.name /this/is/another/filename /and/one/more/file.here I want to convert this file in the following format: /one/file.name ./file.name /this/is/another/filename ./filename /and/one/more/file.here... (4 Replies)
Discussion started by: Yogesh Sawant
4 Replies

2. UNIX for Dummies Questions & Answers

orchadmin

what does "orchadmin rm filename" does ?? (1 Reply)
Discussion started by: risshanth
1 Replies

3. UNIX for Advanced & Expert Users

Can't pass filename to dtpad editor

At the command line, If I type: %dtpad filename & It opens up a blank dtpad window, just as if I typed: %dtpad & And no difference if I give it the pathname, such as: %dtpad /here/there/filename & No issues with passing a filename using vi, xedit, emacs, etc... The SA indicated... (1 Reply)
Discussion started by: edhamilt
1 Replies

4. UNIX for Dummies Questions & Answers

Can't pass filename to dtpad editor

I posted this in the Advanced forum, thought I'd try it here as well... At the command line, If I type: %dtpad filename & It just opens up a blank dtpad window (and no error is returned), just as if I typed: %dtpad & And no difference if I give it the pathname, such as: %dtpad... (1 Reply)
Discussion started by: edhamilt
1 Replies

5. Shell Programming and Scripting

help to convert

how to convert this perl expression to Python while (<FIL>) { s/+/ /g; if (/<DOC\s+doc_ID=\"(.*?)\".*sys_ID=\"(.*?)\"/i) { #" ${$$hashptr{$sys_Id}}{$doc_Id} = $docstr; # push(@$doclistptr, $doc_Id); $doc_Id = $1; $sys_Id = $2; $docstr = ""; ... (1 Reply)
Discussion started by: jaganadh
1 Replies

6. UNIX and Linux Applications

guitar tuning software

Is there a piece of guitar tuning software for linux. i know for windows there is one (cant find the name) that when you open in and put your mic in front of the guitar and play then it will say what snares are out of tune and how to adjust them. looking for the same thing on linux. thx (1 Reply)
Discussion started by: Ditzyken
1 Replies

7. UNIX for Dummies Questions & Answers

Help with printing output format from a file

Hi, I need help in printing data in below format from file extensions with .dml, i have listed details below file name is test_temp.dml, location in /home/users/test01/test_temp.dml file content: sample_type= record decimal(",") test_type; date("DD-MM-YYYY")(",") test_date... (2 Replies)
Discussion started by: AAHinka
2 Replies

8. UNIX for Dummies Questions & Answers

Help with printing advance output format from a file

Hi, below 'awk' code was given for my thread 'Help with printing output format from a file ' earlier, however script is not resulting expected output with below file content. cat test_tes123.dml record string("\001") emp_num; /* CHAR(11) NOT NULL*/ date("YYYYMMDD")... (1 Reply)
Discussion started by: AAHinka
1 Replies