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



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to