Re: Problem while trying to compile docs

2008-11-22 Thread Francisco Vila
2008/11/22 Reinhold Kainhofer <[EMAIL PROTECTED]>: > There's no need to do a full "make clean" (which will recompile all of > lilypond, while only some pythong files make problem). First, try to delete > all .pyc files in python/ and scripts/, run "make" to rebuild them (and all > other changes tha

Re: PATCH: add dashed and dotted style for phrasing slurs

2008-11-22 Thread Neil Puttock
2008/11/22 Till Rettig <[EMAIL PROTECTED]>: > Hi, > > could somebody please have a look at the attached patch which adds > predefined commands for dashed and dotted phrasing slurs. Please apply it > also to master, since I don't have a master branch set up to push. LGTM. A few nitpicks below: ++

Re: Problem while trying to compile docs

2008-11-22 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 22. November 2008 schrieb John Mandereau: > On 2008/11/22 20:13 +0100, Francisco Vila wrote: > > Hello, any clue of what's happening here? It is latest git on a > > freshly installed Ubuntu 8.10, the binary compiled well but make web > > fa

Re: Problem while trying to compile docs

2008-11-22 Thread John Mandereau
On 2008/11/22 20:13 +0100, Francisco Vila wrote: > Hello, any clue of what's happening here? It is latest git on a > freshly installed Ubuntu 8.10, the binary compiled well but make web > fails. I can't reproduce; have you made clean? Cheers, John __

Re: Fwd: Untranslated section titles containing texinfo commands

2008-11-22 Thread John Mandereau
Hi Francisco, On 2008/11/18 12:16 +0100, Francisco Vila wrote: > Any ideas about this? I don't know how to track the problem by myself. > Hello, > I have just noticed that PU 4 Integrating text and music is not > translated into Spanish or German. Maybe a bad @section name? > Also, Invoking @comm

Re: XML export to facilitate braille music

2008-11-22 Thread Valentin Villenave
2008/11/22 Ralph Little <[EMAIL PROTECTED]>: > I notice from recent times that a few people are interested in MusicXML > output from Lilypond. Hi Ralph, I have added your contribution to the tracker's page on http://code.google.com/p/lilypond/issues/detail?id=665 I think helping the FreeDots' p

Problem while trying to compile docs

2008-11-22 Thread Francisco Vila
Hello, any clue of what's happening here? It is latest git on a freshly installed Ubuntu 8.10, the binary compiled well but make web fails. Output written on collated-files.pdf (178 pages, 9230485 bytes). Transcript written on collated-files.log. make PACKAGE=LILYPOND package=lilypond -C musicxml

XML export to facilitate braille music

2008-11-22 Thread Ralph Little
Hi, I notice from recent times that a few people are interested in MusicXML output from Lilypond. I have been approached by a programmer who is interested in helping me with my efforts to produce braille output by going the XML approach. I think this would be easier than trying to get the bra

PATCH: add dashed and dotted style for phrasing slurs

2008-11-22 Thread Till Rettig
Hi, could somebody please have a look at the attached patch which adds predefined commands for dashed and dotted phrasing slurs. Please apply it also to master, since I don't have a master branch set up to push. Thanks Till >From 3a2f546cd5e8df0d909d65469201ccbc677b4048 Mon Sep 17 00:00:00 2

Re: [PATCH] Tweakable kerning for percent repeat glyphs

2008-11-22 Thread Neil Puttock
2008/11/22 Patrick McCarty <[EMAIL PROTECTED]>: > Hi Neil, > Have you been able to find a solution for the conversions in your first patch? > > http://codereview.appspot.com/5889/show > > I don't have any comments for you, but I still see the warnings > whenever I compile LilyPond. Well, Han-Wen

Re: Flow of Information through the Lilypond Source

2008-11-22 Thread Mats Bengtsson
Probably the best starting point for you is the master thesis by Erik Sandberg, available at http://lilypond.org/web/about/pubs /Mats John Mangual wrote: Can someone walk me through how the "hello world" of Lilypond - probably \relative c { a b c d e f g} - gets processed? Maybe the end pr

Flow of Information through the Lilypond Source

2008-11-22 Thread John Mangual
Can someone walk me through how the "hello world" of Lilypond - probably \relative c { a b c d e f g} - gets processed? Maybe the end product could be a short tutorial for interested coders following the flow of information from the Scheme-esque code we put in a text editor to the final postscrip

Re: correct usage of @funindex and friends

2008-11-22 Thread Graham Percival
On Sat, Nov 22, 2008 at 10:08:51AM -, Trevor Daniels wrote: > > Graham Percival wrote Saturday, November 22, 2008 9:52 AM > >> That said, I'm not too certain what the distinction is between >> "keyword" and "command"... and if *I'm* not certain, then we >> definitely can't assume that the reade

Re: correct usage of @funindex and friends

2008-11-22 Thread Trevor Daniels
Graham Percival wrote Saturday, November 22, 2008 9:52 AM On Sat, Nov 22, 2008 at 09:27:18AM -, Trevor Daniels wrote: The description of the contents of the Function index states that it "lists all the LilyPond commands and keywords". \foo is a command and foo is a keyword, so I am now o

Re: correct usage of @funindex and friends

2008-11-22 Thread Graham Percival
On Sat, Nov 22, 2008 at 09:27:18AM -, Trevor Daniels wrote: > The description of the contents of the Function index states that it > "lists all the LilyPond > commands and keywords". \foo is a command and foo is a keyword, so I am > now of > the view that both should appear in the function i

Re: correct usage of @funindex and friends

2008-11-22 Thread Trevor Daniels
Werner, Patrick Originally I opposed the @funindex foo form as being both redundant and misleading, but was out-voted (3 to 1). But on thinking about it again I have changed my mind, for the following reason. The description of the contents of the Function index states that it "lists all th