[PATCH] --display-music option

2009-03-23 Thread Pedro Kröger
Hi, The patch in the attachment implements the command line option --display-music. If it's on it will print the internal representation of the score like \displayMusic and exit. The main use for this option is to use the output of --display-music as the input for other programs (it's easier to

Re: gub progress

2006-06-04 Thread Pedro Kröger
Johannes Schindelin [EMAIL PROTECTED] writes: Also, if you want to ditch cvs, you always leave somebody behind. For example, from what I understand, Han-Wen likes darcs very much... and I know plenty people (me included) who don't like it. Same goes for every version control system, but at

Re: gub progress

2006-06-04 Thread Pedro Kröger
Johannes Schindelin [EMAIL PROTECTED] writes: although you are free to call me an idiot. no need to do that :-) - It does not seem to focus on version control, but on changing the order of patches. this is kind of true (I don't know enought about darcs to say it's totaly true) - It lacks

Resigning as Build Meister

2006-05-28 Thread Pedro Kröger
Fellow lilypond hackers, Unfortunatelly I haven't had much time for lilypond last months. I've been rather busy with my job. So, I'd like to resign from my position as Bug Meister. Is there anyone out there who is willing to take my position? I intend to continue to contribute to lilypond

Re: Lilypond developing: getting started

2006-05-27 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Pedro Kroeger recently studied the source code, he might also be able to give you pointers. right. I'm also thinking about writing someting about it as soon as I get some free time. Pedro ___

Re: Best way to format nested lists

2006-04-18 Thread Pedro Kröger
Cameron Horsburgh [EMAIL PROTECTED] writes: difficult to understand. I presume this is a Scheme like construction -- how do deeply nested lists get formatted there? if you think in scheme/lisp, there is a concensus about how to indent the code. this link may help:

Re: Idea for sponsoring enhancements

2006-04-06 Thread Pedro Kröger
Rick Hansen (aka RickH) [EMAIL PROTECTED] writes: Why not start a child mailing list here called sponsorship pledges or something like that. so far we've been using the users list for that. The good thing is that casual users can see the sponsorship movement and see that they can

Re: doc branching

2006-04-05 Thread Pedro Kröger
Graham Percival [EMAIL PROTECTED] writes: 5. Provide a unified documentation and mark features with a version number, say, I suppose that this is possible... but IMO this would completely clutter the manual with unnecessary info. I think that a compromise would work. Instead of having a

Re: doc branching

2006-04-05 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Hmmm; part of the problem might also stem from using CVS, which doesn't have good cherry-picking for patches. would it be a solution to use darcs only for the manual? I know there are some ways of syncing darcs and cvs, so maybe the doc stays in cvs

Re: C++ vs. Scheme

2006-04-04 Thread Pedro Kröger
Paul Scott [EMAIL PROTECTED] writes: It's simple. Scheme code will probably never run as fast as C++. Unless, of couse, one uses a scheme compiler that can generate fast code, like bigloo [1]. Pedro Footnotes: [1] http://www-sop.inria.fr/mimosa/fp/Bigloo/

GUB error with distccd

2006-04-03 Thread Pedro Kröger
I get this error with make bootstrap: DISTCCD_PATH=/data/programas/gub/target/cross-distccd/bin distccd --daemon \ --port 3633 --pid-file /data/programas/gub/log/cross-distccd.pid \ --log-file /data/programas/gub/log/cross-distccd.log --log-level info distccd[4706] (main)

--enable-debugging is stripping lilypond

2006-04-02 Thread Pedro Kröger
Hi, I'm compiling lily with ./configure --disable-optimising --enable-debugging but the resulting binary is stripped: [19:19:07] phoenix kroger $ file lily/out/lilypond lily/out/lilypond: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses

Re: GUB: patch for linux_kernel_headers

2006-03-28 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: I think the linux_kernel_headers are used for the linux build, not the debian one. Hum, I was going to recommend to download directly from linux-libc-headers [1] (linux from scratch and DIY-linux use it) but I just learned the project is kind of dead

