lilypond-user
[Top][All Lists]
Advanced

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

Re: double meters


From: Graham Percival
Subject: Re: double meters
Date: Sat, 03 May 2003 17:32:56 -0700

On Fri, 02 May 2003 10:45:07 +0200
Taco Walstra <address@hidden> wrote:
> How can I get a double time on a staff, i.e. I need something like:
>  \time 3/4 \time 3/2 
> including a correct handling of the bars (eventually manual).
> Is this possible?

I don't think so (but I could be wrong!), but you can fake it like this:

% this displays the two time signatures
\time 3/4 \partial 32 s32 \time 3/2

% this makes Lilypond stop counting time
\cadenzaOn

c4 c c \bar "|"
d2 d d \bar "|"
c4 c c \bar "|"
d2 d d \bar "|"

\cadenzaOff \bar "|."


You might need to change a few things, but I think that this will give
you approximately the output that you want.  Again, there might be an
easier way to do it, but this way _will_ work.  :)

Cheers,
- Graham




reply via email to

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