lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam subdivision


From: Noeck
Subject: Re: Beam subdivision
Date: Tue, 10 Mar 2015 22:03:17 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi,

On 03/10/2015 05:52 PM, tisimst wrote:
>> The other question the OP was asking is can the group default to have
>> TWO full beams across the group

Am 10.03.2015 um 21:01 schrieb Rutger Hofman:
> So, if 32nd notes are subgrouped into groups of 4, the subgroup duration is 
> 1/8 and the
> beam count between subgroups should be 1. If 32nd notes are subgrouped into 
> groups of 2, then
> the subgroup duration is 1/16 and the beam count between subgroups should be 
> 2.
> 
> Is this different from Lilypond's default behaviour?

Yes. LilyPond always uses one beam connecting all notes:

\version "2.18.2"

{
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1/8)
  a32 a a a a a a a
  \set baseMoment = #(ly:make-moment 1/16)
  a32 a a a a a a a
}

And this is not only the default behaviour, but also it is not obvious
how to tweak it to get the two connecting beams, the OP want (and that
comply with Gould’s recommendation you mentioned above.

Cheers,
Joram



reply via email to

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