To highlight certain moments or sections in a score, I currently often use small JavaScript functions. Since this is unreliable, especially with spine splits, I have now added a tool called notemark. So you can easily highlight certain parts in the browser by adding a line !!!filter: notemark -l 19 or something similar before the score is rendered with Verovio.
notemark is perhaps not the best naming. I am open to better suggestions. How about notemarker or notehighlight?
Currently the highlighting of notes is only supported via line numbers. In the future it might be useful to implement support for measures or beat segments.
To highlight certain moments or sections in a score, I currently often use small JavaScript functions. Since this is unreliable, especially with spine splits, I have now added a tool called
notemark
. So you can easily highlight certain parts in the browser by adding a line!!!filter: notemark -l 19
or something similar before the score is rendered with Verovio.notemark
is perhaps not the best naming. I am open to better suggestions. How aboutnotemarker
ornotehighlight
?Currently the highlighting of notes is only supported via line numbers. In the future it might be useful to implement support for measures or
beat
segments.test.krn:
notemark test.krn -l 19
:notemark test.krn -l 11-15 -k 1,4