> I was studying output-distance.py to make sure my comparison thing > matches its behaviour, and I noticed that its EPS->PNG conversion > driver uses an odd resolution of 101x101. Does anyone know what's > behind this choice? Like, what was the reasoning to choose this vs > 100x100?
In https://lists.gnu.org/archive/html/lilypond-devel/2007-07/msg00077.html I can read For generating the PNGs for the website/doc we use 101 dpi resolution, which should put the staff lines at an integer number of pixels apart. And https://lists.gnu.org/archive/html/lilypond-user/2020-07/msg00081.html says: ;; at 101.178, a staff space is exactly 7 pixels. Werner