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