Hi Calixte,

How about (after: http://lsr.di.unimi.it/LSR/Item?id=782) :

\version "2.18.2"
%% \version "2.19.18"

#(define ((time-parenthesized-time up down upp downp) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
       (#:line (
           (#:column (up down))
           #:vcenter
           #:path 0.3 ;<= to be set to your own bold taste
              (list
                (list (quote moveto) 0.0 0.0)
                (list (quote lineto) 0.8 0.0)
                (list (quote moveto) 0.4 0.4)
                (list (quote lineto) 0.4 -0.4))
           (#:column (upp downp)))))))


\relative c' {
  \compoundMeter #'((2 8) (3 8))
  \override Staff.TimeSignature.stencil = #(time-parenthesized-time "2" "8"
"3" "8")
  c8 d e fis gis
  c8 fis, gis e d
  c8 d e4 gis8
}

Cheers,
Pierre

2015-04-16 13:52 GMT+02:00 Calixte Faure <[email protected]>:

> Hi everyone,
>
> When printing my score, the horizontal line of the plus sign (+) of a
> compoundMeter is almost as fat as the central line of the staff.
> So: is there a way to make the plus sign bolder?
>
> Thanks a lot!
>
> Regards,
> Calixte.
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to