tex/texinfo.tex

2006-06-07 Thread Graham Percival
Do we have any patches to tex/texinfo.tex that aren't in the upstream version, other than the "straight quotes" stuff? I've tried to merge the latest texinfo.tex (from GNU) with our own, in order to fix the @funindex problem. I've tested it, and it appears to compile the docs correctly. (n

Re: tex/texinfo.tex

2006-06-07 Thread Han-Wen Nienhuys
Graham Percival schreef: Do we have any patches to tex/texinfo.tex that aren't in the upstream version, other than the "straight quotes" stuff? I've tried to merge the latest texinfo.tex (from GNU) with our own, in order to fix the @funindex problem. I've tested it, and it appears to compil

Re: [bug?] eps versus pdf problem?

2006-06-07 Thread Han-Wen Nienhuys
Juergen Reuter schreef: the white mensural ligature example lily-2147380820.ly in Sect. 7.7.10.1 collapses in the HTML manual to a width of a few pixels (see the _first_ (almost invisible) png image in http://lilypond.org/doc/v2.9/Documentation/user/lilypond/White-mensural-ligatures.html). H

Re: [bug?] eps versus pdf problem?

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 12:53 AM, Han-Wen Nienhuys wrote: it could be that the BBox of the EPS file is broken (eg. if dimension calculations are off); that could result in an empty EPS bbox, which is correctly translated to PNG. FWIW, today I noticed that the BB of the first example in 8.2.3 Rehea

Re: Getting the height of a system.

2006-06-07 Thread Han-Wen Nienhuys
Joe Neeman schreef: Did my previous mail make it to the list? I never saw it... but anyway, here's an update sorry, it was on my todo list, but your patch got caught up in other stuff. make web still works and there are no detected formatting changes. Very very cool. Does this complete the

Re: cvs build failure

2006-06-07 Thread Han-Wen Nienhuys
Graham Percival schreef: ./configure succeeded without any error messages, but the build fails here: ... Copyright (c) 2000-2006 by George Williams. Executable based on sources from 09:34 17-Jan-2006-ML. Cannot open /usr/X11R6/lib/X11/fonts/bitstream-vera/VeraBd.pfb The requested file, VeraBd.p

DOC: Fixes in glossary

2006-06-07 Thread Francisco Vila
This patch corrects the following: * - fix in translation of "disjunct movement" - names of intervals that should be in English in examples of "harmony" and "interval" - a lyrics spacing fix in example of "legato" Thanks! -- Francisco Vila Doncel. Badajoz (Spain) http://www.paconet.org Inde

Documentation - index bug - noteheads

2006-06-07 Thread Anthony Youngman
Section 6.6.1 of the manual provides an example of altering noteheads (exactly the example I was looking for :-). It's not indexed, either under NoteHead, or anything similar. And it needs to be as, as far as I can tell, it is the only place where this particular technique is discussed (the index o

Re: cvs build failure

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 1:33 AM, Han-Wen Nienhuys wrote: strange. I think it's related to the changes in configure, where it detects the NCSB files. CAn you run FWIW, this occurred within the past day or so. When ./configure was giving me the readlink errors, I could still build lilypond without

Re: Documentation - index bug - noteheads

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 1:59 AM, Anthony Youngman wrote: Section 6.6.1 of the manual provides an example of altering noteheads (exactly the example I was looking for :-). It's not indexed, either under NoteHead, or anything similar. And it needs to be as, as far as I can tell, it is the only place wher

Octave checks, relative, and spurious warnings ...

2006-06-07 Thread Anthony Youngman
The following code works, but generates warnings that I don't want ... \version "2.8.2" pennsylvania = { \override NoteHead #'style = #'cross r2_\markup{ shout } \octave f f8. f16 f8. f16 f4 f f8. f16 r4 } voiceTromboneI = \relative c' { r2 ef4.-- ef8-> ~ ef1 r2 r4 bf8

Re: Octave checks, relative, and spurious warnings ...

2006-06-07 Thread Han-Wen Nienhuys
Anthony Youngman schreef: The manual says there's a difference between "=" and \octave (section 6.2.2) but both of them are giving me warnings - is there any way I can say "I need this absolute note" in this sort of situation without generating warnings? does this help? I wrote it for Darius a

RE: Documentation - index bug - noteheads

2006-06-07 Thread Anthony Youngman
Sorry. Section 6.6.1 should just be indexed as "NoteHead". It contains an example of its use - indeed as I say the only example that appears to be for generic use. Looking at it in the index led me to believe the references were for ancient music (although in part that was me not looking hard enou

Re: cvs build failure

2006-06-07 Thread Han-Wen Nienhuys
Graham Percival schreef: On 7-Jun-06, at 1:33 AM, Han-Wen Nienhuys wrote: strange. I think it's related to the changes in configure, where it detects the NCSB files. CAn you run FWIW, this occurred within the past day or so. When ./configure was giving me the readlink errors, I could stil

updated files for (doc help) applyMusic -> music functions: unfold-all-repeats.ly

2006-06-07 Thread Michael Meixner
Hello! Here are my attempts in updating for snippets for the Tricks & Tips section. They compile correctly on my LP ver. 2.9.7 "unfold-all-repeats.ly" % % Start cut-&-pastable-section %

RE: Octave checks, relative, and spurious warnings ...

2006-06-07 Thread Anthony Youngman
Sounds good. I'm trying to test it to see if it works for me, but (running in mingw, W2K) when I add it into my files lily just seems to crash - I don't get the cmd.exe window appear, or I get loads of complaints in the log file. I guess I'm doing something silly, but I'd say this is a worthwhile

Re: Octave checks, relative, and spurious warnings ...

2006-06-07 Thread Han-Wen Nienhuys
Anthony Youngman schreef: Sounds good. I'm trying to test it to see if it works for me, but (running in mingw, W2K) when I add it into my files lily just seems to crash - I don't get the cmd.exe window appear, or I get loads of complaints in the log file. I guess I'm doing something silly, but

RE: Octave checks, relative, and spurious warnings ...

2006-06-07 Thread Anthony Youngman
Looking good :-) The warning has gone away, and deleting the octave check still leaves everything looking correct :-) Adding it to standard lily is I think a good idea. It should be documented both when discussing relative mode (s6.2.1), and when discussing fragments - I'm sure that's in the man

