You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
MusicXML <note> has a print-object attribute that controls visibility of the note. This is working correctly with Verovio. However, MusicXML <note> also has a print-lyric attribute that's intended to make the lyrics on the note visible, even when the note is hidden. This is not working correctly.
I added a minimal example above, but here is my full file if it's helpful for context: the-morning-breaks_62.musicxml.zip
I'm attaching the lyrics to invisible notes so I can show or hide the Soprano, Alto, Tenor, and/or Bass notes, according to a user setting, without affecting the visibility of the lyrics.
My understanding is that marking an element as not visible in MEI affects all its descendants, so I don't really agree with your expected output.
I would suggest bringing the issue to the MEI repository since the expected MEI markup needs to be clarified to achieve wnat you want (and if that is desirable) before changing things in Verovio.
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem
MusicXML
<note>
has aprint-object
attribute that controls visibility of the note. This is working correctly with Verovio. However, MusicXML<note>
also has aprint-lyric
attribute that's intended to make the lyrics on the note visible, even when the note is hidden. This is not working correctly.MusicXML:
https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/note/
SVG:

Expected SVG:

To Reproduce
Steps to reproduce the behavior:
Expected behavior
Lyrics should be visible.
Input data
MusicXML minimal example
Verovio information
Environment information (as appropriate)
Additional context
I added a minimal example above, but here is my full file if it's helpful for context: the-morning-breaks_62.musicxml.zip
I'm attaching the lyrics to invisible notes so I can show or hide the Soprano, Alto, Tenor, and/or Bass notes, according to a user setting, without affecting the visibility of the lyrics.
See also related issue #3990
The text was updated successfully, but these errors were encountered: