2025-11-22 * Revision: 213 - remove function Getscript and use a version of abc2svg that includes the strtab module 2025-11-13 * Revision: 212 - new URL option nodot that will suppress dots in tablatures Only works when the strtab module is used to display the tablatures (i.e. also use URL option strtab when loading an xml file) 2025-11-12 * Revision: 211 - use new RegExp in stead of regexp-literal so that it can be compiled by the closure compiler * Revision: 210 - add option "strtab" which, when present, will turn off the -t option of xmlabc (disable the translation of tablatures to %%voicemaps) - unload the strtab module when a tablature is present that uses %%voicemap (which is the default translation of tablatures by xml2abc) - do not translate %%percmap if it uses the syntax of abc2svg - do not trigger play_end when no play_list is present - add module strtab-1.js to the zip-distribution 2025-10-18 * Revision: 209 - make resizing of the video element on the left wide faster by setting a fixed width to all svg-score lines during the resize. When the resize finishes the svg widths are reset to the initial value (100%) * Revision: 208 - eliminated jquery inside the resize loop of the grid containing the media * Revision: 207 - bug when resizing the youtube player on the left side 2025-10-04 * Revision: 206 - padding-left added to #meddiv to avoid slight clipping when the player is on the left side. - invert resizing of the video when player is left and dragging starts above the player 2025-10-02 * Revision: 205 - disable smooth scrolling when the score is shown for the first time - new keyboard shortcuts, c: toggles "center player", v: toggles "player left" - "hide player" also needed visibility set to hidden 2025-10-01 * Revision: 204 - implemented checkbox "player left" to put the mediaplayer at the left side of the score (corresponding preload option opt.medleft) - if checkbox "center player" is not checked the player moves to the very left (and top) of the page. - the score is always scaled. The checkboxes "auto scale" and "center score" have beenremoved 2024-04-07 * Revision: 203 - loopmarks from a preload were displayed incorrectly when an initial title svg is present 2024-03-29 * Revision: 202 - more lenient preload detection (for exported preloads from audsync) - allow for initial title svg without music. 2024-02-11 * Revision: 201 - initial-scale bug 2024-02-10 * Revision: 200 - make compile scripts compatible with python3 2022-08-30 * Revision: 199 - position the player at the start of a loop - also position the cursor there - when starting the html player with the player controls remove the focus from the player 2022-03-17 * Revision: 198 - bug: no initial scrolling for large window height - added links to audsync for first two examples (index.html) 2021-04-24 * Revision: 197 - make compilescript similar to the one for follow.js - make scale computation similar to the one in follow.js 2021-04-23 * Revision: 196 - bug: array check in scale computation - changed test for extra bar line at start of a staff (eoln -> soln) - updated the translation of percussion maps (perc2map) 2020-10-10 * Revision: 195 - updated the docs with the new short cut keys (space, arrows) - do not use timeupdate event anymore, but our own timer (dummyplayer) timeupdate is much too slow (250ms) for the note cursor 2020-05-27 * Revision: 194 - readme changes