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 <[EMAIL PROTECTED]> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to