Mandrake 9.2 rpms

2004-01-14 Thread Alexandre B
I would just like to inform the developers of the availability of rpms for Mandrake 9.2.. packaged by Thac, the same that packaged the older versions for Mandrake. He keeps them very up-to-date so it would be nice to have it listed in your Downloads page (http://lilypond.org/web/download/) They

Re: \apply nest-props Re: constructive criticism

2004-01-14 Thread Nicolas Sceaux
Tue, 13 Jan 2004 23:35:41 +0100, Han-Wen a dit : > I don't see the need for syntactic sugar in the grob > descriptions. They're a big alist, after all. oh ok. Maybe I'm simply macro addicted. The def-grob-description would have put the definition in the alist, or whatever data structure it m

Re: right bearing of meter signs

2004-01-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > \translator{ >\VoiceContext >TimeSignature \override #'space-alist = #'((first-note > extra-space . 10.0) > What did I mis? TimeSignature doesn't go in Voice. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen _

Re: right bearing of meter signs

2004-01-14 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: [EMAIL PROTECTED] writes: A quite serious problem with LilyPond in situations where the available horizontal space is quite small: The right bearing of meter signs appears to be fixed and thus much too big (see attached image). IMHO, it should become smaller in such situa

`make dvi' problems

2004-01-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Have you recently done a `make dvi' in the Documentation/user > directory? LilyPond reports *a lot* of problems... I know. Part of them are due to special formatting for the manual. The majority of the warnings are caused by the ancient notation engine - a part whi

right bearing of meter signs

2004-01-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > A quite serious problem with LilyPond in situations where the > available horizontal space is quite small: The right bearing of meter > signs appears to be fixed and thus much too big (see attached image). > IMHO, it should become smaller in such situations. Looking

Re: input/bugs/

2004-01-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Han-Wen Nienhuys wrote: > > To all those with CVS access: the input/bugs/ directory is deprecated. > > Do not put any stuff in that directory. > > > > Bugs should either be > > > > * fixed > > > > or > > > > * documented in the manual > > Yes, in an ideal world! I

`make dvi' problems

2004-01-14 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Have you recently done a `make dvi' in the Documentation/user > directory? LilyPond reports *a lot* of problems... No. I always do make web which does the whole she-bang. > > Below a bug fix to make the build process work with older `convert' > versions (e

Re: octavation problems

2004-01-14 Thread Werner LEMBERG
> > Secondly, a (global) parameter is needed to control the style of the > > octavation strings: > > > > Long: 15maShort: 15maEmpty: 15 > > 8va8va8 > > 8va bassa 8ba8 > > I assume you want the string to be determined

Re: input/bugs/

2004-01-14 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: To all those with CVS access: the input/bugs/ directory is deprecated. Do not put any stuff in that directory. Bugs should either be * fixed or * documented in the manual Yes, in an ideal world! In reality, there's at least one more stage, namely when the bug has been r

Re: more on octavation lines

2004-01-14 Thread Werner LEMBERG
> > . The final `delimiter' (the small vertical bar) must have a > > greater horizontal offset. I suggest to move it one notehead > > width to the right. > > I added > > (shorten-pair . (0.0 . -0.6)) > > for the ottave Hmm, probably not the right solution. Now the ottava lines broken a

right bearing of meter signs

2004-01-14 Thread Werner LEMBERG
A quite serious problem with LilyPond in situations where the available horizontal space is quite small: The right bearing of meter signs appears to be fixed and thus much too big (see attached image). IMHO, it should become smaller in such situations. Looking into the feta-nummer fonts I see tha

`make dvi' problems

2004-01-14 Thread Werner LEMBERG
Have you recently done a `make dvi' in the Documentation/user directory? LilyPond reports *a lot* of problems... Below a bug fix to make the build process work with older `convert' versions (e.g. ImageMagick 5.3.8) which don't have a -resize option. Werner ===