lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make plus sign of compoundMeter bolder


From: Pierre Perol-Schneider
Subject: Re: Make plus sign of compoundMeter bolder
Date: Fri, 17 Apr 2015 10:36:27 +0200

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]