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: Kieren MacMillan
Subject: Re: I'm not smart enough to figure out the math for this.
Date: Tue, 8 Mar 2016 15:05:07 -0500

Hi Michael,

> I want the time signature to say 4/3, but for the music to actually be in 3/4.

In this case, you can simply override the fraction and ignore the error:

\version "2.19.24"

\relative c' {
  \time 3/4
  \set Staff.timeSignatureFraction = 4/3
  c4 c c | c c c
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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