lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom time signature symbols


From: Pierre Perol-Schneider
Subject: Re: Custom time signature symbols
Date: Tue, 2 Sep 2014 15:54:39 +0200


2014-09-02 15:34 GMT+02:00 Jayaratna <address@hidden>:
 
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
           #{
             \markup\concat {
                 \musicglyph #"timesig.neomensural32"
                 \lower #.8 \magnify #1 " 2"
              }
           #}))
      }
      {         \relative ....

Forget \magnify #1, you do not neet it.
Cheers,
Pierre




reply via email to

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