irc channel?

2006-08-25 Thread rob canning
hello, is there a lilypond irc channel? thanks, rob ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: PATCH: wrong circle of fifths for minor key signatures

2006-08-25 Thread Han-Wen Nienhuys
Phillip Kirlin wrote: Attached is a patch to fix importing minor key signatures from MusicXML. Now musicxml2ly correctly reads the minor mode (yesterday's patch), but today I realized the circle of fifths calculation was off (this never mattered before because minor key weren't getting imported

Re: JPedal and LilyPond-generated PDF

2006-08-25 Thread Han-Wen Nienhuys
Bertalan Fodor wrote: Hello, I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit (transparent point-and-click...) I'm curious if some of you have ever tried opening LilyPond generated PDF files with JPedal. Because if you do some glyphs are missing. It is interesting, that th

Re: GUB success.

2006-08-25 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Hi, Now gub works here (on my IA32 partition), so I can commit code again. I couldn't easily force a rebuild. If I have a patch I want to test, what should I do? I applied the patch to downloads/lilypond-HEAD, but I couldn't find a good way to force make or make linux to

GUB success.

2006-08-25 Thread Erik Sandberg
Hi, Now gub works here (on my IA32 partition), so I can commit code again. I couldn't easily force a rebuild. If I have a patch I want to test, what should I do? I applied the patch to downloads/lilypond-HEAD, but I couldn't find a good way to force make or make linux to rebuild (the only way I

JPedal and LilyPond-generated PDF

2006-08-25 Thread Bertalan Fodor
Hello, I'm close to integrate JPedal PDF viewer into LilyPondTool for jEdit (transparent point-and-click...) I'm curious if some of you have ever tried opening LilyPond generated PDF files with JPedal. Because if you do some glyphs are missing. It is interesting, that they are not missing if

Re: changing the midi instrument; broken

2006-08-25 Thread Mats Bengtsson
Quoting Donald Axel <[EMAIL PROTECTED]>: Is it = #"oboe" or is it = "oboe" Both work equally well (at least in versions 2.8 and later). /Mats On Thu, 24 Aug 2006 14:47:33 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: >> >>> \new Staff { >>> \time 3/4 >>> \key

PATCH: wrong circle of fifths for minor key signatures

2006-08-25 Thread Phillip Kirlin
Attached is a patch to fix importing minor key signatures from MusicXML. Now musicxml2ly correctly reads the minor mode (yesterday's patch), but today I realized the circle of fifths calculation was off (this never mattered before because minor key weren't getting imported anyway). Plus, a val

Re: changing the midi instrument; broken

2006-08-25 Thread Donald Axel
Is it = #"oboe" or is it = "oboe" On Thu, 24 Aug 2006 14:47:33 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > >> > >>> \new Staff { > >>> \time 3/4 > >>> \key d \major > >>> \clef treble > >>> \set Staff.midiInstrument = #"oboe" > >> > >> > >> That work

Re: lilypond ChangeLog Documentation/user/examples....

2006-08-25 Thread Mats Bengtsson
Quoting Han-Wen Nienhuys <[EMAIL PROTECTED]>: Index: Documentation/user/examples.itely === RCS file: /cvsroot/lilypond/lilypond/Documentation/user/examples.itely,v retrieving revision 1.64 retrieving revision 1.65 diff -u -b -r1.64 -

Re: musicxml2ly bug and fix

2006-08-25 Thread Han-Wen Nienhuys
Graham Percival wrote: Phillip Kirlin wrote: FIX: in musicxml.py, change line 168 from mode_node = self.get_maybe_exist_named_child ('mode') to mode_node = key.get_maybe_exist_named_child ('mode') This is my first bug fix; I've never contributed to the project before (though I've been using

Re: music function patch

2006-08-25 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Hi, The attached patch cleans up music functions: - functions can have any arity, and parameters can be mixed in any way. - implementation: A music function generates a sequence of tokens, so e.g. a (markup? music? scm?) function generates tokens MUSIC_FUNCTION EXPECT_SCM

Re: gub make doc fails

2006-08-25 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Hi, gub seems to work fairly well now. However, there are some problems: make doc fails on the following snippet, seems to be a GC problem. A portion of the output is attached. You can trouble shoot this in GDB - just set a breakpoint on abort(). Also, the patches I app