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

2019-07-05

	* Revision: 193
	- accept a playlist when opened with the browse button.

2019-07-04

	* Revision: 192
	- better positioning of media when a start time is given in the options
	- implementation of a playlist

2019-06-15

	* Revision: 191
	- added measure numbers (option mnum of xml2abc-js) at the start of each
	system

2019-06-12

	* Revision: 190
	- new key shorcuts: spacebar (play/pause), arrow left and arrow right (move
	cursor).