Re: time signature with note in denominator

2006-04-05 Thread Mats Bengtsson
Jos Smeets wrote: On Tue, 04 Apr 2006 15:18:09 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: Following up on my previous post. I noticed that in the 2.6 documentation the following notation is used: \override Staff.TimeSignature #'print-function = #Text_interface::print in 2.8 this is:

Re: time signature with note in denominator

2006-04-05 Thread Jos Smeets
On Wed, 5 Apr 2006 10:51:01 -0300 "eduardo.susan" <[EMAIL PROTECTED]> wrote: > Hello Jos, this code compiled right in version 2.8.0 (based on the > example of Polymetric Notation). > > SNIPPET > tsMarkup =\markup { > \number{ \column { "4" { \note #"2" #0.75 } } > > } > > }

Re: time signature with note in denominator

2006-04-05 Thread eduardo . susan
D SNIPPET I guees you'll figure out that "H" is the corresponding key stroke for the symbol. Regards, Eduardo - Original Message - From: "Jos Smeets" <[EMAIL PROTECTED]> To: "Ben" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, April 05, 2006

Re: time signature with note in denominator

2006-04-05 Thread Jos Smeets
On Tue, 4 Apr 2006 12:39:32 -0500 Ben <[EMAIL PROTECTED]> wrote: > On 4/4/06, "David Feuer" <[EMAIL PROTECTED]> wrote: > > > > > On 4/3/06, Jos Smeets <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > > > > > > > I am typesetting a score which has a non-standard time > > > > signature in the orig

Re: time signature with note in denominator

2006-04-05 Thread Jos Smeets
On Tue, 04 Apr 2006 15:18:09 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > > >Following up on my previous post. I noticed that in the 2.6 > >documentation the following notation is used: > > > >\override Staff.TimeSignature #'print-function = > >#Text_interface::print > > > >in 2.8 this is: >

Re: time signature with note in denominator

2006-04-04 Thread Jos Smeets
On Tue, 4 Apr 2006 00:07:24 -0700 "David Feuer" <[EMAIL PROTECTED]> wrote: > On 4/3/06, Jos Smeets <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I am typesetting a score which has a non-standard time signature in > > the original. E.g. for 4/2 it has a half note symbol in the > > denominator i

Re: time signature with note in denominator

2006-04-04 Thread David Feuer
On 4/3/06, Jos Smeets <[EMAIL PROTECTED]> wrote: > Hello all, > > I am typesetting a score which has a non-standard time signature in the > original. E.g. for 4/2 it has a half note symbol in the denominator > instead of the number 2. So, it is like using TimeSignature > "single-digit", but with th

Re: time signature with note in denominator

2006-04-03 Thread Jos Smeets
On Mon, 03 Apr 2006 21:13:12 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > The basic ideas are described in the section on Polymetric Notation > in the manual. The trick is to typeset the time signature using > text markup commands, where it is easy to insert also note symbols. Ah, I hadn't l

Re: time signature with note in denominator

2006-04-03 Thread Mats Bengtsson
The basic ideas are described in the section on Polymetric Notation in the manual. The trick is to typeset the time signature using text markup commands, where it is easy to insert also note symbols. /Mats Quoting Jos Smeets <[EMAIL PROTECTED]>: Hello all, I am typesetting a score which has

time signature with note in denominator

2006-04-03 Thread Jos Smeets
Hello all, I am typesetting a score which has a non-standard time signature in the original. E.g. for 4/2 it has a half note symbol in the denominator instead of the number 2. So, it is like using TimeSignature "single-digit", but with the digit shifted up a bit and a not symbol underneath it. Is