Sven Axelsson-3 wrote: > > On 14 September 2011 23:49, Peekay Ex <[email protected]> wrote: >> Hello, >> >> On Wed, Sep 14, 2011 at 7:46 PM, Sven Axelsson <[email protected]> >> wrote: >>> Hi list. >>> >>> This is probably in the manual, >> >> http://lilypond.org/doc/v2.14/Documentation/notation/beams#setting-automatic-beam-behavior > > Yes, thanks, I have looked at that page. That's where I figured out > how to produce the example by manipulating the stemLeftBeamCount and > stemRightBeamCount properties. But I need it done automatically and it > is not clear (at least to me) how to do that. > > it's there - see subdividing beams
\set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1 8) \set beatStructure = #'(2 2 2 2) should work for your example! cheers Eluze -- View this message in context: http://old.nabble.com/Change-beam-grouping-tp32466108p32470904.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
