logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Songwrite3 - A tablature and music editor

Authors

       Jiba (Lamy Jean-Baptiste) <jibalamy@free.fr>

Jiba (Lamy Jean-Baptiste)                              0.1                                         Songwrite3(1)

Description

       Songwrite  3  is  a  tablature (guitar partition) editor, with playing and printing ability. Songwrite is
       coded in Python; it relies on Timidity to play midi and on GNU Lilypond for printing.

Files

~/.songwrite3

Name

       Songwrite3 - A tablature and music editor

Options

--help Output help information and exit.

       --version
              Output version information and exit.

       --import <format> <input-filename>
              Import from file <input-filename> of format <format>.  Use - for  <input-filename> to use standard
              input.

       --export <format> <output-filename>
              Export to file <output-filename> in format <format>. No window are display (batch  mode).   Use  -
              for  <output-filename> to use standard output.

Syntax

       songwrite3
       songwrite3 --help
       songwrite3 --version
       songwrite3 <filename...>
       songwrite3 --import <format> <input-file>
       songwrite3 <filename...> --export <format> <output-file>
       songwrite3 --import <format> <input-file> --export <format> <output-file>

See Also