On 2008/11/11 15:49 +0100, Werner LEMBERG wrote:
> Another potential problem comes to my mind: Where exactly are
> lilypond's python modules installed after `make install'? Is it
> possible that python uses lilypond PYC files which have been installed
> already, instead of using python files of th
Hi,
I've added cross-platform dependencies to GUB and while at it
hacked half of GUB upside down. The good thing is that now
you should be able to do
git clone git://github.com/janneke/gub.git
cd gub
bin/gub lilypond
and get lilypond built for your platform, with all dependencies.
Add
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Dienstag, 11. November 2008 schrieb Werner LEMBERG:
> Another potential problem comes to my mind: Where exactly are
> lilypond's python modules installed after `make install'? Is it
> possible that python uses lilypond PYC files which have been ins
Jan Nieuwenhuizen wrote:
Please download and install binaries from
http://lilypond.org/download/binaries/gub-third-life/
and mail a success/failure report here.
Success with Linux x86 version. :)
Jon
--
Jonathan Kulp
http://www.jonathankulp.com
___
Op dinsdag 11-11-2008 om 17:23 uur [tijdzone +0100], schreef Valentin
Villenave:
> [EMAIL PROTECTED] dev]$ cd gub/
> [EMAIL PROTECTED] gub]$ bin/gub lilypond
> Traceback (most recent call last):
> File "bin/gub", line 37, in
> from gub import buildrunner
> ImportError: No module named gub
Op maandag 10-11-2008 om 15:40 uur [tijdzone +0100], schreef Werner
LEMBERG:
Hi Werner,
> Anything new? I can't believe that 2.5.2 compiles the current sources
> just fine, while 2.5 chokes. Theoretically, this shouldn't happen --
> I coulnd't find anything on python.org which documents a synta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Dienstag, 11. November 2008 schrieb John Mandereau:
> On 2008/11/11 16:25 +0100, Reinhold Kainhofer wrote:
> > Am Dienstag, 11. November 2008 schrieb Werner LEMBERG:
> > > I haven't done a `make uninstall' of the previous lilypond version
> > > befo
Hi Jan,
On 2008/11/11 16:19 +0100, Jan Nieuwenhuizen wrote:
> Other good news is that the separate bootstrapping and building of tools
> are removed and all platforms can be built in one GUB run, without
> make rule juggling. Hopefully this gets us more predictable builds ;-)
I've never been able
2008/11/11 Jan Nieuwenhuizen <[EMAIL PROTECTED]>:
> I've added cross-platform dependencies to GUB and while at it
> hacked half of GUB upside down.
Jan, these are terrific news! I'm compiling the whole thing right now.
> Add a simple and most obvious
>
>bin/gib --branch=lilypond=git.sv.gnu.
> $ python -c 'import foo; print foo.Foo, foo.Foo(), foo.Bar, foo.Bar()'
> foo.Foo
> foo.Bar
I get
foo.Foo
foo.Bar
which is basically the same. This means that the problem is probably
elsewhere.
Attached is the output of running
PYTHONVERBOSE=1 make all 2> make.all.pyth
Hi Reinhold,
On Tue, Nov 11, 2008 at 8:05 AM, Reinhold Kainhofer
<[EMAIL PROTECTED]> wrote:
>
> I mostly like the design, too. Some observations, though:
>
> - -) The footer line ("This page is for LilyPond" and the language bar)
> are
> hardly visible, at least on flat screens. I think it lo
On Tue, Nov 11, 2008 at 11:16:26AM -0800, Patrick McCarty wrote:
>
> I changed those two background colors just now. Are these better or worse?
>
> http://uoregon.edu/~pmccarty/texi2html/start-alt.html
> http://uoregon.edu/~pmccarty/texi2html/lilypond-alt-index.html
And here is the patch, shoul
Op dinsdag 11-11-2008 om 17:44 uur [tijdzone +0100], schreef John
Mandereau:
Hi John,
> I've never been able to complete a bootstrap stage in GUB, but I've
> immediately started to try GUB3. You have certainly done a great work
> by including much more building dependencies than previous GUB, wh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Sonntag, 9. November 2008 schrieb Patrick McCarty:
> Hello,
>
> This patch implements the design I proposed a few days ago in the
> documentation design thread. It is well tested.
>
> Here is a sample page:
> http://uoregon.edu/~pmccarty/texi2html/
Op dinsdag 11-11-2008 om 17:19 uur [tijdzone +0100], schreef Bailey
James E.:
Thanks for testing. Sorry it does not work.
@HW: what's the status here, do old gub2 binaries work (I thought this
was fixed, what happened?), or do we still expect this to fail?
> Am 11.11.2008 um 16:19 schrieb
> > This patch implements the design I proposed a few days ago in the
> > documentation design thread. It is well tested.
I like the design. Good work!
Werner
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/l
Op dinsdag 11-11-2008 om 17:51 uur [tijdzone +0100], schreef Valentin
Villenave:
> On hold until I finally put the '\bar "|."' in the GPL opera I'm writing :-)
Ah, much more important, real work! Otoh, what if you start with
\bar "|." and work backwards? ;-)
> BTW: I've demanded that they put a
Op dinsdag 11-11-2008 om 10:06 uur [tijdzone -0600], schreef Jonathan
Kulp:
> Success with Linux x86 version. :)
tnx!
Jan.
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
___
On Mon, Nov 10, 2008 at 07:12:50AM +, John Williams wrote:
> Graham Percival percival-music.ca> writes:
>
> > On Mon, Nov 10, 2008 at 02:50:06AM +, John Williams wrote:
> > > I think it would be extremely helpful for people attempting to tweak
> > > ilypond
> > > if there were examples i
Op dinsdag 11-11-2008 om 17:17 uur [tijdzone +0100], schreef Valentin
Villenave:
> careful: you typed "gib" above instead of "gub" :)
That was intentional. installer-builder has been renamed to 'gib',
as it's too generic a name when gub is installed as a package :-)
> > GUB now also has a webpa
On 2008/11/11 16:25 +0100, Reinhold Kainhofer wrote:
> Am Dienstag, 11. November 2008 schrieb Werner LEMBERG:
> > I haven't done a `make uninstall' of the previous lilypond version
> > before doing a `make all' with the new version -- and, to be honest,
> > this must never, ever be a prerequisite.
> I agree, but I can't reproduce this issue. What's the value of
> PYTHONPATH on your system?
It is not set in my environment.
> Even if it includes /usr/local/share/lilypond/2.11.64/python, the
> following line in make/lilypond-vars.make is supposed to prepend
> python/out to PYTHONPATH:
>
>
Hi,
this is my third attempt to send this email. It seems to have been
rejected twice due to size and sending it from the wrong account
(things get complicated when you can't use the computer/setup you're
used to). I hope it finally gets through this time; sorry if you
received it multiple times a
Le 10.11.2008 20:34, Graham Percival disait :
On Mon, Nov 10, 2008 at 07:23:29PM +0100, Jean-Charles Malahieude wrote:
Le 10.11.2008 17:22, Graham Percival disait :
Please read the top of tutorial.itely for important information
about @lilypond in the tutorial. We make a really big deal about
2008/11/11 Jan Nieuwenhuizen <[EMAIL PROTECTED]>:
> Thanks for building, gub3 can do with a bit of an error shakeout. Btw,
> what happened to the 'W' in TLR?
On hold until I finally put the '\bar "|."' in the GPL opera I'm writing :-)
BTW: I've demanded that they put a big LilyPond logo on the
On 11/11/08 12:56 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 10, 2008 at 07:12:50AM +, John Williams wrote:
>> Graham Percival percival-music.ca> writes:
>>
>>> On Mon, Nov 10, 2008 at 02:50:06AM +, John Williams wrote:
I think it would be extremely helpful for
Hi Patrick,
On 2008/11/09 12:21 -0800, Patrick McCarty wrote:
> This patch implements the design I proposed a few days ago in the
> documentation design thread. It is well tested.
>
> Here is a sample page:
>
> http://uoregon.edu/~pmccarty/texi2html/lilypond-index.html
>
> Please apply if every
2008/11/11 Valentin Villenave <[EMAIL PROTECTED]>:
> careful: you typed "gib" above instead of "gub" :)
Gosh, I'm just an idiot. Never mind.
Anyway, I ran into a problem when trying to compile:
[EMAIL PROTECTED] dev]$ cd gub/
[EMAIL PROTECTED] gub]$ bin/gub lilypond
Traceback (most recent call
> sorry if you receive this email twice but I got an error
> notification and suspect that it was due to the size of the attached
> files. Here is a second attempt (original message follows below).
I got it, and I'll check it as soon as time permits.
Werner
___
> > This indeed looks like musicxml2ly is using the installed .pyc
> > file instead of the newly compiled .pyc file from the local
> > tree :(
>
> Yep, and the culprit was line 38 in lilylib.py, I removed it in Git.
> It was probably a leftover from before introduction of
> relocate-preamble in th
On Tue, Nov 11, 2008 at 09:59:31PM +0100, Jean-Charles Malahieude wrote:
> Le 10.11.2008 20:34, Graham Percival disait :
>> Yes, it does. Please change the text. "the first space inside
>> the staff from the top"... well, that's way too wordy. Find some
>> combination of words and example so tha
On Tue, Nov 11, 2008 at 5:44 PM, Jan Nieuwenhuizen
<[EMAIL PROTECTED]> wrote:
> Op dinsdag 11-11-2008 om 17:19 uur [tijdzone +0100], schreef Bailey
> James E.:
>
> Thanks for testing. Sorry it does not work.
>
> @HW: what's the status here, do old gub2 binaries work (I thought this
> was fixed
Dvlprs,
All --define options should be listed in AU 3.2.2.
Currently, "a few interesting options" are listed
with a mention of -dhelp to show the rest. Why not
list them all?
If anyone is worried about cluttering up the page,
the options could be listed on a different page,
accessible by a link
Hi Patrick,
it's a nice design as far as I can see, I didn't investigate, though. Do you
still have the brown for warning boxes? I somehow liked it that the pages are
not only with green and neutral (whitish) colors.
But it's my personal taste...
Greetings
Till
Original-Nachricht
Op woensdag 12-11-2008 om 03:01 uur [tijdzone -0200], schreef Han-Wen
Nienhuys:
> gub2 binaries (but not the gui wrapper) work on 10.5, both ppc and
> x86, AFAICR. The x86 one was fixed when I moved to the odcctools
> provided by the iphone devtools project.
Okay. So,
@Bailey: does the lilypon
Op woensdag 12-11-2008 om 03:01 uur [tijdzone -0200], schreef Han-Wen
Nienhuys:
> The x86 one was fixed when I moved to the odcctools
> provided by the iphone devtools project.
fwiw, gub3 uses the same iphone odcctools as gub2, for darwin-ppc and
darwin-x86.
Jan.
--
Jan Nieuwenhuizen <[EMAIL
36 matches
Mail list logo