[Top][All Lists]
[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:27:34 +0000 |
On 9 January 2012 11:55, Thomas Morley <address@hidden> wrote:
> With "2.14.2" and "2.15.2" the BreathingSign isn't positioned correct,
> while using changed staff-size or (default) TabStaff.
> 2.12.3-behaviour was accurate.
>
> %\version "2.12.3"
> \version "2.14.2"
> %\version "2.15.20"
>
> mel = { c'1 \breathe }
>
> \score {
> <<
> \new Staff\with {
> fontSize = #-4
> \override StaffSymbol #'staff-space = #(magstep -4)
> \override StaffSymbol #'thickness = #(magstep -4)
> }
> \mel
>
> \new Staff
> \mel
>
> \new TabStaff
> \mel
> >>
> }
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.
Cheers,
Neil