Re: gub progress

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 22:14, Han-Wen Nienhuys wrote: > 2006/6/3, Erik Sandberg <[EMAIL PROTECTED]>: > > Now gub builds correctly. However, when I invoke lilypond > > (target/linux/system/usr/bin/lilypond), it consistently fails when > > converting to pdf. > > > > Additional diagnostics: > > $ ta

copyright of Documentation/pictures/lelie-logo.xpm

2006-06-03 Thread Graham Percival
What's the copyright status of this image? I'd like to use it as cover art for my music (available under CC-attribution-sharealike-2.5) if possible. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailm

Re: DOCS: minimumVerticalExtent

2006-06-03 Thread Graham Percival
On 3-Jun-06, at 7:33 AM, Eduardo Vieira wrote: I think the documentation (liypond-internals) still needs to update this section, where now the syntax is minimum-Y-extent iso. minimumVerticalExtent. Or am I mistaken? Could you give us some more info? Where exactly are you looking? - Graham

Re: gub progress

2006-06-03 Thread Johannes Schindelin
Hi, On Sat, 3 Jun 2006, Erik Sandberg wrote: > Also, what's the next step once lilypond-HEAD works nicely? I suppose the > first step is to make a local mirror of the lily cvs repository; in that > case, any suggestions for a good choice of version control system? I already proposed git, but y

problem with Paper_column_engraver::make_columns ()

2006-06-03 Thread Erik Sandberg
Hi, I'm now changing the initialisation of now_mom and prev_mom to -inf. This has lead to the discovery of a small bug: Paper_column_engraver::make_columns () is called when the Score context is created, and it timestamps itself with an uninitialised now_mom. I suspect this means that the spaci

Re: gub progress

2006-06-03 Thread Christian Hitz
Am 03.06.2006 um 18:51 schrieb Erik Sandberg: Additional diagnostics: $ target/linux/system/usr/bin/gs GPL Ghostscript 8.50: Can't find initialization file gs_init.ps. $ find target/linux/system -name gs_init.ps target/linux/system/usr/share/ghostscript/8.50/lib/gs_init.ps $ Ideas? To circum

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 13:54, Erik Sandberg wrote: > On Thursday 01 June 2006 22:09, Han-Wen Nienhuys wrote: > > - vertical spacing tweaks (already reported this earlier) > > - alignment-vertical-spacing.ly > Fixed, patch attached. ChangeLog entry: * ly/music-functions-init.ly: Updated

gub progress

2006-06-03 Thread Erik Sandberg
Hi, Now gub builds correctly. However, when I invoke lilypond (target/linux/system/usr/bin/lilypond), it consistently fails when converting to pdf. Additional diagnostics: $ target/linux/system/usr/bin/gs GPL Ghostscript 8.50: Can't find initialization file gs_init.ps. $ find target/linux/syste

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 14:39, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > Good point. In that case, you'll need to override > Time_scaled_iterator::process() to watch now_mom().main_part_ to insert > the events "just in time". > Patch is attached. ChangeLog entry: * lily/lyric

Re: trying to make a music function, Part 3 of X

