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
I would like to have all the Os aligned on the same vertical position, which I'd be fine to set manually e.g. by beforehand finding the highest note and set that. Looking at the source code
what I want does not seem possible, but perhaps it is (I am definitely not an expert in javascript and there may be some trick to force some of those variables to a "wrong" value so that I achieve all the Os at the same vertical level).
Alternatively, I could accomplish what I want in a different way, can you suggest options? I thought of:
Another voice of TextNotes
Another voice of StaveNotes with a constant high enough notes (made transparent) and with its own annotation
Another voice of StaveNotes with a constant high enough notes without (or transparent) ledger lines and stems
Unfortunately neither of those work as I'd want (perhaps it's just me but I will submit separate issues about the problems I am experiencing)
The text was updated successfully, but these errors were encountered:
Since I have the various solutions described at the other issues, this one can be closed as far as I am concerned. I am not closing it myself in case you can see another use case where this can be useful
I am rendering something like
by simply having the following in a loop
and then rendering it with
I would like to have all the
O
s aligned on the same vertical position, which I'd be fine to set manually e.g. by beforehand finding the highest note and set that. Looking at the source codevexflow/src/annotation.js
Lines 193 to 202 in a2acedf
what I want does not seem possible, but perhaps it is (I am definitely not an expert in javascript and there may be some trick to force some of those variables to a "wrong" value so that I achieve all the
O
s at the same vertical level).Alternatively, I could accomplish what I want in a different way, can you suggest options? I thought of:
TextNote
sStaveNote
s with a constant high enough notes (made transparent) and with its own annotationStaveNote
s with a constant high enough notes without (or transparent) ledger lines and stemsUnfortunately neither of those work as I'd want (perhaps it's just me but I will submit separate issues about the problems I am experiencing)
The text was updated successfully, but these errors were encountered: