lilypond-user
[Top][All Lists]
Advanced

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

Re: proportional grace notes


From: V!ictor address@hidden
Subject: Re: proportional grace notes
Date: Sat, 24 Jun 2006 18:11:31 -0400
User-agent: Mutt/1.5.11

Hi Eduardo,

I think you're right. This may by the way to change the spacing, but I'm not 
sure how to use this. I'll experiment with it a bit. If i find something I'll 
let you know.

Thanks,

victor.

On Fri, Jun 23, 2006 at 08:56:56PM -0300, Eduardo Vieira wrote:
Content-Description: Mail message body
> Hi! I may be giving you the wrong information, but in the Program reference 
> (Scheme Functions) about ly:make moment it reads: 
> "Function: ly:make-moment n d gn gd 
> 
>     Create the rational number with main timing n/d, and optional grace 
> timin gn/gd. 
> 
>     Moment is a point in musical time. It is consists of a pair of rationals 
> (m, g), where m is the timing for the main notes, and g the timing for grace 
> notes. In absence of grace notes, g is zero. 
> 
> I never tested nor dealt with this, but the solution my have to do with it. 
> 
> Regards, 
> 
> Eduardo 
> 
> ----- Original Message ----- 
> From: "V!ctor address@hidden" <address@hidden> 
> To: <address@hidden> 
> Sent: Thursday, June 22, 2006 8:02 PM 
> Subject: proportional grace notes 
> 
> 
> > Hi, 
> > 
> > I would like to have grace notes spaced proportionally to their 
> > durations, like this: 
> > http://music.columbia.edu/~vadan/lilypond/proportional_gracenotesB.pdf 
> > 
> > I thought that using proportionalNotationDuration would do it, but it 
> > only affects the "real" notes. Here's what I get: 
> > http://music.columbia.edu/~vadan/lilypond/proportional_gracenotes.pdf 
> > with the following code: 
> > 
> > % 
> > 
> *********************************************************************************
>  
> > \version "2.9.7" 
> > \include "english.ly" 
> > 
> > \layout{ 
> >        \context{ \Score 
> >                % proportional notation ------------------ 
> >                proportionalNotationDuration = #(ly:make-moment 1 32) 
> >                \override SpacingSpanner #'strict-note-spacing = ##t 
> >                \override SpacingSpanner #'uniform-stretching = ##t 
> >        } 
> > } 
> > 
> > % THIS ... 
> > \new Voice{\afterGrace c''2. { c''32 c''8 c''32 c''16} c''4 c''2 c''2} 
> > % OR ... 
> > \new Voice{ c''2. \grace{ c''32 c''8 c''32 c''16} c''4 c''2 c''2} 
> > % 
> > 
> *********************************************************************************
>  
> > 
> >>From looking at 6.5.7 in the manual (2.9), I can see it should be 
> > possible, maybe somehow changing the 'grace note timing', but I can't 
> > figure out how. 
> > How could I do this? Is there an easier way? 
> > 
> > 
> > Thanks, 
> > 
> > Victor. 
> > 
> > -- 
> >  V!ctor address@hidden 
> >  address@hidden 
> > 
> > -- 
> > http://www.fastmail.fm - Access your email from home and the web 
> > 
> > 
> > 
> > _______________________________________________ 
> > lilypond-user mailing list 
> > address@hidden 
> > http://lists.gnu.org/mailman/listinfo/lilypond-user 
> > 
> 
> 

> _______________________________________________
> 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]