lilypond-user
[Top][All Lists]
Advanced

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

Re: I'm not smart enough to figure out the math for this.


From: David Kastrup
Subject: Re: I'm not smart enough to figure out the math for this.
Date: Tue, 08 Mar 2016 21:07:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Michael Rivers <address@hidden> writes:

> I'm trying to make a snippet for students with intentional mistakes for them
> to correct. I want the time signature to say 4/3, but for the music to
> actually be in 3/4. Should I use "scaleDurations", and what should the ratio
> be? Or is there a better way to do this?
>
> \version "2.19.24"
>
> \relative c' { \time 4/3 
>                c4 c c | c c c } 

\version "2.19.24"

\scaleDurations 16/9
\relative c' { \time 4/3 
               c4 c c | c c c } 
Expect a warning.

-- 
David Kastrup

reply via email to

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