|
Often, the width of the last system is smaller than all the others. Is it possible to force the full width for the last system?
Apologies if “system” is not the correct term in this context. |
Answered by
tbreuss
Jan 17, 2026
Replies: 1 comment
|
Ah, just found it by myself: https://alphatab.net/docs/reference/settings/display/justifylastsystem const element = document.getElementById('alphaTab');
const api = new alphaTab.AlphaTabApi(element, {
display: {
justifyLastSystem: true
},
}); |
0 replies
Answer selected by
tbreuss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Ah, just found it by myself: https://alphatab.net/docs/reference/settings/display/justifylastsystem