Re: Custom time signature with single digit style

2019-05-22 Thread Kieren MacMillan
Hi Caio, > Any suggestions? What about something like this? \version "2.19.82" #(define ((time-parenthesized-time firstnum secondnum ) grob) (grob-interpret-markup grob (markup #:lower 1 #:number (#:line (firstnum #:fontsize -3 "(" #:hspace -0.625 secondnum #:hspace -0.625

Re: ancient custom time signature

2017-02-23 Thread Simon Albrecht
Am 21.02.2017 um 13:23 schrieb k...@aspodata.se: Jean Brefort: ... You might use something like: \override Staff.TimeSignature #'stencil = #ly:text-interface::print \override Staff.TimeSignature #'text = \markup {\musicglyph #"timesig.mensural34" \lower #0.9 \bold \large "3"} Thanks,

Re: ancient custom time signature

2017-02-21 Thread karl
Karl: > Phil Holmes: > > From: > > >I have a piece with the following time sigs: > > > alla breve > > > timesig.mensural34 followed by a 3. > > > alla breve > > > > > > How do I typeset the timesig.mensural34 followed by a 3 where > > > it should be ? ... Found a solution,

Re: ancient custom time signature

2017-02-21 Thread karl
Jean Brefort: ... > You might use something like: >   \override Staff.TimeSignature #'stencil = #ly:text-interface::print >   \override Staff.TimeSignature #'text = \markup {\musicglyph > #"timesig.mensural34" \lower #0.9 \bold \large "3"} Thanks, that make the time sigs same size. Regards,

Re: ancient custom time signature

2017-02-21 Thread karl
Phil Holmes: > From: > >I have a piece with the following time sigs: > > alla breve > > timesig.mensural34 followed by a 3. > > alla breve > > > > How do I typeset the timesig.mensural34 followed by a 3 where > > it should be ? ... > > I try to typeset [1], on page 6 (101 in the

Re: ancient custom time signature

2017-02-21 Thread Jean Brefort
Le mardi 21 février 2017 à 12:29 +0100, k...@aspodata.se a écrit : > I have a piece with the following time sigs: >  alla breve >  timesig.mensural34 followed by a 3. >  alla breve > > How do I typeset the timesig.mensural34 followed by a 3 where > it should be ? > > /// > > I try to typeset

Re: ancient custom time signature

2017-02-21 Thread Phil Holmes
- Original Message - From: <k...@aspodata.se> To: <lilypond-user@gnu.org> Sent: Tuesday, February 21, 2017 11:29 AM Subject: ancient custom time signature I have a piece with the following time sigs: alla breve timesig.mensural34 followed by a 3. alla breve How

ancient custom time signature

2017-02-21 Thread karl
I have a piece with the following time sigs: alla breve timesig.mensural34 followed by a 3. alla breve How do I typeset the timesig.mensural34 followed by a 3 where it should be ? /// I try to typeset [1], on page 6 (101 in the original), there is this mensuration (time sig.): "tempus

Custom time signature symbols

2014-09-02 Thread Jayaratna
bass g1 c e2.d4 c2 b c g c b } }} } } -- View this message in context: http://lilypond.1069038.n5.nabble.com/Custom-time-signature-symbols-tp166005.html Sent from the User mailing list archive at Nabble.com

Re: Custom time signature symbols

2014-09-02 Thread Pierre Perol-Schneider
Hi Andrea, 2014-09-02 13:58 GMT+02:00 Jayaratna jayara...@gmail.com: I am notating it using 3/1 and 6/1 fractions, but I would like to use timesig.neomensural98 (stroked O) and timesig.neomensural32 plus number 2 (O2) instead. How would you do it? Try : \version 2.18.2 %\include

Re: Custom time signature symbols

2014-09-02 Thread Jayaratna
\lower #.8 \magnify #1 2 } #})) } { \relative For mensural proportions I prefer to have a normal text font number. Thank you very much! A -- View this message in context: http://lilypond.1069038.n5.nabble.com/Custom-time

Re: Custom time signature symbols

2014-09-02 Thread Pierre Perol-Schneider
2014-09-02 15:34 GMT+02:00 Jayaratna jayara...@gmail.com: thank you, it works wonderfully. You're welcome. I just modified the tenor like this: \new Staff \with { \override TimeSignature.stencil = #(lambda (grob) (grob-interpret-markup grob #{

Re: Custom time signature symbols

2014-09-02 Thread Jayaratna
Schneidy wrote Forget \magnify #1, you do not neet it. Cheers, Pierre Of course! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Custom-time-signature-symbols-tp166005p166013.html Sent from the User mailing list archive at Nabble.com

Re: Custom Time Signature

2012-12-20 Thread Kevin Patrick Barry
Dear Thomas, Thank you for this it works perfectly. I just wish I understood it! Thanks also Eluze even though I couldn't test your suggestion: I am still on the latest stable (roll on 2.18!). Kevin On 20 December 2012 01:58, Thomas Morley thomasmorle...@googlemail.comwrote:

Re: Custom Time Signature

2012-12-20 Thread Eluze
long text \textLenghtOff Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Custom-Time-Signature-tp138130p138158.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user

Custom Time Signature

2012-12-19 Thread Kevin Patrick Barry
Dear LilyPond experts, I would like to display the time signature 4/2 as two struck Cs next to one another (no 'plus' sign), as in the score here: http://petrucci.mus.auth.gr/imglnks/usimg/4/4d/IMSLP39751-PMLP02062-Schubert-Impromptu-Op90No3.pdf The best I can do with \compoundtime is to get it

Re: Custom Time Signature

2012-12-19 Thread Eluze
/Custom-Time-Signature-tp138130p138133.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Custom Time Signature

2012-12-19 Thread Thomas Morley
2012/12/20 Kevin Patrick Barry barr...@tcd.ie: Dear LilyPond experts, I would like to display the time signature 4/2 as two struck Cs next to one another (no 'plus' sign), Hi, how about: \version 2.16.1 doubledTimeSignature = \override Score.TimeSignature #'stencil = #(lambda (grob)