lilypond-user
[Top][All Lists]
Advanced

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

Re: manual beaming in compound time signatures


From: B~M
Subject: Re: manual beaming in compound time signatures
Date: Tue, 24 Jul 2018 14:50:30 +0930


Thanks Pierre, indeed my code was grubby. 

Regards Paul 

On Tue, Jul 24, 2018 at 2:43 PM, Pierre Perol-Schneider <address@hidden> wrote:
Hi Paul,

2018-07-24 3:46 GMT+02:00 B~M <address@hidden>:
I used stemLeftBeamCcount and stemRightBeamcount to achieve my aim 

Is there a cleaner way to do this ? 

Paul 

No AFAIK but there is no need to use manual beamings :

\version "2.18.2"

\relative c' {
  \clef alto
  \key  ees  \major
  \time 6/8
 
  % measure 44
  c8( ees4) bes8( ees4)
 
  % measure 45
  bes'8.( aes16 g8) aes( ees) c'~
 
  % measure 46
  c c, ees
  \set subdivideBeams = ##t
  g16(
  \set stemRightBeamCount = #2  
  f
  \set stemLeftBeamCount = #2
  ees des
  \tuplet 3/2  { c des bes) }

} % end relative block

Cheers,
Pierre



reply via email to

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