Open
Description
OSMD does not support to add lines below or above the notes. See this example:
In MusicXML i can draw such lines with the following tag:
Start of a line:
<direction placement="below">
<direction-type>
<bracket type="start" number="1" line-end="none" line-type="solid" default-y="-69.20"/>
</direction-type>
</direction>
End of a line:
<direction placement="below">
<direction-type>
<bracket type="stop" number="1" line-end="none"/>
</direction-type>
</direction>
Is this feature planned, or still not possiple to add because vexflow does not support this?
Activity
sschmidTU commentedon Jan 17, 2021
Vexflow does support this, there's already a method in OSMD to draw lines:
details here:
#651 (comment)
But i assume you want to have the lines drawn from XML via the
bracket
tag. That is currently not yet supported.floka94 commentedon Jan 17, 2021
Yes you are right, i want to have the lines drawn from XML. But nice to know that there is already a method implemented to draw a simple line. Maybe i wil try to implement this feature.
sschmidTU commentedon Jan 17, 2021
If we would do this in OSMD, which would be nice, we'd have to respect and afterwards update the Skyline or Bottomline. (SkyBottomLine)
[-]Add feature to draw lines[/-][+]Draw lines from <bracket> (XML)[/+]