Songbooks writing software.
Windows 10 and higher: Setup.exe in latest release
Linux: .deb coming soon
macOS: x64 packages coming soon
This software is aimed to deliver a WYSIWYG-editor for songs with chords and songbooks.
For now using ChordWriter you can:
- Create, edit, save, load and view songs with chords;
- Create print-ready PDF-songbooks out of saved songs;
- Export created songs to monotype text;
- Import songs from monotyped text.
One of basic сoncepts of ChordWriter is a part. ChordWriter sees the song as a couple of part. A part can be a text part with or without chords or instrumental part with only chords. For now there is no way to add tabs to the songs but it will come soon!
By pressing on button "Структура" you can activate or deactivate structure editing mode. There you can add/remove/rename parts and change their types. When you are making a new song structure editing mode is active by default.
After adding a part you can start editing it! Simply click on edit button to begin editing the text or add the chord.
Prerequisites: Node.js 18
-
Clone the repo;
-
In the root folder of the repo run
npm install -
To run debugging version run
npm startTo build binaries for your platform runnpm run make
