lilypond-user
[Top][All Lists]
Advanced

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

Re: drum notation (horizontal beams)


From: Trevor Bača
Subject: Re: drum notation (horizontal beams)
Date: Mon, 2 Oct 2006 13:45:47 -0500

On 10/2/06, David Johnston <address@hidden> wrote:
Hi,

Is there any functionality to notate horizontal beams? I'm notating drum music
and the beams are typically drawn horizontally to avoid slanted beams becoming
distracting.

Hi David,

Try overriding the 'positions attribute of the Beam grob with a
same-valued pair.

%%% FLAT BEAM EXAMPLE %%%

\version "2.9.18"

\new Staff {
       \override Beam #'positions = #'(4 . 4)
       c'8[ d'8 e'8 f'8]
       f'8[ e'8 d'8 c'8]
}

%%% END %%%


The Beam grob is documented here:

http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/Beam.html#Beam

And the complete list of attributes in the beam-interface is found here:

http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/beam_002dinterface.html#beam_002dinterface


--
Trevor Bača
address@hidden

Attachment: flat-beams.png
Description: PNG image


reply via email to

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