lilypond-user
[Top][All Lists]
Advanced

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

Re: time signature in parantheses?


From: Gilles
Subject: Re: time signature in parantheses?
Date: Fri, 22 Apr 2005 13:39:43 +0200
User-agent: Mutt/1.5.6+20040907i

Hello.

> Can I put the time signature in paratheses?

Yes.  See the example below.

%-----
\version "2.4.2"

tsMarkup = \markup  {
  \number {
    \bracket \column < "2" "4" >
  }
}

global =  {
  \override Staff.TimeSignature   #'print-function = #Text_interface::print
  \override Staff.TimeSignature   #'text = #tsMarkup
  \time 2/4
}

\score {
  \relative c'' {
    \global

    a4 b8 c |
  }
}
%-----


Best,
Gilles




reply via email to

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