vexflow icon indicating copy to clipboard operation
vexflow copied to clipboard

Very low notes being cut off

Open dorienh opened this issue 8 years ago • 1 comments

I noticed that very low notes are being cut off. Is there a simple way to remedy this? Some canvas height that I adjust somewhere or so?

I am using the vexflow-musicxml project, which is based on this vexflow fork.

Example of the problem: second bar, 4th track.

Thanks for any pointers!

dorienh avatar Mar 29 '17 15:03 dorienh

The link to the example doesn't work for me, but the bounding box for height is calculated in Vex.Flow.DocumentFormatter.prototype.getMinMeasureWidth--it's probably buggy. (Or the bounding box has the correct space above and below, but we center the staff vertically, so if there are only ledger lines below and not above, they could be cut off).

ringw avatar May 13 '17 17:05 ringw