v2.19.47 on Mac x86

2016-09-03 Thread Stan Sanderson
As reported on the Developer list, wait times for compilation on my OS 10.11.6 machines are excessive with LilyPond 2.19.47. The wait time “feels” longer than the normal first run font cache build wait, but I have no objective data. I’ve reverted to v 2.19.46.

Y-offset not working for slurs

2016-09-03 Thread Nao Nao
Hi, Does anybody know how to increase the slur vertical space without using control points? Tried this below with no success. \version "2.18.2" \relative c' { \override PhrasingSlur.direction = #UP \override PhrasingSlur.Y-offset = #10 %{removing this line is not making any difference, I

Re: v2.19.47 on Mac x86

2016-09-03 Thread Andrew Bernard
Hi Stan, I have confirmed this and posted on the devel list. The suggestion was to run a trace on it but on Mac El Capitan this is really hard to to the new 'rootless' system where even root cannot trace things without going through great complexity, which even as a UNIX developer myself I cannot

Re: Y-offset not working for slurs

2016-09-03 Thread Thomas Morley
2016-09-04 0:01 GMT+02:00 Nao Nao : > Hi, > Does anybody know how to increase the slur vertical space without using > control points? > Tried this below with no success. > > \version "2.18.2" > \relative c' { >\override PhrasingSlur.direction = #UP >\override PhrasingSlur.Y-offset = #10 %{r