2006-06-03 Thread Nicolas Sceaux
Kieren MacMillan <[EMAIL PROTECTED]> writes: > The one remaining question I have is this: the code you send outputs > nested SequentialMusic objects > > (make-music >'SequentialMusic >'elements >(list (make-music >'SequentialMusic >'elements >(list (

DOCS: minimumVerticalExtent

2006-06-03 Thread Eduardo Vieira
I think the documentation (liypond-internals) still needs to update this section, where now the syntax is minimum-Y-extent iso. minimumVerticalExtent. Or am I mistaken?   Regards,   Eduardo ___ lilypond-devel mailing list lilypond-devel@gnu.org http:

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 14:39, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > >> I don't understand. You're using Sequential iterator, so why don't you > >> do > >> > >>{ \tup-start > >> first-part-of-time-scaled-music > >> \tup-end > >> \tup-start > >> 2nd-part-of-time

Re: make web fails

2006-06-03 Thread Han-Wen Nienhuys
Erik Sandberg schreef: I don't understand. You're using Sequential iterator, so why don't you do { \tup-start first-part-of-time-scaled-music \tup-end \tup-start 2nd-part-of-time-scaled-music \tup-end } this will delegate grace notes to the sequential-iterator.

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 14:05, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > hm.. this one is about tupletSpannerDuration. I can see two alternatives > > to solve this: > > * re-add time-keeping to tuplet-engraver to insert starts/stops > > correctly. * make time-scaled iterator check for t

Re: make web fails

2006-06-03 Thread Han-Wen Nienhuys
Erik Sandberg schreef: On Saturday 03 June 2006 13:54, Erik Sandberg wrote: On Thursday 01 June 2006 22:09, Han-Wen Nienhuys wrote: - numbering of percent repeats fixed - lily-1888277513.ly fixed (I'll send you a patch soon) . and here's the patch. Applied. ChangeLog entry next time? -

Re: More gub problems

2006-06-03 Thread Han-Wen Nienhuys
Erik Sandberg schreef: hi, 3 more problems. Only #2 is a critical one for me, I have worked around #1 and #3 myself. 1. make bootstrap: nsis fails to build, complaining about missing windows.h and windowsx.h. I think this is a problem with the mingw-runtime runtime build. Do darcs pull

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 13:54, Erik Sandberg wrote: > On Thursday 01 June 2006 22:09, Han-Wen Nienhuys wrote: > > - numbering of percent repeats > > fixed > > > - lily-1888277513.ly > > fixed (I'll send you a patch soon) > .. and here's the patch. -- Erik ? Documentation/out ? Documentation/out-

Re: make web fails

2006-06-03 Thread Han-Wen Nienhuys
Erik Sandberg schreef: hm.. this one is about tupletSpannerDuration. I can see two alternatives to solve this: * re-add time-keeping to tuplet-engraver to insert starts/stops correctly. * make time-scaled iterator check for tupletSpannerDuration, and generate something like << {\tuplet-start

Re: trying to make a music function, Part 3 of X

2006-06-03 Thread Kieren MacMillan
Hi, Nicolas: So here you can see that, having an EventChord, you have to build a SequentialMusic expression, containing a ContextSpeccedMusic element for the property override, and the modified EventChord. Okay, I *swear* I tried *exactly* this code myself, and it didn't work... =\ Now,

Re: make web fails

2006-06-03 Thread Erik Sandberg
On Thursday 01 June 2006 22:09, Han-Wen Nienhuys wrote: > Han-Wen Nienhuys schreef: > > Erik Sandberg schreef: > >> [forgot to cc list] > >> > >> OK, I could try to make GUB work locally here. What's the first step? > >> > >> Hm, I guess that will take some time though. Is it OK if I commit > >> st

More gub problems

2006-06-03 Thread Erik Sandberg
hi, 3 more problems. Only #2 is a critical one for me, I have worked around #1 and #3 myself. 1. make bootstrap: nsis fails to build, complaining about missing windows.h and windowsx.h. I'm using PLATFORMS=linux in the makefile, but it wants to build nsis (which appears to be a windows app) a

Re: [Bug?] Concatening syllables

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 01:03, Juergen Reuter wrote: > Hi, > > Sect. 7.3.2 (Entering lyrics) of the manual says: > > "In order to assign more than one syllable to a single note, you must > surround them with quotes or use a _ character between the syllables." AFAIK, the _ is handled by the lexer,

Re: trying to make a music function, Part 3 of X

2006-06-03 Thread Erik Sandberg
On Saturday 03 June 2006 10:57, Nicolas Sceaux wrote: > Kieren MacMillan <[EMAIL PROTECTED]> writes: > > What I want to get is > > > > (make-music > >'SequentialMusic > >'elements > >(list (make-music 'ContextSpeccedMusic ...) > > (make-music 'EventChord > >'element

Re: segfault on cross-staff slurs

2006-06-03 Thread Han-Wen Nienhuys
Joe Neeman schreef: The new figured-bass-position-engraver segfaults on cross-staff slurs (typography-demo.ly). This patch fixes the crash, but I don't know how it will affect the new functionality. Index: lily/figured-b

Re: trying to make a music function, Part 3 of X

2006-06-03 Thread Nicolas Sceaux
Kieren MacMillan <[EMAIL PROTECTED]> writes: > What I want to get is > > (make-music >'SequentialMusic >'elements >(list (make-music 'ContextSpeccedMusic ...) > (make-music 'EventChord >'elements >(list (make-music 'NoteEvent ...) > (ma

configure: readlink problem

2006-06-03 Thread Graham Percival
Hi, I'm trying to build lilypond on freebsd 6.1, mostly on a whim. ./configure complains that ... readlink: illegal option -- f usage: readlink [-n] [file ...] ... This is called in only one place, if test "$FCMATCH" != ""; then for style in Roman Italic "Bold Italic" Bold; do NC