ledger line missing gap between 8th and quarter

• Dec 3, 2014 - 09:44
Type
Functional
Severity
S4 - Minor
Status
closed
Project

It is supposed to look like this?
ledger.png
I think there should be a gap in the ledger lines between the 8th and the quarters, just like there is between the quarters and between the 8ths

Sample score attached (not the one used to produce that image though)

self build 28b5daf, Window 7 (Enterprise, 64bit)

Attachment Size
My_First_Score.mscz 5.66 KB

Comments

Agreed, ledger lines should not normally be allowed to touch by default. Right now, we have a "minimum note distance" style parameter you could up to fix this, but that could result in more space than necessary between notes not on ledger lines.

I guess the problem here is that the algorithm only checks notes in the same voice. The G & F touch because they are in different voices.

Getting this perfect in all cases might be more expensive (in layout time) than it's worth, but I am currently testing is a fix for the easy cases (including this one).