lilypond-user
[Top][All Lists]
Advanced

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

RE: Beam damping


From: Trevor Daniels
Subject: RE: Beam damping
Date: Mon, 10 Dec 2007 23:05:26 -0000

Thomas

You can override the 'positions property of Beam to place a
beam at any position and angle.  This property allows you to
specify the precise heights of the two ends of the beam.  If
they are the same the beam is horizontal.  Here's an
example:

\version "2.11.34"
\relative c'' {
  c8 g e c
  \once \override Beam #'positions = #'(3.0 . 3.0)
  c'8 g e c
}

The units are staff spaces above the centre line.  The first
number is the height of the left end of the beam, the second
the right end.  Of course, you have to take responsibility
for any collisions that may occur.

Trevor D

> -----Original Message-----
> From: address@hidden
> [mailto:lilypond-user-bounces+t.daniels=treda.co.u
> address@hidden Behalf Of
> Thomas Scharkowski
> Sent: 10 December 2007 22:38
> To: address@hidden
> Subject: Beam damping
>
>
> Hello,
>
> is it possible to produce horizontal beams somehow?
> \override Beam #'damping = #100000 does not work,
> as already reported
> last year:
>
> http://code.google.com/p/lilypond/issues/detail?id
> =116&can=1&q=beam
>
> Thank you,
> Thomas
>
> Lilypond 2.11.34
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>






reply via email to

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