Matevž Jekovec
Matevž Jekovec
The python console is currently automatically shown on startup. - [ ] hide the console on startup - [ ] add "Python console" toggable button under Tools, if `USE_PYTHON` is...
In light of #84 we can fully support copy&pasting other music elements than notes in the staff. For example, steps to copy&paste lyrics (other elements are similar): 1. Select some...
Compiling latest master e9a3d3cff4498b7aa7be6ff750e063c54305d79c on Windows with Python works. But on startup it immediately crashes without any output on cmd. Compiling with `-DNO_PYTHON=1` solved the issue but Python support is...
Steps to reproduce: 1. add some notes and some lyrics 2. copy some syllables 3. undo 4. paste syllables => CRASH It smells as if the document which the clipboard...
This PR forces code formatting in CI and forces the user to run `make fmt` in order to pass CI checks.
Add windows builds to CI: - [x] prepare Windows docker image with Qt5, Swig, Python3 and other dependencies - [ ] create github action to compile and install Canorus similarly...
Steps to reproduce: 1. Write some (possibly multivoice) bars 2. Add chord context and fill some chords 3. Now replace e.g. a whole rest which a half note so it...
Steps to reproduce: 1. write a longer score so horizontal scrollbar is used 2. undo 3. view jumps at the beginning of the score which is very annoying Expected result:...
Steps to reproduce: 1. voice 1: 4 quarters 2. voice 2: 4 quarters 3. place a barline at the end 4. now insert half rest before first quarter in 1st...
Steps to reproduce: 1. write some notes and rests 2. add lyrics and add syllables to all notes 3. somewhere in the middle replace rest with a note 4. all...