Re: Why is the notehead shifted?

2019-11-09 Thread Peter Toye
Just realised that I discovered this 2 years ago, and it's believed to be a 
bug. 
http://lilypond.1069038.n5.nabble.com/Global-vs-local-staff-size-td199126.html

So will report it unless it's already there.

Best regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com

-
Saturday, November 9, 2019, 12:16:11 PM, Peter Toye wrote:


 In this MWE the first  a is shifted to the left of the stem but the second one 
isn't. OK, it's a bit cramped, but I thought that the noteheads were scaled to 
the size of the staff to avoid this.
 
Oddly, if the local staff size is changed to a global staff size, the anomaly 
disappears.
 
\version "2.19.52"

\language "english"
\score
{ \new Staff {
  4   
  }
}

\layout {
  #(layout-set-staff-size 14)
}

Regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com

Re: Why is the notehead shifted?

2019-11-09 Thread Malte Meyn




Am 09.11.19 um 13:16 schrieb Peter Toye:
  In this MWE the first  a is shifted to the left of the stem but the 
second one isn't. OK, it's a bit cramped, but I thought that the 
noteheads were scaled to the size of the staff to avoid this.


Oddly, if the local staff size is changed to a global staff size, the 
anomaly disappears.


This is a bug that was fixed in july: 
https://sourceforge.net/p/testlilyissues/issues/5303/


The fix has not been included in a released version yet.