Re: Gub failure

2016-07-26 Thread Werner LEMBERG
>> I should have made it clear that I asked because my build is >> failing. I’ve got makeinfo version 4.13. > > That's because Werner pushed changes requiring newer Texinfo syntax. > Werner, can you fix this until systems like Gub and LilyDev 3 can > support it? It is not realistic to expect

Re: Gub failure

2016-07-26 Thread David Kastrup
Dan Eble writes: >> On Jul 26, 2016, at 07:57 , David Kastrup wrote: >> >> Dan Eble writes: >> >>> In LilyDev 3, I’ve tried “sudo apt-get install texinfo” and it tells >>> me “texinfo is already the newest version.” Is there any easier path

Re: About issue 4931 make \deadNote work with different fonts

2016-07-26 Thread Thomas Morley
2016-07-26 17:05 GMT+02:00 Thomas Morley : > Hi, > > I had a look at > https://sourceforge.net/p/testlilyissues/issues/4931/ > > Any reason not to do the most simple code below? [...] > xNote = { > \once \override TabNoteHead.style = #'cross > \once \override

Re: Gub failure

2016-07-26 Thread Dan Eble
> On Jul 26, 2016, at 07:57 , David Kastrup wrote: > > Dan Eble writes: > >> In LilyDev 3, I’ve tried “sudo apt-get install texinfo” and it tells >> me “texinfo is already the newest version.” Is there any easier path >> forward than switching to a new VM?

Re: About issue 4931 make \deadNote work with different fonts

2016-07-26 Thread tisimst
On Tue, Jul 26, 2016 at 9:06 AM, Thomas Morley-2 [via Lilypond] < ml-node+s1069038n193110...@n5.nabble.com> wrote: > I had a look at > https://sourceforge.net/p/testlilyissues/issues/4931/ > ... > Just for the record (and maybe this is the wrong place to record it), I thought I'd clarify some

Re: Gub failure

2016-07-26 Thread Masamichi Hosoda
> I've accepted the pull requests on GitHub and updated my system as > above. I'm now getting a failure rebuilding Guile. I've attached the > end of the logfile to avoid problems with line wrapping making the > error messages unintelligible. I've created pull request for fixing guile

Re: Replace `-dgs-load-fonts' to `--bigpdfs' in lilypond-book (issue 300280043 by truer...@gmail.com)

2016-07-26 Thread Werner LEMBERG
> Extracting page mode and named destinations as PDFmark from the font > less PDF. Both the PDF and the PDFmark are mixed by Ghostscript. Aaah! Very nice idea. If I understand the issue correctly, your solution overcomes the last obstacle with ghostscript, so we could actually start with an

Re: Replace `-dgs-load-fonts' to `--bigpdfs' in lilypond-book (issue 300280043 by truer...@gmail.com)

2016-07-26 Thread trueroad
> Unfortunately, Ghostscript (ps2pdf) discards PDF destination names. > So remote PDF links do not work fine. > > http://bugs.ghostscript.com/show_bug.cgi?id=696943 > http://bugs.ghostscript.com/show_bug.cgi?id=695760 This is much more depressing :-( Isn't it possible to modify

About issue 4931 make \deadNote work with different fonts

2016-07-26 Thread Thomas Morley
Hi, I had a look at https://sourceforge.net/p/testlilyissues/issues/4931/ Any reason not to do the most simple code below? \version "2.19.45" defaultNoteHeads = { \revert NoteHead.style \revert TabNoteHead.style \revert NoteHead.font-name \revert TabNoteHead.font-name } xNotesOn = {

Re: Gub failure

2016-07-26 Thread Phil Holmes
- Original Message - From: "Masamichi Hosoda" To: ; ; ; Sent: Monday, July 25, 2016 3:41 PM Subject: Re: Gub failure Please use 5.x – 4.x is no longer supported. Or even better 6.x.

Re: Gub failure

2016-07-26 Thread David Kastrup
Dan Eble writes: > On Jul 24, 2016, at 13:32 , David Kastrup wrote: >> >> Note that even "make" builds a basic non-image version of the Info >> files, and of course with a non-image version, the difference is quite >> noticeable. >> >> At any rate, if we were

Re: Gub failure

2016-07-26 Thread Dan Eble
On Jul 24, 2016, at 13:32 , David Kastrup wrote: > > Note that even "make" builds a basic non-image version of the Info > files, and of course with a non-image version, the difference is quite > noticeable. > > At any rate, if we were to update Texinfo, it would likely make sense