Skip to content

Commit efac48e

Browse files
committed
Fix rism-digital#789, added more top and bottom margin
1 parent 48672c1 commit efac48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/javascripts/verovio_preload.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function render_music( music, format, target, width ) {
5252

5353
options = {
5454
inputFormat: 'pae',
55-
pageMarginTop: 20,
56-
pageMarginBottom: 20,
55+
pageMarginTop: 40,
56+
pageMarginBottom: 60,
5757
pageMarginLeft: 20,
5858
pageMarginRight: 20,
5959
pageWidth: width / 0.4,

0 commit comments

Comments
 (0)