I managed to get this working without individual tweaks. It's messy, but once it's all set up, you can write any number of bars and get the 2_2, 3, 4 beaming. If you want the final 4 to be a 2_2 as well, it should be obvious how to make that happen.
Just add a \repeat unfold around the second voice; basically, treat it like the "global" voice that many people use for rehearsal marks and the like. Cheers, - Graham \version "2.11.62" \new Voice \relative c'' << { \time 11/16 #(override-auto-beam-setting '(end 1 16 11 16) 4 16) #(override-auto-beam-setting '(end 1 16 11 16) 7 16) \set Timing.beatGrouping = #'(4 3 4) c16 b a g g f a g8 f16 e } { \set subdivideBeams = ##t \set beatLength = #(ly:make-moment 1 8) s4 \unset subdivideBeams \unset beatLength s8. s4 } >> _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user