|
|
|
@ -10,7 +10,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
|
|
|
|
|
# Documentation : https://contrib.spip.net/ #
|
|
|
|
|
#--------------------------------------------------------------------------#
|
|
|
|
|
|
|
|
|
|
define('_VEROVIO_SCRIPT',
|
|
|
|
|
defined('_VEROVIO_SCRIPT') || define('_VEROVIO_SCRIPT',
|
|
|
|
|
// '<script src="https://www.verovio.org/javascript/latest/verovio-toolkit.js" type="text/javascript"></script>'
|
|
|
|
|
// '<script src="https://www.verovio.org/javascript/latest/verovio-toolkit-hum.js" type="text/javascript"></script>'
|
|
|
|
|
'<script src="https://www.verovio.org/javascript/develop/verovio-toolkit-light.js" type="text/javascript"></script>'
|
|
|
|
@ -18,7 +18,7 @@ define('_VEROVIO_SCRIPT',
|
|
|
|
|
. '<script src="' . find_in_path('javascript/svg2bitmap.js') . '" type="text/javascript" id="svg2bitmap"></script>');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('_VEROVIO_CSS', '<style>
|
|
|
|
|
defined('_VEROVIO_CSS') || define('_VEROVIO_CSS', '<style>
|
|
|
|
|
.ascore_msg {
|
|
|
|
|
color:darkred;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|