
Zikpad
https://zikpad.github.io: the most simple music score editor.
Contrary to many other music score editor, the rythm is infered. It saves Lilypond files. Thus, it makes a tool for teaching music, write inventions, etc.

Videos
- https://www.youtube.com/embed/IHud0x0stS4
- https://www.youtube.com/embed/82VYIJCKCSk
Features
- You add notes by clicking (very simple!)
- Durations of notes are computed from the context
- Drag and drop notes
- cut/copy/paste
- Transposition
- You can copy notes (Ctrl + drag and drop of notes)
- Cancel/redo
- You can insert notes by playing a MIDI instrument
- You can listen to your music
- transforming a note into a rest
- Multiple voices corresponding to the color palettes
- Any produced files can be compiled with Lilypond
- Open and save in the Zikpad/Lilypond format (drag and drop a file to open it!)
- Loading Lilypond files generated by Zikpad only
- Insert time (Shift + mouse)
Local installation and Compile
https://zestedesavoir.com/tutoriels/996/vos-applications-avec-electron/
Electron uses main.js in the main. The rest of the application is in Typescript.
The command tsc compiles all *.ts (for instance main.ts).
Generate the packages
npm run create-installer-win
npm run create-debian-installer