stephband / scribe

Renders music in HTML.
https://labs.cruncher.ch/scribe
552 stars 24 forks source link

Move accidentals to end of previous column #5

Closed stephband closed 2 months ago

stephband commented 2 months ago

This will allow us to allow move note heads to column start rather than end. Beams can begin in the same column. End margins caused by tails will be simpler to style, at the moment we don't have any because they will cause problems with beams.

I think on a 24 grid where we don't allow any duration under 3 columns they are guaranteed a column to themselves, no? It could improve how we style the accidentals themselves, too.

And we will be able to align chords and lyrics with note heads, rather than currently as they align with the preceding accidentals.

Let's really use the grid.

stephband commented 2 months ago

Done. Simpler than I feared.