Re: Compilation on FreeBSD

2005-05-31 Thread Graham Percival
Hi all, Compiling LilyPond 2.5.27 on FreeBSD is working now. You need to install the dependencies (including texinfo-4.8, which is now in ports). To configure lilypond (as a user), use the following command: autoconf=autoconf259 MAKEINFO=/usr/local/bin/makeinfo ./autogen.sh \ --with-kpat

Re: white-dot / white-text

2005-05-31 Thread Carl Sorensen
On Sat, 2005-05-28 at 15:47 +0200, Han-Wen Nienhuys wrote: > Hi Carl, > > I'm cleaning up the backend, so we can easily get the same functionality > in SVG as in PS. FOr this reason, I want to remove white_dot and > white_text from the routines. Can you change the fretdiagram code to use > ly:s

Re: LilyPond 2.5.26+ for Microsoft Windows

2005-05-31 Thread Carl Sorensen
I've just found what I consider to be a bug with the Windows version. If I drop a .ly file onto the LilyPond icon, the resulting files (*.log, *.pdf) have the correct name, that is, the same as the .ly file. However, when I double click on a .ly file (which I want to do, because it creates the ou

Re: LilyPond 2.5.26+ for Microsoft Windows

2005-05-31 Thread Schneelocke
Hi, > and lots of bugs have been fixed. Chinese fonts may still not work, > but should not prevent printing of the music. > > Please test. This works fine so far. The only issue seems to be that the PDF file generated from xiao-haizi-guai-guai.ly is completely empty (which I assume shouldn't be

website translation

2005-05-31 Thread Jean-Charles
I have downloaded the cvstree of the new website a couple of hours ago. The french po file is allready "francisée" (as a matter of fact, it is the shortest). I thought about the way to deal with all the files and came to the point that you can proceed in different manners: 1- Having the fil

Re: LSR status?

2005-05-31 Thread Han-Wen Nienhuys
Sebastiano Vigna wrote: On Tue, 2005-05-31 at 12:21 -0700, Graham Percival wrote: IIRC, there was the possibility of including a snapshot of LSR with LilyPond. Or at least including the snapshots of LSR that didn't come from the manual. Is that still in the works? There are file-based snap

Re: LSR status?

2005-05-31 Thread Sebastiano Vigna
On Tue, 2005-05-31 at 12:21 -0700, Graham Percival wrote: > IIRC, there was the possibility of including a snapshot of LSR with > LilyPond. Or at least including the snapshots of LSR that didn't > come from the manual. > > Is that still in the works? There are file-based snapshots of the snippe

LSR status?

2005-05-31 Thread Graham Percival
On 31-May-05, at 4:54 AM, Han-Wen Nienhuys wrote: Graham Percival wrote: +2005-05-31 Graham Percival <[EMAIL PROTECTED]> + + * Documentation/index.html.in: add link to LSR. + please move this to the newweb module. The docs are supposed to be self-contained. It's already in newweb,

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Han-Wen Nienhuys
Matthias Neeracher wrote: Yes, artwork is not my forte, and I'd be happy to let other people take a shot at redesigning the icons. I did, however, start out with a free floating lily and found that it did not work well, especially in the dock, because a white lily does not provide enough contr

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Matthias Neeracher
On May 31, 2005, at 10:12 AM, Han-Wen Nienhuys wrote:Matthias Neeracher wrote: are the sources for LilyPond.app available? I plan to make them available (preferably under the BSD license, because I'd like the code to be available for commercial developers to borrow; apart from the python script, I

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Han-Wen Nienhuys
Matthias Neeracher wrote: are the sources for LilyPond.app available? I plan to make them available (preferably under the BSD license, because I'd like the code to be available for commercial developers to borrow; apart from the python script, I did not use any GPL code to write this). OK.

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Matthias Neeracher
On May 31, 2005, at 5:04 AM, Han-Wen Nienhuys wrote:Unfortunately, it doesn't run on my machine (10.3). I don't have a Quartz.framework (I do have QuartzCore.framework)Oops, I forgot to mention: SInce the program depends on PDFKit, it's 10.4 only (it might be possible to use older techniques on ear

Modificaion of the Paper-block

2005-05-31 Thread Herman Grootaers
Gentlemen, While I was studying the manual I got to te setting of the papersize. Can the paper size not better set in the following way: %%% \paper { \size = \a4 \topMargin = 1 \cm \leftMargin = 1.5 \cm \rihgtMargin = 1 \cm \bottomMargin =

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Han-Wen Nienhuys
Matthias Neeracher wrote: I used the extended weekend for some Cocoa hacking and came up with the following prototype: http://homepage.mac.com/neeracher/LilypondApp_30May05.tgz This is an application that combines the functionality of Lilypond.app, ClickEdit.app, and Preview.app in one appl

Re: MacOS X standalone lilypond app revisited

2005-05-31 Thread Han-Wen Nienhuys
Matthias Neeracher wrote: I used the extended weekend for some Cocoa hacking and came up with the following prototype: http://homepage.mac.com/neeracher/LilypondApp_30May05.tgz This is an application that combines the functionality of Lilypond.app, ClickEdit.app, and Preview.app in one appl

Re: po/fr.po update ; skeleton maker

2005-05-31 Thread Han-Wen Nienhuys
John Mandereau wrote: I updated French translation file. thanks, applied. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-

po/fr.po update ; skeleton maker

2005-05-31 Thread John Mandereau
I updated French translation file. I'm also writing a skeleton maker in Python : it asks for header info, paper options, staves and pieces lists and then generates input files. According to my short experience, making both full score and separate parts requires splitting the input in many files an

Re: lilypond ./ChangeLog Documentation/index.html.in

2005-05-31 Thread Han-Wen Nienhuys
Hi, Graham Percival wrote: --- lilypond/ChangeLog:1.3685 Mon May 30 23:38:45 2005 +++ lilypond/ChangeLog Tue May 31 02:06:04 2005 @@ -1,3 +1,7 @@ +2005-05-31 Graham Percival <[EMAIL PROTECTED]> + + * Documentation/index.html.in: add link to LSR. + 2005-05-31 Han-Wen Nienhuys <[E

MacOS X standalone lilypond app revisited

2005-05-31 Thread Matthias Neeracher
I used the extended weekend for some Cocoa hacking and came up with the following prototype: http://homepage.mac.com/neeracher/LilypondApp_30May05.tgz This is an application that combines the functionality of Lilypond.app, ClickEdit.app, and Preview.app in one application. By default, it w