GUB: patch for linux_kernel_headers

2006-03-27 Thread Pedro Kröger
Hi, You may want to apply the attached patch. It updates linux_kernel_headers to 2.6.13+0rc3-2.1. I couldn't find 2.6.13+0rc3-2 from any mirror. Pedro New patches: [updated version of Linux_kernel_headers Pedro Kröger [EMAIL PROTECTED]**20060328000836] { hunk ./lib/arm.py 18

GUB: error 404 osx-lilypad-0.2.tar.gz

2006-03-23 Thread Pedro Kröger
I get a 404 not found error when make download tries to fetch http://lilypond.org/~hanwen/osx-lilypad-0.2.tar.gz. this happens with darcs up to this patch: Thu Mar 23 11:08:27 BRT 2006 [EMAIL PROTECTED] * document why NSIS_CONFIG_LOG is switched off. Pedro

GUB: darwin7-sdk

2006-03-20 Thread Pedro Kröger
GUB asks for a darwin7-sdk-0.4.tar.gz file. where can I download it? I google for it but I found nothing useful. pedro ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

GUB: gub-builder.py fails to build flex

2006-03-20 Thread Pedro Kröger
The command: python gub-builder.py -p local build flex fails because flex-2.5.4a.tar.gz unpacks to flex-2.5.4 (without the a) and gub-builder is trying to do: tar -C /home/kroger/devel/gub/target/local/src -zcf /home/kroger/devel/gub/uploads/local/flex-2.5.4a-src.local.gub flex-2.5.4a but the

Re: FAQ for LilyPond

2006-03-20 Thread Pedro Kröger
Cameron Horsburgh [EMAIL PROTECTED] writes: Before I start doing anything serious: 1) is there a reason why this hasn't been done before? there is a faq here: http://lilypond.org/web/about/faq but it can developed, of course pedro ___

Re: Thesis RC

2006-03-20 Thread Pedro Kröger
Erik Sandberg [EMAIL PROTECTED] writes: If anyone wants to proofread the report, I'd be delighted to hear about any bugs in it, before I release it. Cool, great job! I'm reading it and should send you any suggestions I have (if any). for now there is 2 small things: 1. there is no

Re: GUB: gub-builder.py fails to build flex

2006-03-20 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: This is very strange. I can't duplicate this. Can you send the full build log? I seems to be fixed now (it's working here). I believe this patch fixed it (or some patch around the time of this one): Sat Mar 18 18:13:26 BRT 2006 [EMAIL PROTECTED] *

GUB: error in the bootstrap fase

2006-03-19 Thread Pedro Kröger
Hi, I get this error in the bootstrap fase. Can be reproduced running python gub-builder.py -p local build guile reading spec /home/kroger/devel/gub/specs/guile.py reading spec /home/kroger/devel/gub/specs/gmp.py reading spec /home/kroger/devel/gub/specs/libtool.py installing package: gmp

GUB: patch