Re: Getting the height of a system.

2006-06-07 Thread Joe Neeman
On Wed, 2006-06-07 at 10:25 +0200, Han-Wen Nienhuys wrote: > Joe Neeman schreef: > > Did my previous mail make it to the list? I never saw it... but anyway, > > here's an update > > sorry, it was on my todo list, but your patch got caught up in other stuff. That's fine, it's just that for some re

Re: Getting the height of a system.

2006-06-07 Thread Han-Wen Nienhuys
Joe Neeman schreef: + /* if we end up suiciding, our Y-axis-parent won't get the correct +Y-extent unless we add our child to it */ + Grob *p = unsmob_grob (get_object ("axis-group-parent-Y")); + if (p) + Axis_group_interface::add_element (p, dolly); This will result

Re: Getting the height of a system.

2006-06-07 Thread Han-Wen Nienhuys
Joe Neeman schreef: make web still works and there are no detected formatting changes. Very very cool. Does this complete the optimal pagebreaking, or does the dynamic programming part need more work now? I revisited the algorithm a few weeks ago, so it should be fairly clean. There is some mo

RE: Lyrics problem ...

2006-06-07 Thread Anthony Youngman
Just compiled it with the lyrics line uncommented, and I notice the log says "programming error". The relevant files are attached for debugging - the "part" file is the one to compile ... # -*-compilation-*- Changing working directory to `C:/Documents and Settings/wally/My Documents/Music/Peninsu

Staff.instr

2006-06-07 Thread Papazian Christophe
Hello, In Lilypond 2.4, I was used to set Staff.instr inside my main Voice, to print some useful notation during a song (so each new line could have a different instr). But now, I just upgraded to 2.8, and it doesn't seem to work anymore. /set Staff.instr only seems to be useful if used befo

updated files for (doc help) applyMusic -> music functions: add-staccato.ly

