This worked like a charm, thanks to everyone!

-akj

On May 23, 2015, at 7:05 PM, David Nalesnik <david.nales...@gmail.com> wrote:

> #(define ((time-parenthesized-time up down upp downp) grob)
>    (ly:stencil-combine-at-edge
>     (grob-interpret-markup grob
>       (markup #:override '(baseline-skip . 0) #:number #:column (up down)))
>     X RIGHT
>     (parenthesize-stencil
>      (grob-interpret-markup grob 
>        (markup #:override '(baseline-skip . 0) #:number #:column (upp downp)))
>      0.1 0.7 0.7 0.1) ; these numbers affect the parentheses
>     0.0 ; padding between columns
>     ))
> 

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to