lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal beams


From: Rune Zedeler
Subject: Re: Horizontal beams
Date: Tue, 08 Oct 2002 20:42:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Bruno Tournay wrote:

In v1.6 the height property has disappeared. In documentation, I saw something called 
damping, but I'm not even sure of its purpose... I tried to set it to 100000 (as said in 
doc: "100000: horizontal beams"). I think it actually changed the shape of the 
beam, but it is still not horizontal.

You are right! The docu should be changed.

What can I do ?

Well, the solution is some sort of a hack... I don't know if this should go into the documentation - og perhaps just into input/test/ ...

However, this setting does what you request:

        \property Voice.Beam \override #'position-callbacks = #`(
            ,(lambda (x) (ly-set-grob-property! x 'positions '(0 . 0)))
            ,Beam::shift_region_to_valid
            ,Beam::quanting
        )


-Rune





reply via email to

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