2006-06-07 Thread Michael Meixner
Hello! Here are my attempts in updating for snippets for the Tricks & Tips section. They compile correctly on my LP ver. 2.9.7 "add-staccato.ly" % % Start cut-&-pastable-section % **

updated files for (doc help) applyMusic -> music functions: add-text-script.ly

2006-06-07 Thread Michael Meixner
Hello! Here are my attempts in updating for snippets for the Tricks & Tips section. They compile correctly on my LP ver. 2.9.7 "add-text-script.ly" % % Start cut-&-pastable-section % ***

Re: tuplet bugfix

2006-06-07 Thread Erik Sandberg
On Wednesday 07 June 2006 00:09, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > Hi, > > > > The attached patch makes tupletSpannerDuration work again. > > hi, > > I'm missing GC mark functions. You'll need a > Time_scaled_music_iterator::derived_mark(), which marks the start_ and > stop_ memb

Re: tuplet bugfix

2006-06-07 Thread Han-Wen Nienhuys
Erik Sandberg schreef: On Wednesday 07 June 2006 00:09, Han-Wen Nienhuys wrote: Erik Sandberg schreef: Hi, The attached patch makes tupletSpannerDuration work again. hi, I'm missing GC mark functions. You'll need a Time_scaled_music_iterator::derived_mark(), which marks the start_ and stop_

command line misbehavior of Lilypond 2.8.4 on XP

2006-06-07 Thread Stephen
I have experimented since I first brought up this problem, by installing both Lilypond 2.9.8 and 2.8.3 which both work in the cmd.exe box. So, I don't know why, but I think something is wrong with Lilypond 2.8.4. Doesn't anybody else have this problem? Stephen __

Re: Staff.instr

2006-06-07 Thread Cameron Horsburgh
On Wed, Jun 07, 2006 at 04:22:00PM +0200, Papazian Christophe wrote: > Hello, > > In Lilypond 2.4, I was used to set Staff.instr inside my main Voice, to > print some useful notation during a song (so each new line could have > a different instr). > But now, I just upgraded to 2.8, and it doesn'

Re: updated files for (doc help) applyMusic -> music functions: add-staccato.ly

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 7:54 AM, Michael Meixner wrote: Here are my attempts in updating for snippets for the Tricks & Tips section. They compile correctly on my LP ver. 2.9.7 Thanks! I've got add-staccato.ly add-text-script.ly unfold-all-repeats.ly music-box.ly (sending these privately to me is q

Re: DOC: Fixes in glossary

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 1:42 AM, Francisco Vila wrote: * - fix in translation of "disjunct movement" - names of intervals that should be in English in examples of "harmony" and "interval" - a lyrics spacing fix in example of "legato" Thanks, applied. - Graham

Re: cvs build failure

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 3:22 AM, Han-Wen Nienhuys wrote: Well, you don't have them at all: this is the Vera font, in a different format. Try installing the urw-fonts package. OK, that worked. - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.o

Re: Documentation - index bug - noteheads

2006-06-07 Thread Graham Percival
On 7-Jun-06, at 3:19 AM, Anthony Youngman wrote: Section 6.6.1 should just be indexed as "NoteHead". It contains an example of its use - indeed as I say the only example that appears to be for generic use. Looking at it in the index led me to believe the references were for ancient music (alt

Re: Getting the height of a system.

2006-06-07 Thread Joe Neeman
Anyway, here's another try. Same ChangeLog as before Index: ChangeLog === RCS file: /sources/lilypond/lilypond/ChangeLog,v retrieving revision 1.5101 diff -u -r1.5101 ChangeLog --- ChangeLog 7 Jun 2006 22:01:13 - 1.5101 +++ ChangeL

Re: Getting the height of a system.

2006-06-07 Thread Joe Neeman
On Thu, 2006-06-08 at 09:05 +1000, Joe Neeman wrote: > Anyway, here's another try. Same ChangeLog as before After your last email, I've removed the changes to Item::handle_prebroken_dependencies and changed axis-group-interface.cc. I'm only attaching the part of axis-group-interface.cc with the mo