JSPDF: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
<script type="text/javascript"> | |||
ABCJS.plugin.hide_abc = true; | |||
ABCJS.plugin.midi_options = {program: 41}; | |||
ABCJS.plugin.render_options = {scale: 1}; | |||
ABCJS.plugin.render_options = {staffwidth: 740}; | |||
ABCJS.plugin.render_options = {paddingtop: 15}; | |||
ABCJS.plugin.render_options = {paddingbottom: 30}; | |||
ABCJS.plugin.render_options = {paddingright: 30}; | |||
ABCJS.plugin.render_options = {paddingleft: 15}; | |||
ABCJS.plugin.render_options = {editable: false}; | |||
</script> | |||
<style type="text/css"> | |||
.abcrendered { | |||
background-color: #FCF9BB; | |||
} | |||
@media print { | |||
.firstHeading { margin-top: 0; padding-top: 0; } | |||
.title { display: none; } | |||
#siteSub { display: none; } | |||
.printfooter { display: none; } | |||
#catlinks, .catlinks { display: none; } | |||
#footer { display: none; } | |||
} | |||
</style> | |||
</head> | </head> | ||
<body> | <body> |
Revision as of 10:17, 22 May 2017
<html> <head> <script type="text/javascript">
ABCJS.plugin.hide_abc = true; ABCJS.plugin.midi_options = {program: 41}; ABCJS.plugin.render_options = {scale: 1}; ABCJS.plugin.render_options = {staffwidth: 740}; ABCJS.plugin.render_options = {paddingtop: 15}; ABCJS.plugin.render_options = {paddingbottom: 30}; ABCJS.plugin.render_options = {paddingright: 30}; ABCJS.plugin.render_options = {paddingleft: 15}; ABCJS.plugin.render_options = {editable: false};
</script> <style type="text/css"> .abcrendered { background-color: #FCF9BB; } @media print {
.firstHeading { margin-top: 0; padding-top: 0; } .title { display: none; } #siteSub { display: none; } .printfooter { display: none; } #catlinks, .catlinks { display: none; } #footer { display: none; } }
</style>
</head> <body> X: 1 T: Frisky [1] M: 2/4 L: 1/16 K: Gmaj dBgd edcB| ABcd cBAG|dBgd edcB| AcBA G2G2:| AcBd dcBA|Adce edcA|dBgd edcB|AcBA G2G2:| </body> </html>