Re: define-void-function or define-procedure ?

2011-10-20 Thread David Kastrup
Carl Sorensen writes: > On 10/19/11 3:14 PM, "David Kastrup" wrote: > >> >>> >>> I am not enthused about this particular consequence of >>> auto-exporting Scheme expressions. I currently don't see a better >>> way of handling it, and it has flagged more bad code than false >>> positives when I

markups and extents

2011-10-20 Thread m...@apollinemike.com
Hey all, I'm starting to work on a markup overhaul and I've been able to frame the problem with the code below. There are two callbacks each for X and pure-Y: my-x-callback-one my-x-callback-two my-y-callback-one my-y-callback-two my-*-callback-one gives minimal estimates for the given dimensi

Re: Make accidental styles available as context mods. (issue 4819064)

2011-10-20 Thread n . puttock
On 2011/10/20 04:06:03, Keith wrote: Neil, don't forget to push this. I've been looking forward to it. I'll try to sort it out at the weekend. Unfortunately I don't have a working Linux install at the moment, and foolishly neglected to back it up for easier restoring. Cheers, Neil http://cod

Re: Make accidental styles available as context mods. (issue 4819064)

2011-10-20 Thread n . puttock
On 2011/10/20 05:44:38, dak wrote: Sorry, I always start thinking only when far too late in the game. Anyway, here is a musing: should't the _main_ interface to accidental modifications be context mods? You won't need to set them in midcontext except in unusual situations, and then \applyC

Re: GUB

2011-10-20 Thread Colin Campbell
On 11-10-19 10:42 PM, Graham Percival wrote: On Wed, Oct 19, 2011 at 10:00:26PM -0600, Colin Campbell wrote: Command barfed: cd /home/colin/gub/target/tools/build/curl-7.19.0 && make -j4 Tail of target/tools/log/curl.log make[1]: *** [all] Error 2 make[1]: Leaving directory `/h

Sketch for in-notes. (issue 5293053)

2011-10-20 Thread mtsolo
Reviewers: , Message: Hey all, As part of project markup & at the suggestion of Nicolas Sceaux by way of Valentin's opera, I've implemented in-notes in LilyPond. These notes hover above systems and come up a fair bit in vocal music. It works, but I have one major and one semi-major snag that I

Re: Sketch for in-notes. (issue 5293053)

2011-10-20 Thread mtsolo
The memory management issue is now fixed. A new patch will be coming down the pipe in 2-3 hours with a regtest. Cheers, MS http://codereview.appspot.com/5293053/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/list

Re: How do feel people about the following change in syntax?

2011-10-20 Thread David Kastrup
David Kastrup writes: > Now here is one thing worth considering: currently the predicate scheme? > is defined as > (define-public (scheme? x) #t) > > I lean towards defining it instead as > (define-public (scheme? x) (not (eq? x (begin > so that it will accept anything _except_ void expressio

Re: Sketch for in-notes. (issue 5293053)

2011-10-20 Thread mtsolo
Hey all, The patch is now ready to be tested - I got a clean bill of health from the regtests. Cheers, MS http://codereview.appspot.com/5293053/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-de

Re: GUB

2011-10-20 Thread Graham Percival
On Thu, Oct 20, 2011 at 07:05:54AM -0600, Colin Campbell wrote: > ../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method' > collect2: ld returned 1 exit status > > I tried a git grep "SSLv2_client_method" but got nothing. Try this: sudo apt-get install libssl-dev then try the boot

Re: Sketch for broken beams with consistent slopes (issue 4961041)

2011-10-20 Thread n . puttock
http://codereview.appspot.com/4961041/diff/60001/Documentation/changes.tely File Documentation/changes.tely (right): http://codereview.appspot.com/4961041/diff/60001/Documentation/changes.tely#newcode66 Documentation/changes.tely:66: \override Beam #'breakable = ##t no indent http://codereview.

Re: GUB

2011-10-20 Thread Colin Campbell
On 11-10-20 12:29 PM, Graham Percival wrote: On Thu, Oct 20, 2011 at 07:05:54AM -0600, Colin Campbell wrote: ../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method' collect2: ld returned 1 exit status I tried a git grep "SSLv2_client_method" but got nothing. Try this: sudo apt

Re: First stab at getting script offsets right. (issue 5235052)

2011-10-20 Thread bordage . bertrand
LGTM, but the result is really disturbing. We need to think about a better approach of character boxes in MetaFont. The ideal solution would be to create a mask for each character. For example, a mask for the "espressivo" glyph would be a "fill" between its 6 dots. I know it's impossible to in

PATCH: Countdown to 20111023

2011-10-20 Thread Colin Campbell
For 22:00 MDT Sunday October 23 Issue 1506 : \tempo after StopStaff/StartStaff forces extension of staff symbol - R 5303043 Issue 1663 : I

Re: First stab at getting script offsets right. (issue 5235052)

2011-10-20 Thread m...@apollinemike.com
On Oct 21, 2011, at 3:41 AM, bordage.bertr...@gmail.com wrote: > LGTM, but the result is really disturbing. We need to think about a > better approach of character boxes in MetaFont. The ideal solution > would be to create a mask for each character. For example, a mask for > the "espressivo" gl

Re: Sketch for broken beams with consistent slopes (issue 4961041)

2011-10-20 Thread Mike Solomon
Thanks Neil! On Oct 20, 2011, at 9:24 PM, n.putt...@gmail.com wrote: > http://codereview.appspot.com/4961041/diff/60001/scm/define-grob-properties.scm > File scm/define-grob-properties.scm (right): > > http://codereview.appspot.com/4961041/diff/60001/scm/define-grob-properties.scm#newcode749 > s