Hi Tina, Sorry for late reply; it's been difficult those days.
> I have sketched up a bash script that does exactly that at > https://codeberg.org/tinapetzel/ly-scorepub > which (if pointed to a Lilypond file) would produce something like > https://codeberg.org/tinapetzel/ly-scorepub/raw/branch/main/examples/mahler.epub > which (in a compatible reader) should dynamically adjust the line width. Whaouh, very clever solution that you implemented. Congratulations. I first tested it on my linux viewer and I could see the score adpating to the window size. However, it adapts to the window size, not to the font size. When tested on my e-reader, it was not able to display the book as you expected. Of course the price to pay is to multiply the file size by the number of line widths you embed (x18 in your example). So in the end, I think that you're right, it is probably easier to just target the size of a specific e-redaer and make a pdf for that display. Nevertheless, I'm very impressed by your solution. Thanks, F
