2014-07-09 2:54 GMT+02:00 Javier Ruiz-Alma <jav...@ruiz-alma.com>:

> I need help implementing beam subdivisions with non-periodic beat
> structure (see image). Thank You!
>

I'm afraid you'll have set them manually (like in the good old times)!

\version "2.18.2"

\relative c''''{
  \time 4/4
  \key g \minor
  \ottava #1
  ees16[
  \set stemRightBeamCount = #1
  d
  \set stemLeftBeamCount = #1
  f ees
  \set stemRightBeamCount = #1
  d
  \set stemLeftBeamCount = #1
  c b d
  \set stemRightBeamCount = #1
  c
  \set stemLeftBeamCount = #1
  bes a g
  \set stemRightBeamCount = #1
  fis]
  \bar "!"
}

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

Reply via email to