bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrong placement of BreathingSign


From: Neil Puttock
Subject: Re: Wrong placement of BreathingSign
Date: Mon, 9 Jan 2012 12:33:49 +0000

On 9 January 2012 12:27, Neil Puttock <address@hidden> wrote:

> Hmm, I guess this is my fault.  We had a bug with Y-offset positioning
> when using custom staves, so I revised the offset-callback.
>
> Will try to check it out later.

Oops, really bad thinko in Breathing_sign::offset_callback.

Real inter = Staff_symbol::staff_space (me) / 2;

should obviously be

 Real inter = Staff_symbol::staff_space (staff) / 2;

Sorry. :)

I can't push at the moment.  Can somebody else fix this please?

Cheers,
Neil



reply via email to

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