Re: Issue 1320: Scheme bar line interface (issue 6305115)

2012-07-21 Thread Marc Hohl
Am 20.07.2012 21:15, schrieb Benkő Pál: Marc, please don't throw the whole 2533 issue stuff out; look at the newer version at http://codereview.appspot.com/6431044 p Pál, thanks for the hint – I stored the changes I made before the revert of your patch ;-) Obviously, I have do rework some

Re: span-bar-engraver.cc: Sort staves in vertical order, orphans last (issue 6406051)

2012-07-21 Thread Marc Hohl
Am 20.07.2012 23:43, schrieb Keith OHara: On Fri, 20 Jul 2012 11:38:34 -0700, Marc Hohl m...@hohlart.de wrote: I think that my current redefinition already includes the sorting (see lines 578/579 of http://codereview.appspot.com/6305115/diff/30001/scm/bar-line.scm) I don't read Scheme, but

Re: Fix Issue 2146 Illegal entry in bfrange block in ToUnicodeCMap (issue 6399046)

2012-07-21 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes m...@philholmes.net Cc: john.mander...@gmail.com; d...@gnu.org; lemzw...@googlemail.com; lilypond-devel@gnu.org; re...@codereview-hr.appspotmail.com Sent: Friday, July 20, 2012 6:53 PM Subject: Re: Fix

Re: Issue 1320: Scheme bar line interface (issue 6305115)

2012-07-21 Thread Marc Hohl
Am 20.07.2012 23:16, schrieb k-ohara5...@oco.net: Works fine for me, but it will need updated to synchronize with the patches soon-to-be-pushed to the C version. Ok. Since the C code is getting bug-fixes and improvements at the same time as you port to Scheme, you should incorporate the

Re: Issue 1320: Scheme bar line interface (issue 6305115)

2012-07-21 Thread Marc Hohl
Am 20.07.2012 21:03, schrieb d...@gnu.org: http://codereview.appspot.com/6305115/diff/30001/scm/bar-line.scm File scm/bar-line.scm (right): http://codereview.appspot.com/6305115/diff/30001/scm/bar-line.scm#newcode649 scm/bar-line.scm:649: Empty line at end of file makes git complain about

metapost error

2012-07-21 Thread Federico Bruni
Hi, I'm trying to compile the current translation branch, in order to test 'make doc' before submitting my patch. But I'm getting the following error when I run make: # make[1]: Entering directory `/home/fede/lilypond-git/mf'

Re: metapost error

2012-07-21 Thread Federico Bruni
On 21/07/2012 12:46, Federico Bruni wrote: This is MetaPost, version 1.504 (kpathsea version 6.1.0) (/home/fede/lilypond-git/mf/mf2pt1.mp ! I can't open file `mfplain'. l.27 input mfplain sorry for the noise: texlive-metapost was not installed now it works My current internet connection is

My cron job of lilypond-patchy-staging.py discontinued

2012-07-21 Thread John Mandereau
Hi guys, As you've noticed I no longer run lilypond-patchy-staging every 2 hours, because I travelled and moved my computer I that was used to run it. I've been trying to run it on MSH Paris Nord server, but as it builds LilyPond in a Debian Sid install in a chroot and a Git repo which is a local

Re: My cron job of lilypond-patchy-staging.py discontinued

2012-07-21 Thread David Kastrup
John Mandereau john.mander...@gmail.com writes: Hi guys, As you've noticed I no longer run lilypond-patchy-staging every 2 hours, because I travelled and moved my computer I that was used to run it. I've been trying to run it on MSH Paris Nord server, but as it builds LilyPond in a Debian

Re: My cron job of lilypond-patchy-staging.py discontinued

2012-07-21 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: lilypond-devel@gnu.org Sent: Saturday, July 21, 2012 2:11 PM Subject: Re: My cron job of lilypond-patchy-staging.py discontinued John Mandereau john.mander...@gmail.com writes: Hi guys, As you've noticed I no longer run

Re: My cron job of lilypond-patchy-staging.py discontinued

2012-07-21 Thread John Mandereau
Il giorno sab, 21/07/2012 alle 14.17 +0100, Phil Holmes ha scritto: I've run patchy staging a number of times, mostly selfishly to get patches into master to allow further work. I'd be happy to run it more often. I don't remember of having seen email notifications of your runs, though :-)

Re: fix repeat-sign problems introduced with issue 2533 (issue 6431044)

2012-07-21 Thread benko . pal
sorry, after juggling with git branches the new version is at http://codereview.appspot.com/6419064 http://codereview.appspot.com/6431044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

line_count related patches in a single commit for review (issue 6419064)

2012-07-21 Thread benko . pal
Reviewers: Keith, dak, marc, Message: when splitting the previous patch into smaller commits I added new regtests and found further errors with bar-line. to fix those there are some changes from the previous version: - calc_bar_extent now not only shrinks the bar line, but can expand it for

Re: Add function for overriding broken spanners to LilyPond. (issue 6397054)

2012-07-21 Thread David Nalesnik
David, This use of \default for skipping optional arguments even in end position may appear a bit contrived. However, \key \default and \mark \default existed (hardwired in the parser) even before music functions ever heard of optional arguments, so I consider it an accomplishment to have

Re: [Feature request] attach lilypond code in pdf.

2012-07-21 Thread Da Mota Sam
Hi guys! I've been working on the feature that attach sources to pdf file. It currently is not yet finished. However you will find in attachment a prototype that shows how to easily do it. This patch applies to commit 8e933c691271bbf369d6f2294640d1dbe772094f Please note that this patch is