lilypond-user
[Top][All Lists]
Advanced

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

Re: drum notation (horizontal beams)


From: Mats Bengtsson
Subject: Re: drum notation (horizontal beams)
Date: Mon, 02 Oct 2006 20:57:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

See also
http://lists.gnu.org/archive/html/lilypond-user/2005-10/msg00003.html

 /Mats

Trevor Bača wrote:

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



------------------------------------------------------------------------

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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