lilypond-user
[Top][All Lists]
Advanced

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

Re: How to make beams non-slanted


From: Sven Axelsson
Subject: Re: How to make beams non-slanted
Date: Sat, 1 Oct 2005 13:14:33 +0200

Yes, that's also good to know. However the beams aren't damped all the way, i.e. they are still a little slanted, even if I use a really big number for the damping parameter.

And since I also wanted the beams at the same position, I went for this:

    \override Beam #'positions = #'(-5 . -5)
    \override Stem #'lengths = #'(5 5 5 5 5)

--
Sven Axelsson
 

On 01/10/05, Graham Percival <address@hidden> wrote:

On 25-Sep-05, at 1:08 PM, Sven Axelsson wrote:

> beams aligned and non-slanted, i.e. {left8[ right8]} should produce
> a horizontal, unslanted beam.

I think you want damping:

{
c'8[ g'] b'[ d']
\override Beam #'damping = #100000
c'8[ g'] b'[ d']
\override Beam #'damping = #0
c'8[ g'] b'[ d']
\override Beam #'damping = #1
c'8[ g'] b'[ d']
}

If that's what you wanted, could you add this example to the LSR?
- Graham

reply via email to

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