My web build is different from website

2010-08-09 Thread Trevor Daniels
Hi Graham When I build the website I find the footer section on all the main pages is not right, and differs from the same pages on http://lilypond.org/website/manuals.html, even with the same git. The ordering of various tags when I look at the html source is wrong, resulting in the wrong list

Re: My web build is different from website

2010-08-09 Thread Graham Percival
On Mon, Aug 09, 2010 at 08:36:27AM +0100, Trevor Daniels wrote: I've tried deleting out-website before running make website (actually this has never built the website for me) and running make doc after touching web-texi (which rebuilds the website but doesn't fix the error). - clean out

(re?)directing compile output to a file

2010-08-09 Thread David Currie
I am a musician and a programmer. How does one redirect/direct (lilypond) compile output to a file and not stdout using command line options(or otherwise). One can double click filename.ly. It produces filename.log (which nicely contains errors etc). BUT when (inside a c++ program) int

Re: (re?)directing compile output to a file

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au wrote: I am a musician and a programmer. How does one redirect/direct (lilypond) compile output to a file and not stdout using command line options(or otherwise). What you want, I think, is the -V command line option, but I

Re: (re?)directing compile output to a file

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 7:39 AM, Jonathan Kulp jonlancek...@gmail.com wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au wrote: I am a musician and a programmer. How does one redirect/direct (lilypond) compile output to a file and not stdout using command line

Re: page-turn-breaking with \pageBreak after title page uses awkward breaking (i.e. empty page, not at rest)

2010-08-09 Thread Dmytro O. Redchuk
On Sun 08 Aug 2010, 17:33 Reinhold Kainhofer wrote: Attached is an example. The page turn between page 3 and 4 should ideally be placed at the R1*12, but lilypond refuses to do so, instead breaking at the R1*5 and leaving one page empty (so 5 pages are used!). I've added this as 1203:

Re: (re?)directing compile output to a file

2010-08-09 Thread -Eluze
Jonathan Kulp-2 wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au wrote: I am a musician and a programmer. How does one redirect/direct (lilypond) compile output to a file and not stdout using command line options(or otherwise). What you want, I think, is the

Re: (re?)directing compile output to a file

2010-08-09 Thread Graham Percival
On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot address the entire topic of shell commands in the lilypond manual. As we mention at

Re: (re?)directing compile output to a file

2010-08-09 Thread Jonathan Kulp
On Mon, Aug 9, 2010 at 8:18 AM, Graham Percival gra...@percival-music.ca wrote: On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot

Re: (re?)directing compile output to a file

2010-08-09 Thread -Eluze
Graham Percival-3 wrote: On Mon, Aug 09, 2010 at 06:12:17AM -0700, -Eluze wrote: imo this should be described more clearly in a manual - specially for users who are not accustomed to the shell/dos/cmd prompt! Unfortunately we cannot address the entire topic of shell commands in the

website french translation goof

2010-08-09 Thread Graham Percival
New error; this wasn't present a few days ago in make website: *** @end ifclear without corresponding element (in /home/gperciva/src/lilypond/Documentation/fr/web/community.itexi l. 602) Cheers, - Graham ___ lilypond-devel mailing list

Fix 1167: docs linking back to the manuals page

2010-08-09 Thread Graham Percival
This email seems to have gone missing in the day that the mailing lists were broken: http://codereview.appspot.com/1929041 In particular, I'm wondering if there's a (significant) difference between the s = s.replace(foo, bar) method I used, and the re.compile(... however this works... )

Build: fix 1167. (issue1929041)

2010-08-09 Thread mtsolo
http://codereview.appspot.com/1929041/diff/1/2 File python/auxiliar/postprocess_html.py (right): http://codereview.appspot.com/1929041/diff/1/2#newcode353 python/auxiliar/postprocess_html.py:353: 'href=\../../../website/development.html\') s.replace does a greedy search for strings and replaces

doc-addition for -I / --include

2010-08-09 Thread -Eluze
in AU, chapter 1.2 Command-line usage, Invoking Lilypond http://lilypond.org/doc/v2.13/Documentation/usage/command_002dline-usage#command-line-options-for-lilypond http://lilypond.org/doc/v2.13/Documentation/usage/command_002dline-usage#command-line-options-for-lilypond : --include, -I=directory

Re: woodwind diagrams in lilypond (http://codereview.appspot.com/1385041)

2010-08-09 Thread Valentin Villenave
On Sun, May 30, 2010 at 10:52 PM, Neil Puttock n.putt...@gmail.com wrote: On 28 May 2010 07:45, Mike Solomon mike...@ufl.edu wrote: 2) Do the diagrams look nice? They're very impressive; well done! Greetings Mike, I have just closed the tracker page that had been opened to keep track of your

Re: doc-addition for -I / --include

2010-08-09 Thread Trevor Daniels
Thanks Eluze. Edited in and pushed to git. Trevor - Original Message - From: -Eluze elu...@gmail.com To: lilypond-devel@gnu.org Sent: Monday, August 09, 2010 5:43 PM Subject: doc-addition for -I / --include in AU, chapter 1.2 Command-line usage, Invoking Lilypond

