Re: fontconfig dpi issue

2017-02-22 Thread Werner LEMBERG
> I hope that some font guru (Werner?) can step in and give some > feedback. I've seen this a few days ago but no time to reply, sorry. >> I ran into an issue with font rendering in Lilypond where text >> characters are far too large. This issue also affected several >> other users and is descri

Re: music starting with afterGrace breaks layout

2017-02-22 Thread David Kastrup
Thomas Morley writes: > 2017-02-22 23:08 GMT+01:00 David Kastrup : > >> Easy enough: wrap a (descend-to-context ... 'Bottom) around its >> definition. However, this breaks \displayLilyMusic in bewildering ways. > > > Doing so, i.e.: > > afterGrace = > #(define-music-function (fraction main grace

Re: music starting with afterGrace breaks layout

2017-02-22 Thread Thomas Morley
2017-02-22 23:08 GMT+01:00 David Kastrup : > Easy enough: wrap a (descend-to-context ... 'Bottom) around its > definition. However, this breaks \displayLilyMusic in bewildering ways. Doing so, i.e.: afterGrace = #(define-music-function (fraction main grace) ((fraction?) ly:music? ly:music?)

Re: music starting with afterGrace breaks layout

2017-02-22 Thread David Kastrup
Thomas Morley writes: > 2017-02-22 18:44 GMT+01:00 Klaus Rettinghaus > : >> Hi there, >> >> when the music starts with an \afterGrace the layout is broken: >> >> \relative { \time 2/4 \afterGrace g'2 { f8[ g] } f2 } >> >> >> You have to put something before that to make it work: >> \relative { \t

Re: music starting with afterGrace breaks layout

2017-02-22 Thread Thomas Morley
2017-02-22 18:44 GMT+01:00 Klaus Rettinghaus : > Hi there, > > when the music starts with an \afterGrace the layout is broken: > > \relative { \time 2/4 \afterGrace g'2 { f8[ g] } f2 } > > > You have to put something before that to make it work: > \relative { \time 2/4 s2*0 \afterGrace g'2 { f8[ g]

music starting with afterGrace breaks layout

2017-02-22 Thread Klaus Rettinghaus
Hi there, when the music starts with an \afterGrace the layout is broken: \relative { \time 2/4 \afterGrace g'2 { f8[ g] } f2 } You have to put something before that to make it work: \relative { \time 2/4 s2*0 \afterGrace g'2 { f8[ g] } f2 } This is present in 2.18.2. and 2.19.55 (Mac). Ch

Re: Patch (from Debian) for buildling LilyPond 2.18.2 and 2.19.53 on GNU Hurd

2017-02-22 Thread Federico Bruni
Hi Anthony Thanks for the report! I've added it to the tracker: https://sourceforge.net/p/testlilyissues/issues/5077/ We have a procedure for proposing patches. In a nutshell, you need to apply the patch to the master branch and upload it to Google Rietveld with a script called git-cl (availab