2006-03-19 Thread Pedro Kröger
Hi, there is no 2.14 version of nsis in ftp.debian.org pool (at least not now). the attached patch updates specs/nsis.py to use 2.15 which is in the ftp. pedro New patches: [nsis: new version Pedro Kröger [EMAIL PROTECTED]**20060319130702] { hunk ./specs/nsis.py 37 - self.with (version

Re: cvs commit: Using deprecated info format strings.

2006-02-03 Thread Pedro Kröger
Graham Percival [EMAIL PROTECTED] writes: The commit works ok (it's a warning message, not an error message), but should I be concerned? No, it's something that has to be fixed at savannah: You can ignore the deprecation warnings that CVS issues when sending the e-mail: we need to upgrade our

[OT] How do you configure your keyboard for programming?

2006-01-29 Thread Pedro Kröger
Sorry for the off-topic, but I'm curious about this. Since a few people here speak languages other than English (french, German, Dutch, Portuguese, etc) I was wandering how you configure your keyboard for *programming*. The use of dead keys is very comfortable to edit texts in languages with

fixing broken weblinks

2006-01-16 Thread Pedro Kröger
Hi, I started fixing some broken weblinks (using the 404 report) but some things are not clear to me: - how is something like this supposed to be fixed: 40 /doc/v2.6/Documentation/user/lilypond/lily-32998009.png

Re: Debian snapshots

2006-01-02 Thread Pedro Kröger
Paul Scott [EMAIL PROTECTED] writes: Could Pedro or anyone tell me what the next steps would be to create Debian snapshot packages or possibly autopackages to be made available to the community? This is a good place to start, if you haven't checked yet: http://www.debian.org/doc/maint-guide/

Re: [web] new CVS access

2005-12-13 Thread Pedro Kröger
Erik Sandberg [EMAIL PROTECTED] writes: I guess we need to update the instructions here: http://lilypond.org/web/devel/ it's done. thanks. Pedro ___ lilypond-devel mailing list lilypond-devel@gnu.org

aclocal.m4 is generating a wrong configure file

2005-11-15 Thread Pedro Kröger
!= . ; then srcdir=$(cd $srcdir; pwd) fi which, naturally, raises an error. I'm using M4 1.4.3 and autoconf 2.59. Any ideas? Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: aclocal.m4 is generating a wrong configure file

2005-11-15 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: Yes, if test $srcdir ... must be used in autoconf. thanks, fixed in cvs. Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: moderation policy

2005-11-07 Thread Pedro Kröger
again, then? Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

eps listed as backend

2005-11-07 Thread Pedro Kröger
Hi, Shouldn't eps be listed as a backend when 'lilypond -h' is issued? if yes this tiny patch adds it: http://www.pedrokroeger.net/lilypond/patch-kroger.gz (never remember if attachments are allowed in what list) Cheers, Pedro Kröger

flex 2.5.27

2005-10-27 Thread Pedro Kröger
yy_start_stack_depth; in order to get it compiling. But I upgraded to flex 2.6.31 and the problem disappeared. Is this problem consistent? maybe we should say something in INSTALL. Anyway, shouldn't flex and bison be listed as a requirement in INSTALL? Pedro Kröger

'make all' fails CVS ChangeLog 1.4175

2005-10-14 Thread Pedro Kröger
in.) make[1]: *** [out/midi-item.o] Error 1 make[1]: Leaving directory `/home/kroger/devel/lilypond/lilypond/lily' make: *** [all] Error 2 Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo

Re: CVS doesn't make (gcc 3.3)

2005-09-16 Thread Pedro Kröger
Mats Bengtsson [EMAIL PROTECTED] writes: I think this is the 4th report of the same bug. I have replaced a number of calls to fabs() by abs(), which seems to solve the problem, and commited the patch to CVS. it works here. Pedro ___

make all fails ChangeLog 1.4118

2005-09-07 Thread Pedro Kröger
Hi, I'm getting this error on debian. Pedro -- -DNDEBUG -I/usr/include/python2.3 -O2 -finline-functions -g -pipe -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

Re: configure doen't recognize the right version of gcc in cywin

2005-08-24 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: Thanks for looking into this, but this will probably break when doing: CC=gcc-3.4 CXX=g++-3.4 ./configure Yep, it did break. I'm not exactly sure what to do. Probably first sed-out everything in parentheses. I think this will work. Pedro

configure doen't recognize the right version of gcc in cywin

2005-08-23 Thread Pedro Kröger
Hi, I'm getting this error while running configure on cygwin (winxp): ERROR: Please install required programs: gcc = 2.8 (installed: 0.125) g++ = 3.0.5 (installed: 0.125) This happens with both 2.6.3 and 2.7.x. configure is getting the last number from gcc -v: # gcc version 3.4.4

Re: Sponsoring lilypond development Was Re: Score parts: instrument and duration

2005-08-18 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Can we watch the language? This is an open forum, with publicly accessible archives, probably with SCORE users reading along. There's nothing to be stolen. you are right. I'm the one who should apologize since I started this stealing thing. of

Re: Sponsoring lilypond development Was Re: Score parts: instrument and duration

2005-08-18 Thread Pedro Kröger
Johannes Schindelin [EMAIL PROTECTED] writes: Contrary to Han-Wen, I don´t believe that the tweaking in Lily is too cumbersome (i.e. not direct enough). I believe that many SCORE users would be glad to have less to tweak in a single piece, but have the option to set up global tweakings.

Re: Sponsoring lilypond development Was Re: Score parts: instrument and duration

2005-08-18 Thread Pedro Kröger
Johannes Schindelin [EMAIL PROTECTED] writes: On Wed, 17 Aug 2005, Pedro Kröger wrote: I don't know how many people are here or in lily-users, but if we could get 100 people to contribute $20 for 6 months, [...] I am ready to do that. of course I'm too. As I said before, I used

Re: general timing feature :

2005-08-18 Thread Pedro Kröger
David Currie [EMAIL PROTECTED] writes: My question : is there a command to auto adjust notes according to the above (usual) timing rules. yes, check the example completion-heads.ly in the regression tests: http://lilypond.org/doc/v2.7/input/regression/out-www/collated-files.html

Sponsoring lilypond development Was Re: Score parts: instrument and duration

2005-08-17 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: I wouldn't worry about that. I haven't been afraid of large refactorings in the past (in fact, we have a very big one -- possibly the biggest in the history of lily -- coming up). just curious, which one is that? The real worry is a financial

Re: Sponsoring lilypond development Was Re: Score parts: instrument and duration

2005-08-17 Thread Pedro Kröger
Johannes Schindelin [EMAIL PROTECTED] writes: AFAIK SCORE was developed by a single person, in FORTRAN, ha! that's something. Also, he was not very forthcoming with information about internals. yeah, I didn't think so. If my memory serves me, there is a SCORE list. yep, here is:

Re: Wish to give up my Cygwin maintainer position

2005-08-04 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Just my 2 cents: we have discovered that windows 98 (and cousins 95 and ME) is complete and utter crap. that's not news :-) It's hard to run anything reliably, let alone use it to build things reliably. I recommend to get an XP box for this.

Re: newweb ./ChangeLog site/index.html site/news.ih...

2005-08-04 Thread Pedro Kröger
Mats Bengtsson [EMAIL PROTECTED] writes: Could you also change the (NOTE) for Fedora which points into nowhere for the moment (I have never checked out the CVS tree for the web, otherwise I could have done it myself). just did. Pedro ___

Re: Wish to give up my Cygwin maintainer position

2005-08-03 Thread Pedro Kröger
Bertalan Fodor [EMAIL PROTECTED] writes: Bertalan: I'd apreciate if you could give me a few pointers of how you have done things, just to easy things for me. thanks for your help. I'm building a windows-98 cygwin devel box using qemu (easier for me so I don't have to be dual booting). I'll

Re: Lilypond BNF

2005-07-27 Thread Pedro Kröger
Carl Sorensen [EMAIL PROTECTED] writes: Almost a year ago, Pedro Kroger was working on a bnf description of lilypond. (see http://lists.gnu.org/archive/html/lilypond- devel/2004-10/msg00074.html). Han-Wen suggested hacking Bison so that it would produce the BNF directly from the .yy file.

Re: Lilypond BNF

2005-07-27 Thread Pedro Kröger
Carl Sorensen [EMAIL PROTECTED] writes: Aha -- now I see why you want to use ebnf instead of bnf -- you get each definition down to a single line. that's right. the article in the link you posted doesn't say, but (I bet you've figured) you can also use curly braces { and square brackets [

make all fails

2005-06-26 Thread Pedro Kröger
Hi, make all fails with latest cvs code (ChangeLog 1.3818). here is what I get Font `parmesan26'... Warning: no extra font information for this font. Consider writing a XX_guess_font_info() routine. Using encoding file: `./out/parmesan26.enc' Running Metafont... Tracing bitmaps...

Re: optional pagenumber

2005-05-26 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Pedro Kröger wrote: Graham Percival [EMAIL PROTECTED] writes: Could we add a \paper{ pagenumber = ##f } option? we had a printpagenumber option in the past. I just re-added it in cvs (please test). We also had printfirstpagenumber (it's still

Re: native LilyPond port for Microsoft Windows

2005-05-25 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: given the positive feedback, I think we could list it on the download page as well? yes. I added it in cvs, take a look and see what you think. I assumed it's the 2.5.25 version and the packager is LilyPond development team Pedro

Re: \displayLilyMusic

2005-05-22 Thread Pedro Kröger
Nicolas Sceaux [EMAIL PROTECTED] writes: hi, I have an nearly complete implementation of a \displayLilyMusic command. Should there be such a command inside the LilyPond distribution? I don't see why not. It might be good for things like debugging and learning. Pedro

Re: lily 2.4.5 not in sarge

2005-04-21 Thread Pedro Kröger
Mark Van den Borre [EMAIL PROTECTED] writes: Hi all, Contrary to what is reported on the Lilypond download page, 2.4.5 is not in Debian Sarge. It's in sid, you're right, my mistake. fixed in cvs. Pedro ___ lilypond-devel mailing list

scons error with latest cvs

2005-04-21 Thread Pedro Kröger
Hi, I get this error message while building lily with scons (ChangeLog 1.3491): [15:12:27] pythagoras kroger $ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... cd mf/out-scons MFINPUTS=.:mf:/home/kroger/devel/lilypond/lilypond/mf:

make all fails (changelog 1.3492)

2005-04-21 Thread Pedro Kröger
Here is what I get: music-glossary.tely:4763 (lily-1230560126.ly):33:2: warning: stem doesn't fit in beam f:32 [ e8:16 f:16 g:16 a:16 ] s4 music-glossary.tely:4763 (lily-1230560126.ly):33:7: warning: beam was started here f:32 [ e8:16 f:16 g:16 a:16 ] s4[1] Preprocessing graphical

Re: Implementation documentation

2005-04-17 Thread Pedro Kröger
Bernard Hurley [EMAIL PROTECTED] writes: I have somewhat rashly volunteered to be Implementation documenter. Han-Wen informs me that various abortive starts have already been made on this. So if you have any material that would be useful, please e-mail it to me. good to know you are working

Re: lilypond --help

2005-04-11 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: Erik Sandberg writes: This should IMHO be extended to something like -b, --backend=EXTselect backend to use. Possible values of EXT are: ps, tex, gnome, svg Yes, and EXT is wrong too. I just commited the change to cvs. It'll

Re: lilypond/lily main.cc

2005-04-11 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: You missed the .scm backend. you're right. thanks. just commited to cvs. Pedro ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Djvu support

2005-03-17 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: Némo writes: Evince, the best pdf viewer for gnome, projet to be able to use it. http://www.gnome.org/projects/evince/ And this best pdf viewer for gnome does not ship with Debian? it does. it's in testing and sid. Pedro

Re: RhythmicStaff doesn't get hidden with RemoveEmptyStaffContext

2005-03-17 Thread Pedro Kröger
Mats Bengtsson [EMAIL PROTECTED] writes: Yes, that RemoveEmptyStaffContext is a replacement only for the ordinary Staff context, not for any other kind of contexts. If you use a recent 2.5.xx version, then there is a predefined \RemoveEmptyRhythmicStaffContext in earlier LilyPond versions you

Re: Is Anthony Fok [EMAIL PROTECTED] MIA?

2005-03-16 Thread Pedro Kröger
Laura Conrad [EMAIL PROTECTED] writes: I agree. The current state where lilypond-snapshot is actually a stable version should change, but being able to install both a stable and an unstable version is really useful. I think that it would probably be nicier if each stable version could be

RhythmicStaff doesn't get hidden with RemoveEmptyStaffContext

2005-03-16 Thread Pedro Kröger
The subject says all. in this example the 1st staff should be hidden in the second system like the 3rd staff. am I missing something? \book { \score { \new Staff { \context RhythmicStaff { \time 3/4 \repeat unfold 9 {\repeat unfold 3 {c4}} R2.*9

Re: Is Anthony Fok [EMAIL PROTECTED] MIA?

2005-03-15 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: We are a bit concerned with old LilyPond packages, and a potential new maintainer (Pedro Kroger) with his sponsor going mia. Who was going to sponsor him? I don't think Pedro told me that. Pedro? actually he was going to sponsor another

Re: Is Anthony Fok [EMAIL PROTECTED] MIA?

2005-03-15 Thread Pedro Kröger
[sorry If I took too long to answer this, it's the beginning of the semester over here (I'm a teacher) and I've been preparing classes and expending more time in the classroom than in front of the computer. plus, I'm finishing a big concerto for percussion and orchestra that is taking lots of my

Re: removeWithTag not working?

2005-03-02 Thread Pedro Kröger
I think this small patch fixes it. Pedro patch-fix-tag Description: Binary data ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Compilation on FreeBSD

2005-03-01 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Hey, if they're slow enough, you could drop ec-fonts (2.6 doesn't need it :) really?! I didn't know that. Gosh, I still have lots of catching up to do :-) Pedro ___ lilypond-devel mailing list

Re: LilyPond frontend?

2005-03-01 Thread Pedro Kröger
. Cheers, Pedro Kröger ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Compilation on FreeBSD

2005-02-28 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: We need more agressive distribution maintainers, or maybe a distribution mainainer spanking MEISTER :-) I do this from time to time (nag maintainers) and some of them are responsive some are not :-( I guess it's time to start the nagging season again

Re: Compilation on FreeBSD

2005-02-28 Thread Pedro Kröger
Jan Nieuwenhuizen [EMAIL PROTECTED] writes: Pedro Kröger writes: I do this from time to time (nag maintainers) and some of them are responsive some are not :-( I guess it's time to start the nagging season again :-) Ok, thanks. no need to thank me, it's in my job description (build

Re: PROPOSAL: add the website location to tagline

2005-02-27 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Engraved by LilyPond 2.5.x (http://www.lilypond.org) Engraved by LilyPond 2.5.x (www.lilypond.org) then I'd vote for the first, as (www.lilypond.org) looks half-baken to me. not really, if you type www.lilypond.org in any browser it'll work (and

where should I create a HACKING file?

2005-02-21 Thread Pedro Kröger
Hi, I think it's a good idea to create a HACKING file like Jan suggested here: http://lists.gnu.org/archive/html/lilypond-user/2004-09/msg00015.html Since it's a pain to rename/move files in cvs I'm asking before I create it. I vote to put it in the toplevel dir, but maybe you guys want it

Re: Lilypond-snapshot, was: problem with font of dynamics

2005-02-21 Thread Pedro Kröger
Paul Scott [EMAIL PROTECTED] writes: If you're working on the the next lilypond-snapshot would you consider renaming your current lilypond-snapshot to lilypond or something else and keeping it available. Feri's version still segfaults on my sid system. I haven't work on it in a while. I'm

Re: where should I create a HACKING file?

2005-02-21 Thread Pedro Kröger
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Toplevel is fine; we don't let CVS stop us from moving it if necessary. done Pedro ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

PROPOSAL: add the website location to tagline

2005-02-21 Thread Pedro Kröger
Hi, What do you think of adding www.lilypond.org to the default tagline? Engraved by LilyPond (version 2.x.y) www.lilypond.org. (or something like that) I'm thinking of musicians who may be playing music engraved by lilypond and have no idea what it is. Pedro