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: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to