lilypond-user
[Top][All Lists]
Advanced

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

Re: Uniformly flat beam layer


From: Trevor Bača
Subject: Re: Uniformly flat beam layer
Date: Fri, 21 Jul 2006 12:56:10 -0500

On 7/21/06, Fairchild <address@hidden> wrote:
Trevor -

LSR candidate?

If you agree and don't want to do it, say OK and I will.

Buce,

Sure, go ahead!

Trevor.


Hi,

Here's a snippet to get a uniformly flat beam layer throughout a piece
or throughout a region of a piece.

%%% BEGIN SNIPPET %%%

\version "2.9.11"

\new Staff {
   \override Stem #'direction = #down
   \override Beam #'positions = #'(-6 . -6)
   c'16[ d'16 e'16 f'16]
   c''16[ d''16 e''16 f''16]
}

%%% END SNIPPET %%%

The effect comes from setting Beam #'positions equal to some pair (m .
n) with m == n.

Classical engraving forbids this, of course, though there's something
a tendency here in highly parametric scores.

Thought I'd pass along into the archives ...

--
Trevor Bača
address@hidden
like the dew or like lightning





--
Trevor Bača
address@hidden
... like the dew, or like lightning ...

Click here to call me:
http://try.click-and-connect.com/cnc/4/1753206736/

reply via email to

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