Disable dot cmd if selected 1024th note, disable double-dot if selected 512th note, ... to prevent 2056th rests
Master needs to disable the following commands (and their corresponding icons), since they will produce 2560th rests:
1. disable dot cmd if selected 1024th note
2. disable double-dot if selected 512th note (or smaller)
3. disable triple-dot if selected 256th note (or smaller)
4. disable quad-dot if selected 128th note (or smaller)
I can currently produce corrupted scores, with messages like "Measure 1 Staff 1 incomplete. Expected: 4/4; Found: 122688/122880" because the corresponding 2560th rests need to be created to balance out the dots.
Comments
I should mention that 2.1-dev currently disables the corresponding buttons if they were to produce 256th rests.
Fixed in branch master, commit a17ce20cc8
fix #183821: Disable dots if it would result in more than 1024th rest
Fixed in branch master, commit 7b0c242fbd
Merge pull request #3107 from crispy7/fix-dot
fix #183821: Disable dots if it would result in more than 1024th rest
Automatically closed -- issue fixed for 2 weeks with no activity.