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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to