Craig Dabelstein <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user