lilypond-user
[Top][All Lists]
Advanced

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

Re: Grouped beams


From: Carl Sorensen
Subject: Re: Grouped beams
Date: Sun, 31 Jan 2010 20:15:30 -0700



On 1/31/10 11:23 AM, "Frank Steinmetzger" <address@hidden> wrote:

> Hi group,
> 
> I've got two questions concerning the attached measure (you see the original
> and my attempt on reproducing it).
> How can I achieve a similar "grouping" of beams? I.e. having one beam go
> through, and the rest grouped. And secondly, how can I get the \times mark on
> top of it?
> 
> I'm already working with override-auto-beam-setting to have all those groups
> of 8. 16 8 you can see in my screenshot automatically separated:
> 
> #(override-auto-beam-setting '(end * * * 8) 3 8)
> #(override-auto-beam-setting '(end * * * 8) 6 8)
> #(override-auto-beam-setting '(end * * * 8) 9 8)

A much easier way to accomplish this is just to
\set beatGrouping = #'(3 3 3 3)

This will automatically end beams at every 3/8 in the 12/8 measure.

But you will need to revert all of the 12/8 beaming rules that are found in
scm/auto-beam-settings.scm

To enable beam subdivision, just

\set subdivideBeams = ##t

See Notation Reference 1.2.4.

\tupletUp will move the tuplet bracket above the notes.  See Notation
Reference 1.2.1.
> 
> But setting this for the 16th-notes either doesn't help or I'm doing it wrong:
> #(override-auto-beam-setting '(end 1 16 12 8) 2 8)
> #(override-auto-beam-setting '(end 1 16 12 8) 3 8)

How do you know this doesn't help?

I don't know what you're trying to achieve.  But the second rule above is
already handled by the very first rule, which applies to all note durations
in the 12/8 (or any X/8) time signature.

HTH,

Carl





reply via email to

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