Re: Calling in for sickness

2017-05-21 Thread David Kastrup
Thomas Morley writes: > Dear David, > > 2017-05-15 18:42 GMT+02:00 David Kastrup : > >> l >> Hi folks, >> >> had a sort of apoplexy and will not be able to do anything while >> recovering. I am hospitalized at the moment, CRT and MRT did not show >> any specific anomalies but my right side is ha

Re: Create engravers for merging rests (issue 321930043 by horndud...@gmail.com)

2017-05-21 Thread thomasmorley65
On 2017/05/21 04:27:33, horndude77 wrote: https://codereview.appspot.com/321930043/diff/11/scm/scheme-engravers.scm File scm/scheme-engravers.scm (right): https://codereview.appspot.com/321930043/diff/11/scm/scheme-engravers.scm#newcode151 scm/scheme-engravers.scm:151: (define (rest-

Re: Calling in for sickness

2017-05-21 Thread Ralph Palmer
On Sun, May 21, 2017 at 5:38 AM, David Kastrup wrote: > Thomas Morley writes: > > > Dear David, > >> Hi folks, > >> > >> had a sort of apoplexy and will not be able to do anything while > >> recovering. I am hospitalized at the moment, CRT and MRT did not show > >> any specific anomalies but my

Re: Calling in for sickness

2017-05-21 Thread David Kastrup
Ralph Palmer writes: > On Sun, May 21, 2017 at 5:38 AM, David Kastrup wrote: > >> Thomas Morley writes: >> >> > Dear David, >> >> Hi folks, >> >> >> >> had a sort of apoplexy and will not be able to do anything while >> >> recovering. I am hospitalized at the moment, CRT and MRT did not show >

What linux to use for GUB builds? (make lilypond runs into KeyError: 'glibc-doc' when using stock LilyDev 4.1)

2017-05-21 Thread Hans Aikema
I would like to try building a mac binary (using GUB’s cross platform building capabilities) with the current ghostscript (a version has long been released that is supposed to fix the PNG transparency issue that I ran into for Lilypond 2.19.55 and up). However I can’t seem to get a proper GUB en

Re: Create engravers for merging rests (issue 321930043 by horndud...@gmail.com)

2017-05-21 Thread thomasmorley65
I'd like to mention another point: What to do with pitched rests and rests with user-set staff-position, merge them automatically to the zero-position? I'd say using suspendRestMerging-property is sufficient to cover this case, but this is only me. Other opinions? https://codereview.appspot.com/

Re: Create engravers for merging rests (issue 321930043 by horndud...@gmail.com)

2017-05-21 Thread tdanielsmusic
On 2017/05/21 17:12:26, thomasmorley651 wrote: I'd like to mention another point: What to do with pitched rests and rests with user-set staff-position, merge them automatically to the zero-position? If a user has explicitly set the position of a rest this should be honoured by default, I thin