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: Graham Percival
Subject: Re: How to make beams non-slanted
Date: Sat, 1 Oct 2005 01:43:19 -0700


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]