Re: Compilation on FreeBSD

2005-03-02 Thread Zbyněk Burget
I passed through much of compilation process of lilypond-2.4.4 on the FreeBSD. I've one question about it - in directory mf in GNUmakefile is this part: redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm $(outdir)/$(redhat-package): wget --passive-ftp -P $(outdir) http://lilypond.org/downl

Re: beamlets over spacers

2005-03-02 Thread Qian Li
Thanks Mats -- it just struck me as a bug because it is standard notation and commonly called for. I was hoping there's some way to make it automatic in the development version. Qian On Tue, 1 Mar 2005, Mats Bengtsson wrote: > Yes, we have seen your question a number of times (see the ___

Re: 2.5.13 cygwin build - partial success

2005-03-02 Thread Bertalan Fodor
2. fontconfig segfaults with /usr/share/ghostscript/fonts/hr* I had to remove them This should be fixed by the fontconfig maintainer to. Are the hr* fonts standard? Does fontconfig work at all? Have you sent a bug report? Actually this may be a known bug with the fonts. Fontconfig its

Re: 2.5.13 cygwin build - partial success

2005-03-02 Thread Jan Nieuwenhuizen
Bertalan Fodor writes: > 1. cygwin/mknetrel see attached patch Applied, thanks. > 2. fontconfig segfaults with /usr/share/ghostscript/fonts/hr* I had to >remove them This should be fixed by the fontconfig maintainer to. Are the hr* fonts standard? Does fontconfig work at all? Have you se

Re: lilypond Documentation/user/instrument-notation...

2005-03-02 Thread Jan Nieuwenhuizen
Graham Percival writes: > I can't believe I made this mistake. Sorry. No problem, I needed it to compile. I mean: do not let it happen again :-) Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org

Re: lilypond Documentation/user/instrument-notation...

2005-03-02 Thread Graham Percival
On 2-Mar-05, at 11:38 AM, Jan Nieuwenhuizen wrote: @menu -* Printing chord names:: +* Introducing chord names:: * Chords mode:: * Printing chord names:: @end menu I can't believe I made this mistake. Sorry. I knew that "chord names" would be a duplicated node, but I didn't check if "printing c

Re: chroot/setuid for lilypond (for LSR)

2005-03-02 Thread Sebastiano Vigna
On Sat, 2005-02-26 at 13:40 +0100, Han-Wen Nienhuys wrote: > > I'm missing why you would need suid, but I'm not sure it will work. In > any case, LilyPond needs to access contents of /usr/share/lilypond, so > you will have to add those to the chroot jail. Also, I don't know if > FontConfig and t

Re: LSR browsing?

2005-03-02 Thread Sebastiano Vigna
On Sun, 2005-02-27 at 11:08 +0100, Jan Nieuwenhuizen wrote: > Hi, > > Forgive my ignorence, but how do I casually browse the LSR, ie, > without searching for anything specific? Well, I never thought about that. You mean of course browsing graphically, otherwise the DB interface is OK. I'll add th

2.5.13 cygwin build - partial success

2005-03-02 Thread Bertalan Fodor
I was able to build 2.5.13 on cygwin. Issues: 1. cygwin/mknetrel see attached patch 2. fontconfig segfaults with /usr/share/ghostscript/fonts/hr* I had to remove them 3. fontconfig's /etc/fonts/local.conf had to be updated manually to set /usr/share/ghostscript/fonts. If not set, lilypond hangs (

Re: removeWithTag not working?

2005-03-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I think this small patch fixes it. ok. if this tests ok, please apply. > > Pedro > > ___ > lilypond-devel mailing list > lilypond-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-devel -- Han-Wen Nienhu

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

removeWithTag not working?

2005-03-02 Thread Pedro Kröger
Is this code supposed to work? common = \relative c'' { \tag #'part {c e g} \tag #'score {d f a} e g b } \score { \simultaneous { \new Staff { \common } \new Staff { \keepWithTag #'part \common } \new Staff { \removeWithTag #'part \common

Re: Compilation on FreeBSD

2005-03-02 Thread Jan Nieuwenhuizen
ZbynÄk Burget writes: > I passed through much of compilation process of lilypond-2.4.4 on the > FreeBSD. Good. > but this file isn't in directory, Sorry, the 2.4.4 release had some karma. > but older (lilypond-2.4.3-1.i386.rpm) or newer only. I download > older file (by hand) and modify makefi