Re: My web build is different from website

2010-08-09 Thread Trevor Daniels
Graham Percival wrote Monday, August 09, 2010 9:02 AM (actually, if you follow the scripts in CG 5.2, then you don't even need to bother cleaning out scripts/ or doing a make ) Thanks. I think I see now why I have a problem. My git repo is not in ~/lilypond/lilypond-git because I ran out

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread pnorcks
http://www.codereview.appspot.com/1160044/diff/51001/52005 File scm/lily.scm (right): http://www.codereview.appspot.com/1160044/diff/51001/52005#newcode215 scm/lily.scm:215: (apply fancy-format (cons dest . rest `cons' only works with two concrete arguments, like (cons dest rest)

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread n . puttock
Hi Ian, Can you remove the tab-space changes you've made (particularly in lily.scm)? Some of them don't improve the indentation. Cheers, Neil http://www.codereview.appspot.com/1160044/diff/51001/52001 File input/regression/clip-systems.ly (right):

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread pnorcks
http://www.codereview.appspot.com/1160044/diff/51001/52003 File lily/ly-module.cc (right): http://www.codereview.appspot.com/1160044/diff/51001/52003#newcode46 lily/ly-module.cc:46: Guile V1.9/2.0 On 2010/08/09 19:08:58, Neil Puttock wrote: Is it? I don't know. But I did file a bug report

Re: website french translation goof

2010-08-09 Thread Jean-Charles Malahieude
Le 09/08/2010 16:08, Graham Percival disait : New error; this wasn't present a few days ago in make website: *** @end ifclear without corresponding element (in /home/gperciva/src/lilypond/Documentation/fr/web/community.itexi l. 602) Corrected with commit 27184a43 Sorry, but everything

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread n . puttock
On 2010/08/09 19:15:44, Patrick McCarty wrote: I don't know. But I did file a bug report regarding this issue: http://savannah.gnu.org/bugs/?30623 Heh, that's why I asked, since nobody's replied yet. :) http://www.codereview.appspot.com/1160044/show

Re: (re?)directing compile output to a file

2010-08-09 Thread Joe Neeman
On Mon, 2010-08-09 at 07:39 -0500, Jonathan Kulp wrote: On Mon, Aug 9, 2010 at 6:24 AM, David Currie curri...@iinet.net.au wrote: I am a musician and a programmer. How does one redirect/direct (lilypond) compile output to a file and not stdout using command line options(or otherwise).

Re: ragged.last=##t, ragged-last-bottom produce strange horizontal+vertical spacing

2010-08-09 Thread Joe Neeman
On Sun, 2010-08-08 at 13:27 -0700, -Eluze wrote: with the code \version 2.13.29 \relative c' { \repeat unfold 5 { c8 d e f g a b c} } \paper { ragged-last = ##t ragged-last-bottom = ##f } i get the attached http://old.nabble.com/file/p29382522/test.png output which is not what

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread ian
http://www.codereview.appspot.com/1160044/diff/51001/52001 File input/regression/clip-systems.ly (right): http://www.codereview.appspot.com/1160044/diff/51001/52001#newcode47 input/regression/clip-systems.ly:47: #(use-modules (scm clip-region)) On 2010/08/09 19:08:58, Neil Puttock wrote: This

Re: page-turn-breaking with \pageBreak after title page uses awkward breaking (i.e. empty page, not at rest)

2010-08-09 Thread Joe Neeman
On Sun, 2010-08-08 at 17:33 +0200, Reinhold Kainhofer wrote: I'm having problems with page-turn breaking in one of my instrumental scores. As the score is 3 pages (with optimal breaking) and has a long rest about 2/3 into the piece (with enough wiggle room to move the page break to the rest),

Re: T1055: Avoid using deprecated %module-public-interface in guile initialisation. (issue1160044)

2010-08-09 Thread n . puttock
On 2010/08/09 20:01:10, Ian Hulin wrote: Presumably this means make a parallel change to Documentation/snippets/clip-systems.ly? OK. snippets/new/clip-systems.ly then run makelsr.py to update snippets/clip-systems.ly: scripts/auxiliar/makelsr.py Valid point, but I'd rather do the work for

Re: ragged.last=##t, ragged-last-bottom produce strange horizontal+vertical spacing

2010-08-09 Thread -Eluze
Joe Neeman-2 wrote: On Sun, 2010-08-08 at 13:27 -0700, -Eluze wrote: with the code \version 2.13.29 \relative c' { \repeat unfold 5 { c8 d e f g a b c} } \paper { ragged-last = ##t ragged-last-bottom = ##f } i get the attached http://old.nabble.com/file/p29382522/test.png

Re: My web build is different from website

2010-08-09 Thread Graham Percival
On Mon, Aug 09, 2010 at 06:56:03PM +0100, Trevor Daniels wrote: Graham Percival wrote Monday, August 09, 2010 9:02 AM (actually, if you follow the scripts in CG 5.2, then you don't even need to bother cleaning out scripts/ or doing a make ) Thanks. I think I see now why I have a problem.