lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom time signature symbols


From: Jayaratna
Subject: Re: Custom time signature symbols
Date: Tue, 2 Sep 2014 06:34:05 -0700 (PDT)

Dear Pierre,

thank you, it works wonderfully. I just modified the tenor like this:

\new Staff \with {
        \override TimeSignature.stencil = #(lambda (grob)
         (grob-interpret-markup grob
           #{
             \markup\concat {
                 \musicglyph #"timesig.neomensural32"
                 \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-signature-symbols-tp166005p166010.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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