lilypond-user
[Top][All Lists]
Advanced

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

Re: Two possible "ugly bugs"


From: Peter Bjuhr
Subject: Re: Two possible "ugly bugs"
Date: Thu, 31 Oct 2013 21:22:36 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

Maybe this can be helpful to you or anyone else. I was just reminded when working on a solution for another issue involving beams, that beams.positions are one of the most useful settings.

Here it is in relation to your example:

{

\override Beam.concaveness = #+inf.0

a8[ r] e8[ r] a,8[ r] a'''8[ r] |

}


{

\override Beam.positions = #'(0 . 0)

a8[ r] e8[ r] a,8[ r] a'''8[ r] |

}


Best
Peter


reply via email to

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