bwl21 / zupfnoter

Web based editor for Tableharp notations based on abc notation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support open jumplines

bwl21 opened this issue · comments

Request

Jumplines may go through the entire page. So we propose to support "open Jumplines" which have only stubs for the vertical part of the jumpline.

eventually this is a third alternative for Repeat signs.

Solution approach

  • add configuration parameter jumpline_vcut to control this
  • if configured to 0 we have closed jumplines as before
  • do not draw open jumplines for adjacent playables
  • maybe limit this to repetition jumplines only

commited as fba32fd (accidentially against #272)