humdrum-tools / verovio-humdrum-viewer

Verovio Humdrum Viewer
http://verovio.humdrum.org
37 stars 9 forks source link

Allow single-number time signatures #864

Closed craigsapp closed 11 months ago

craigsapp commented 11 months ago

Here is an example of 4/4 meter displayed as "4":

Screenshot 2023-10-27 at 03 49 55

https://polishscores.org/?id=19xx:88 https://polish.musicsources.pl/en/lokalizacje/galeria/druki-muzyczne/16121/2#nomenu

Allow for *met(4) to display a single centered number on the staff for the time signature.

Test data:

**kern
*M4/4
*met(4)
=
1c
==
*-

Current rendering:

Screenshot 2023-10-27 at 04 08 47

View in VHV

This issue will basically extend the currently allowed *met(3) to all integers:

Screenshot 2023-10-27 at 04 11 41
craigsapp commented 11 months ago

Implemented with commit https://github.com/rism-digital/verovio/commit/e6719279b53253e6dc5a1c91141833b3120e3695

Rendering of test data:

Screenshot 2023-10-27 at 04 35 42