Re: Single digit double time signature

2018-09-13 Thread Cantus Ornatus
It works perfectly. Thanks a lot! Francesco Il giorno gio 13 set 2018 alle ore 16:14 Jean Bréfort ha scritto: > Hi, > > You might try something like: > > \override Staff.TimeSignature #'stencil = #ly:text-interface::print > \override Staff.TimeSignature #'text = \markup {\musicglyph

Re: Single digit double time signature

2018-09-13 Thread Jean Bréfort
Hi, You might try something like: \override Staff.TimeSignature #'stencil = #ly:text-interface::print \override Staff.TimeSignature #'text = \markup {\musicglyph #"timesig.C44" \lower #0.9 \bold \large "3"} \time 3/2 Hope this jelps, Jean Le jeudi 13 septembre 2018 à 15:49 +0200, Cantus

Re: Single digit double time signature

2018-09-13 Thread Aaron Hill
On 2018-09-13 6:49 am, Cantus Ornatus wrote: Hi everyone. Typesetting mensural music I often find double time signatures with a single digit like C 3, O 3, and so on. Is it possible modifying the standard double time signature syntax in order to have such a layout (second page)?

Re: Single digit double time signature

2018-09-13 Thread Torsten Hämmerle
Cantus Ornatus wrote > Is it possible modifying the standard double time signature syntax in > order > to have such a layout? Hi F., You can change the time signature style to single-digit: \override Staff.TimeSignature.style = #'single-digit That way, only the numerator will be printed.

Single digit double time signature

2018-09-13 Thread Cantus Ornatus
Hi everyone. Typesetting mensural music I often find double time signatures with a single digit like C 3, O 3, and so on. Is it possible modifying the standard double time signature syntax in order to have such a layout (second page)? https://goo.gl/FBm2UL Thanks in advance, F.