lilypond-user
[Top][All Lists]
Advanced

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

Re: time signature with note in denominator


From: eduardo . susan
Subject: Re: time signature with note in denominator
Date: Wed, 5 Apr 2006 10:51:01 -0300

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 }  } 

  } 

} 

{ 
  \override Staff.TimeSignature #'stencil = #ly:text-interface::print 
  \override Staff.TimeSignature #'text = #tsMarkup 
  \time 4/2 
  c'2  c'4 c'4 
} 

%%%% END SNIPPET 

I guess for you to use an external font, like Maestro (or you may find other 
that would work too), you can do it like this: 

%%%% SNIPPET 

tsMarkup =\markup { \override #'(font-name . "Maestro") 
    { \column  { "4" "H" }  } 

  } 



{ 
  \override Staff.TimeSignature #'stencil = #ly:text-interface::print 
  \override Staff.TimeSignature #'text = #tsMarkup 
  \time 4/2 
  c'2  c'4 c'4 
} 

%%%% END SNIPPET 

I guees you'll figure out that "H" is the corresponding key stroke for the 
symbol. 

Regards, 

Eduardo 

----- Original Message ----- 
From: "Jos Smeets" <address@hidden> 
To: "Ben" <address@hidden> 
Cc: <address@hidden> 
Sent: Wednesday, April 05, 2006 4:41 AM 
Subject: Re: time signature with note in denominator 


> On Tue, 4 Apr 2006 12:39:32 -0500 
> Ben <address@hidden> wrote: 
> 
> > On 4/4/06,  "David Feuer" <address@hidden> wrote: 
> > > 
> > > > On 4/3/06, Jos Smeets <address@hidden> 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 the digit 
> > > > > shifted up a bit and a not symbol underneath it. Is it possible 
> > > > > to do this in Lilypond? 
> > > > 
> > > > I think the most natural way to deal with this (which would likely 
> > > > require some changes to Lilypond) would be to set the font for the 
> > > > lower number of the time signature to one that makes the numbers 
> > > > 1, 2, and 4 look like noteheads. 
> > > 
> > > That would indeed be the best solution. Don't know if this notation 
> > > is common enough to implement this. Don't know how hard it is to do 
> > > this. 
> > > 
> > Y'know, the fonts included with Finale Notepad would probably work for 
> > just this instance, since the Maestro font handles this... and the 
> > half-note symbol is actually okay. By the way... I used Finale notepad 
> > for a few years before switching to Lilypond... this is so much 
> > better! 
> 
> ...but I don't have these fonts, and then I am not sure of the syntax 
> to use to replace the number by the note symbol :} 
> 
> Jos 
> 
> -- 
> Jos Smeets/Quixote, Deventer, The Netherlands 
> http://www.classical-composers.org/ 
> http://www.quixote.nl/ 
> 
> 
> _______________________________________________ 
> lilypond-user mailing list 
> address@hidden 
> http://lists.gnu.org/mailman/listinfo/lilypond-user 
> 



reply via email to

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