humdrum-tools / verovio-humdrum-viewer

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

Missing notehead case related to nested square brackets #870

Closed craigsapp closed 8 months ago

craigsapp commented 8 months ago

In this example:

**kern
!!LO:TX:tempo:a:t=[Langsame]\n[[half-dot] = [half] = 56]
1c
=
1d
=
1e
=
1f
==
*-

The [half-dot] is showing instead as only a [dot]:

Screenshot 2024-01-12 at 09 30 16

When the outer square brackets are removed, the half note is displayed:

Screenshot 2024-01-12 at 09 31 19
**kern
!!LO:TX:tempo:a:t=[Langsame]\n[half-dot] = [half] = 56
1c
=
1d
=
1e
=
1f
==
*-
craigsapp commented 8 months ago

Now working with recent commits:

Screenshot 2024-01-23 at 00 27 43