A quick test on a staff text seems to indicate that .align reads as the following bitfield:
0: top left
1: right
2: Hcenter
4: bottom
8: middle/ Vcenter
16: baseline
Combine a horizontal setting with a vertical setting; thus a value of 10 would mean center in both directions, whereas a value of 17 would be right aligned on the baseline.
Comments
A quick test on a staff text seems to indicate that
.align
reads as the following bitfield:Combine a horizontal setting with a vertical setting; thus a value of
10
would mean center in both directions, whereas a value of17
would be right aligned on the baseline.In reply to A quick test on a staff text… by jeetee
So left and bottom (which you were asking about) should be 4
In reply to So left and bottom (which… by jeetee
Thanks.