lilypond-devel
[Top][All Lists]
Advanced

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

Re: entering music without \time


From: Nicolas Sceaux
Subject: Re: entering music without \time
Date: Fri, 03 Sep 2004 23:41:57 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Erik Sandberg <address@hidden> writes:

> 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

what I've started to look at is something like that:

\tupletify { c8 c8*2/3 c c c8 c8*4/5 c16*4/5 c  c4*2/6}
==>
{ c8 \tuplet 2/3 { c8 c c } c8 \tuplet 4/5 { c8 c16 c }  \tuplet 2/6 { c4 } }

is this ok?





reply via email to

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