On 2020-03-28 6:27 am, Eby Mani wrote:
I'm trying to typeset some Victorian choral music with some strange
time changes that switch between. Attached samples.

e.g.
eg1, 4.5th beat of 4/4 time it goes to pickup bar (\partial 8) of 6/8 time. eg2, On the 5th beat of 6/8 time it goes to pickup bar(\partial 4) of 4/4.

The time changes are for accompaniment interludes, no choral part is printed.

What are my options to typeset such music ?

Would something like this work?

%%%%
\version "2.20.0"

{
  \time 4/4
  \partial 8*7 | b'2 4. \bar "||"
  \time 6/8
  \partial 8 b'8 | b'4 8 8 8 8
  \partial 8*4 | b'4.~ 8 \bar "||"
  \time 4/4
  \partial 4 b'4 | b'1
}
%%%%


-- Aaron Hill

Reply via email to