Earlier quoted context omitted.
It was constructive criticism from someone with expertise
It was neither.
Printing Music with CSS Grid
81–89 of 89 posts
Re: Printing Music with CSS Grid
#82Re: Printing Music with CSS Grid
#83The visual quality is really good. I'm not entirely convinced of making this responsive, in the particular area of Jazz leadsheets. I've found myself preferring line breaks at regular intervals (mostly every 4 bars, with exceptions for pickups and alternate endings), rather than trying to cram as many bars as possible onto each line.
Re: Printing Music with CSS Grid
#84Earlier quoted context omitted.
"you can just have some UI that keeps re-rendering Lilypond source to your screen size and zoom level every time you zoom." And have you done that or seen it responsive?
If you want it to be responsive just do the Apple trick of instantly presenting a highly blurred image until the render is complete. The blurred image doesn't even have to be of the real thing, but it makes users feel warm and fuzzy.
Re: Printing Music with CSS Grid
#85Re: Printing Music with CSS Grid
#86Impressive hack — kudos from a fellow sheet music software developer! I've spent more than 10 years now building Soundslice, which does web-based sheet music rendering. I believe we were the first to do "responsive" web notation (that part of the site launched in 2014). Here's a tech talk I gave with a lot of details: https://www.youtube.com/watch?v=XH5EtQge_Bg Here's an example of responsive Soundslice notation: htt…
Re: Printing Music with CSS Grid
#87Re: Printing Music with CSS Grid
#88This is extraordinary. While JavaScript is needed now, I’d encourage the author to see what needs to be added to CSS to allow a CSS-only solution, and promote it in the CSS community. For example, repeating the clef when wrapping is akin to a sticky table header, and would have more applications than only music. Some CSS notation is wholly new to me: > .stave > [data-pitch^="A"][data-pitch$="5"] { grid-row-start: A5;…
They are also extremely useful when it comes to adblocking. Without their partial matching capabilities it'd have been almost impossible to target ad-containing elements in most of these days' js and framework-ladden websites.
Re: Printing Music with CSS Grid
#89Impressive hack — kudos from a fellow sheet music software developer! I've spent more than 10 years now building Soundslice, which does web-based sheet music rendering. I believe we were the first to do "responsive" web notation (that part of the site launched in 2014). Here's a tech talk I gave with a lot of details: https://www.youtube.com/watch?v=XH5EtQge_Bg Here's an example of responsive Soundslice notation: htt…
I am currently learning some music on the violin, and this looks like something that will help me out.