lilypond-user
[Top][All Lists]
Advanced

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

Re: manual beaming in a triplet or sextuplet


From: Trevor Bača
Subject: Re: manual beaming in a triplet or sextuplet
Date: Fri, 27 Apr 2007 17:21:21 -0500

On 4/27/07, Luc <address@hidden> wrote:
manual beaming in a triplet or sextuplet:
how can the 16th beams be grouped corresponding to the second measure?
the manual beaming does not seem to work here

\version "2.11.22"

\relative c' {
  \time 3/4
  \times 4/6 { c 8       d 16 d e e  }
  \times 4/6 { c 8      [ d 16 d e e ] }
  \times 2/3 { c 8 [ d 16 d e e ] }
  |
  \break
  c 8 [ d 16 d e e ]
  r 4.
  |
}

Hi Luc,

Try

%%% BEGIN %%%

\version "2.11.20"

\relative c' {
\time 3/4
\times 4/6 { c 8       d 16 d e e  }
\times 4/6 { c 8      [ d 16 d e e ] }
\times 2/3 { c 8 [ d 16 d e e ] }
|
\break
c 8 [
\set stemLeftBeamCount = #2
\set stemRightBeamCount = #1
d 16
\set stemLeftBeamCount = #1
d e e ]
r 4.
|
}

%%% END %%%

--
Trevor Bača
address@hidden

reply via email to

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