Am Fr., 10. Jan. 2020 um 07:59 Uhr schrieb Dave Higgins <[email protected]>: > > I discovered in using the time signature with alternate in parantheses > that if a 2-digit number is used, the column is not centered. > > Adding center to the column directive resolves this. > > #(define ((time-parenthesized-time up down upp downp) grob) > (grob-interpret-markup grob > (markup #:override '(baseline-skip . 0) #:number > (#:line ( > > (#:center-column (up down)) > #:vcenter "(" > (#:center-column (upp downp)) > #:vcenter ")" ))))) > > -- > Dave Higgins
Hi Dave, I've applied your suggestion. http://lsr.di.unimi.it/LSR/Item?id=782 Thanks, Harm
