lilypond-user
[Top][All Lists]
Advanced

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

Re: beam everything together inside a 4/5 sixteenth tuplet


From: Trevor Bača
Subject: Re: beam everything together inside a 4/5 sixteenth tuplet
Date: Tue, 15 Apr 2008 09:36:59 -0500

On Mon, Apr 14, 2008 at 1:29 PM, padovani <address@hidden> wrote:
when I run this..

\relative c' {
\times 4/5 {c16[  d e8.]}}

I don't get the two first sixtenths beamed together...

How do I beam everything inside that tuplet together?


Hi,

LilyPond beams according to whatever it thinks the background beat structure is. If your music is metric it probably pays to check the docs and play with automatic beam settings.

If your music is not metric, or if you like to specify or tweak everything by hand, stemLeftBeamCount and stemRightBeamCount are your friends.


\version "2.11.43"

\relative c' {
   \times 4/5 {
      c16 [
      \set stemLeftBeamCount = #2
      \set stemRightBeamCount = #1
      d
      e8. ]
   }
}


HTH.





--
Trevor Bača
address@hidden

Attachment: manual-beaming.png
Description: PNG image


reply via email to

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