Re: LSR 782 Time signature with alternate in parantheses

2020-01-10 Thread Thomas Morley
Am Fr., 10. Jan. 2020 um 07:59 Uhr schrieb Dave Higgins :
>
> 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



LSR 782 Time signature with alternate in parantheses

2020-01-09 Thread Dave Higgins
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
--
Any philosophy that can be put "in a nutshell" belongs there.
-- Sydney J. Harris
<>