lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beam subdivided at non-periodic intervals


From: Pierre Perol-Schneider
Subject: Re: Beam subdivided at non-periodic intervals
Date: Wed, 9 Jul 2014 12:00:09 +0200

2014-07-09 2:54 GMT+02:00 Javier Ruiz-Alma <address@hidden>:
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]