Re: Custom fonts broken in Windows version

2005-06-17 Thread Bertalan Fodor
Works for me. Bert test.ly = \version 2.5.31 \paper { % change for other default global staff size. myStaffSize = #20 #(define fonts (make-pango-font-tree Times New Roman Arial Courier New (/ myStaffSize 20))) } melody = \relative c' { \clef treble \key c \major \time 4/4

Re: windows version 2.5.31: point and click

2005-06-17 Thread Jan Nieuwenhuizen
Bertalan Fodor writes: I've set it to myedit.bat It starts, but doesn't get the parameters. If you want parameters, you'll have to specify them all in LYEDITOR. The current algorithm just finds the name of the editor, and if it is recognised (emacs, jedit, lilypad, ...) it [re]constructs the

Pango jailing

2005-06-17 Thread Sebastiano Vigna
OK, I know I should have tried before, but I'm really in a mess these days. Pango does not work with jailing. It loads dynamically modules after the jailing. Is there any way to somehow setup/startup/whatever Pango before the jailing? I think this would solve the problem. -- Ciao,

Re: Problems with K460

2005-06-17 Thread Sebastiano Vigna
On Fri, 2005-06-17 at 13:55 +0200, Mats Bengtsson wrote: If you suspect a bug, please send the email to bug-lilypond instead (which I have now done). I forgot about the list. I'll reroute my additional messages. Of course it's a bug: it's a *regression* bug. It compiled perfectly with 2.4.4

Re: Pango jailing

2005-06-17 Thread Han-Wen Nienhuys
Sebastiano Vigna wrote: OK, I know I should have tried before, but I'm really in a mess these days. Pango does not work with jailing. It loads dynamically modules after the jailing. Is there any way to somehow setup/startup/whatever Pango before the jailing? I think this would solve the

Re: Some more bug reports

2005-06-17 Thread Mats Bengtsson
Again, please use bug-lilypond for bug reports. However, the 2 first issues look more like general usage questions which belong to lilypond-user. On the other hand, number 3 is clearly a bug, see below Sebastiano Vigna wrote: 1) fretless.ly (always from vigna.dsi.unimi.it/music.php) does not

Re: Some more bug reports

2005-06-17 Thread Sebastiano Vigna
On Fri, 2005-06-17 at 14:31 +0200, Mats Bengtsson wrote: which means that it has two music expressions at the top level of \score{...}. You can only have one, so either do When solutions are suggested, it is sometime useful to try them. None of the patches you suggested work: the warning is

Re: Custom fonts broken in Windows version

2005-06-17 Thread Han-Wen Nienhuys
Basil Crow wrote: Ah yes. The test.ly I enclosed before seems to work fine when TrueType fonts are used. However, OpenType fonts seem to fail. For example, when I use Minion Pro (OpenType), I get Calculating page breaks... Layout output to `test.ps'... Converting to `test.pdf'... `gs -q

Re: Pango jailing

2005-06-17 Thread Sebastiano Vigna
On Fri, 2005-06-17 at 14:30 +0200, Han-Wen Nienhuys wrote: Sebastiano Vigna wrote: I'd expect that it loads the modules based on the languages it finds in the input. I guess it would be easiest to copy the modules (together with the fonts, and fontconfig configuration) into the jail, and use

Re: Pango jailing

2005-06-17 Thread Han-Wen Nienhuys
Sebastiano Vigna wrote: ARGV0_RELOCATION was not needed, but I had to remove the noexec from the mount, which makes the cage less secure (albeit still reasonably secure). Hmm. you can create arbitrary binaries using GUILE, so any local exploit is promoted to remote automatically. Another

Re: Pango jailing

2005-06-17 Thread Sebastiano Vigna
On Fri, 2005-06-17 at 18:25 +0200, Han-Wen Nienhuys wrote: Hmm. you can create arbitrary binaries using GUILE, so any local exploit is promoted to remote automatically. Another option is to compile pango statically, and link it statically. I'll try this. 2.5 uses the eps backend (based on

LSR more or less running

2005-06-17 Thread Sebastiano Vigna
OK, after one day of efforts it is more or less working. There is an important question: have snippets that we incorporated in LSR been updated? For instance, Transposing_and_naming_instrument_groups.ly does not compile with 2.5.31, but it does after a convert-ly, giving Calculating line

Re: Pango jailing

2005-06-17 Thread Han-Wen Nienhuys
Sebastiano Vigna wrote: Things are a little bit better. The output of the ps backend still crashes gv and it is not displayed by ggv. gv? you mean gs? Moreover, convert (ImageMagick) stopped working because of the ghostscript 8.15 rpm--I'm trying to understand if that can be fixed.

Some more bug reports

2005-06-17 Thread Sebastiano Vigna
1) fretless.ly (always from vigna.dsi.unimi.it/music.php) does not compile because of a \markup command (ly-convert doesn't touch it). 2) Like Spinning Plates complains that there is already music in the score, and the first line is oddly spaced. The font for text is much larger than it was