lilypond-devel
[Top][All Lists]
Advanced

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

Re: entering music without \time


From: Erik Sandberg
Subject: Re: entering music without \time
Date: Fri, 3 Sep 2004 23:29:08 +0200
User-agent: KMail/1.6.2

On Friday 03 September 2004 23.21, Nicolas Sceaux wrote:
> Erik Sandberg <address@hidden> writes:
> > [...]
> > I can try a quasi-formal definition of what the tupletification would do:
> >
> > For each note, detect its tuplet fraction A/B. This could e.g. be done by
> > comparing the actual duration (1/12 for a8*2/3) with the duration it
> > looks like it has; i.e. 1/8 for a8*2/3. Take the fraction Actual/Visual
> > duration and reduce it to A/B s.t. gcd(A,B)=1.
> > [...]
> > Sadly, I don't know if this stuff would be possible to do today in
> > Lilypond; I am not a scheme hacker myself. Hackers / Nicolas, does this
> > stuff sound reasonable in any way?
>
> I got lost in your descriptions, not being exactly awaken.

sorry..

> What would be possible is to have
> \tuplefy { ..notes.. }
> change the notes which duration has a fraction part to be tuplets.

What I meant with my confused description, was 2 things:
1. Will there be a difference between a8*2/3, a8*4/6, a8*1*2/3 and a4*2/6?
2. tuplets must be grouped somehow in order for this function to be useful. 
I.e.,
\tupletify { c8 c8*2/3 c c c8 }
should turn into:
{ c8 \times 2/3 {c8 c c} c8 }
and not:
{ c8 \times 2/3 {c8} \times 2/3 {c} \times 2/3 {c} c8 }

> I'm not sure I understand the actual/visual duration thing.

never mind, my brain was in a strange mode.

Erik




reply via email to

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