lilypond-user
[Top][All Lists]
Advanced

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

Re: scale durations


From: David Kastrup
Subject: Re: scale durations
Date: Mon, 07 Mar 2016 21:40:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Craig Dabelstein <address@hidden> writes:

> Hi Lilyponders,
>
> I'm struggling with a piece of polymetric notation. I have a piece in 9/8
> but halfway through some staves need to change to 3/4.
>
> I have this:
>
>  \set Staff.timeSignatureFraction = #'(3 . 4)
>  \scaleDurations #'(3 . 2)
>
> but I can't figure out what fraction it needs to make it work.

(9/8)/(3/4) = 3/2

Looks good.  You are aware that \scaleDurations takes a music argument,
so you likely need to write something like

\scaleDurations 3/2 { ... }

here?

-- 
David Kastrup



reply via email to

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