Re: Regression tests don't run

2011-12-27 Thread Carl Sorensen
On 12/27/11 8:20 PM, "Aleksandr Andreev" wrote: >Hello folks, > >I've downloaded the latest Lilypond source from git onto a different >computer than I was using before. This computer is running Ubuntu >11.04. > >I was trying to test out some things for the Kievan notation project, >and to do th

Re: Unsetting a variable in lilypond...

2011-12-27 Thread Carl Sorensen
On 12/27/11 6:48 PM, "Greg Turnquist" wrote: >I have run into case where I can't find out how to "unset" a setting. In >a score I wrote, I have turned on double slurs: >\set doubleSlur = ##t > >This was so a double part I wrote would have the slurs top and bottom. >But since that passage, where

Regression tests don't run

2011-12-27 Thread Aleksandr Andreev
Hello folks, I've downloaded the latest Lilypond source from git onto a different computer than I was using before. This computer is running Ubuntu 11.04. I was trying to test out some things for the Kievan notation project, and to do that I wanted to build everything (including the documentation

Unsetting a variable in lilypond...

2011-12-27 Thread Greg Turnquist
I have run into case where I can't find out how to "unset" a setting. In a score I wrote, I have turned on double slurs: \set doubleSlur = ##t This was so a double part I wrote would have the slurs top and bottom. But since that passage, where the part goes back to mono, I don't see how to turn o

Re: Variations on the theme "The remote end hung up unexpectedly"

2011-12-27 Thread David Kastrup
"m...@apollinemike.com" writes: > Hey all, > > I've been getting the following message for current master for a day-ish now: > > ssh: Could not resolve hostname git.sv.gnu.org: Name or service not known > fatal: The remote end hung up unexpectedly > > I'm downloading staging just fine, however. >

Variations on the theme "The remote end hung up unexpectedly"

2011-12-27 Thread m...@apollinemike.com
Hey all, I've been getting the following message for current master for a day-ish now: ssh: Could not resolve hostname git.sv.gnu.org: Name or service not known fatal: The remote end hung up unexpectedly I'm downloading staging just fine, however. I'm not using the newest LilyDev and I'm not ex

Re: Hiding old website /web/install page (issue 5500069)

2011-12-27 Thread hashashin
github pull request sent. will work next in the copy procedure. http://codereview.appspot.com/5500069/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Error: Illegal entry in bfrange block in ToUnicode CMap

2011-12-27 Thread Jean-Charles Malahieude
Le 27/12/2011 18:14, Phil Holmes disait : More looking at make doc output. This set of error messages ("Error: Illegal entry in bfrange block in ToUnicode CMap") has been discussed before, and it's not a Lilypond issue, it's to do with texi2pdf on Ubuntu. Nevertheless, it does litter the output o

Re: Error: Illegal entry in bfrange block in ToUnicode CMap

2011-12-27 Thread Graham Percival
On Tue, Dec 27, 2011 at 05:14:41PM -, Phil Holmes wrote: > More looking at make doc output. This set of error messages > ("Error: Illegal entry in bfrange block in ToUnicode CMap") has been > discussed before, and it's not a Lilypond issue, it's to do with > texi2pdf on Ubuntu. If you can fin

Error: Illegal entry in bfrange block in ToUnicode CMap

2011-12-27 Thread Phil Holmes
More looking at make doc output. This set of error messages ("Error: Illegal entry in bfrange block in ToUnicode CMap") has been discussed before, and it's not a Lilypond issue, it's to do with texi2pdf on Ubuntu. Nevertheless, it does litter the output of make doc with hundreds of error lines

Re: T2026: Use new (scm markup-facility-defs) scheme module for markup commands. (issue 5464045)

2011-12-27 Thread ianhulin44
On 2011/12/27 13:00:14, Ian Hulin (gmail) wrote: On 2011/12/27 12:05:38, dak wrote: > One problem that I keep having is that I fail to see any documentation of how > this is supposedly interacting with the module system. > > What module are user-defined markup functions placed in? Previously,

Re: T2026: Use new (scm markup-facility-defs) scheme module for markup commands. (issue 5464045)

2011-12-27 Thread ianhulin44
On 2011/12/27 12:05:38, dak wrote: One problem that I keep having is that I fail to see any documentation of how this is supposedly interacting with the module system. What module are user-defined markup functions placed in? Previously, this would have been a module local to the compilati

Re: T2026: Use new (scm markup-facility-defs) scheme module for markup commands. (issue 5464045)

2011-12-27 Thread dak
One problem that I keep having is that I fail to see any documentation of how this is supposedly interacting with the module system. What module are user-defined markup functions placed in? Previously, this would have been a module local to the compilation unit. It looks like there are multiple

Further work on reducing make doc output - GOP 9

2011-12-27 Thread Phil Holmes
I've written a shell script that has as its arguments a command line and a logfile. It runs the command, sending the output from that command to the logfile. It then returns the error status from the command line. If an error occurs, it displays a message indicating the name of the logfile.

Re: Overriding a pure print callback

2011-12-27 Thread m...@apollinemike.com
On Dec 26, 2011, at 2:07 PM, James wrote: > Mike, > > On 26 December 2011 09:46, Nicolas Sceaux wrote: >> Le 26 déc. 2011 à 10:18, m...@apollinemike.com a écrit : >>> >>> http://lilypond.org/doc/v2.15/Documentation/contributor/understanding-pure-properties >> >> Thanks for the pointer, Mike! >

Re: Scheme engraver structure questions

2011-12-27 Thread David Kastrup
Carl Sorensen writes: > On 12/26/11 12:50 PM, "David Kastrup" wrote: >> >>Actually, what about the following rather minimalistic approach? >>#(define-macro (make-engraver . translist) >> (define (make-lambdas translist) >> `(list >> ,@(map (lambda (x) >> (if (pair? (car x)) >>