Re: Potential LSR licensing violations

2022-10-21 Thread Jan Nieuwenhuizen
ure. Hereby I place this [legacy Banter chord names] code in the public domain or Creative Commons CC0 license, whichever you prefer. Greetings, Janneke -- Jan Nieuwenhuizen | GNU LilyPond https://lilypond.org Freelance IT https://JoyOfSource.com | Avatar® https://AvatarAcademy.com

Re: [RFC] Moving to Guile 2.2 and away from GUB

2021-11-27 Thread Jan Nieuwenhuizen
Jonas Hahnfeld writes: > Am Samstag, dem 27.11.2021 um 12:43 +0100 schrieb Jan Nieuwenhuizen: >> Carl Sorensen writes: >> >> > I think GUB was a great idea, but it has proven difficult to maintain. >> > And the creator of GUB (Jan), has indicated that he think

Re: [RFC] Moving to Guile 2.2 and away from GUB

2021-11-27 Thread Jan Nieuwenhuizen
Jean Abou Samra writes: > Le 27/11/2021 à 12:43, Jan Nieuwenhuizen a écrit : >> But yeah, some 5 years ago >> >> I already proposed using GNU Guix, making use of its excellent cross >> build system and creation of universal binaries. > > At this point, it'

Re: [RFC] Moving to Guile 2.2 and away from GUB

2021-11-27 Thread Jan Nieuwenhuizen
ed using GNU Guix, making use of its excellent cross build system and creation of universal binaries. Greetings, Janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: Cairo plans

2021-08-30 Thread Jan Nieuwenhuizen
set, do you have a git branch somewhere? I checked some projects for usage of \ps-command and it doesn't seem to bo popular. Losing that would have been my main concern, I think. Greetings, Jan -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com |

Moving IRC channel to libera.chat

2021-06-14 Thread Jan Nieuwenhuizen
y be useful for others would better be posted to one of the mailing lists. @html -http://webchat.freenode.net; +https://web.libera.chat; method="get" name="f_lily_irc" irc name: - + -- Jan Nieuwenhuizen | GNU LilyPond http://lilyp

Re: Accidentals' font

2020-07-04 Thread Jan Nieuwenhuizen
ond's blackness/heaviness (especially in this era where people have become more accustomed to light engravings) will probaly also overshoot a bit; certainly to my taste. Greetings, Janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: testing out Docker CI scripts?

2020-02-27 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes: > On Sun, Feb 23, 2020 at 4:50 PM Jan Nieuwenhuizen wrote: > >> It looks like the scripts are working though, and we're now looking at a >> picnic here ;-) -- so just ping me if you want me to test something. > > can you try again? The GUILE2

Re: testing out Docker CI scripts?

2020-02-23 Thread Jan Nieuwenhuizen
git add -u git commit -m 'Apply https://codereview.appspot.com/download/issue569390043_555350043.diff' but get the same failure. It looks like the scripts are working though, and we're now looking at a picnic here ;-) -- so just ping me if you want me to test something. Greetings, janneke

Re: testing out Docker CI scripts?

2020-02-23 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys writes: > -james > > On Sun, Feb 23, 2020 at 1:42 PM Han-Wen Nienhuys wrote: >> >> On Sun, Feb 23, 2020 at 1:17 PM Jan Nieuwenhuizen wrote: >> > > Please pull and try again >> > > >> > >> test-git.sh: line 78

Re: testing out Docker CI scripts?

2020-02-23 Thread Jan Nieuwenhuizen
require 'docker login': denied: requested access to the resource is denied [1]13:00:25 janneke@dundal:~/src/lilypond/lilypond-ci [env] --8<---cut here---end--->8--- janneke setup.sh.log.gz Description: Binary data -- Jan Nieuwenhuizen | GNU LilyPond http://li

Re: testing out Docker CI scripts?

2020-02-23 Thread Jan Nieuwenhuizen
d/lilypond-ci/../lilypond-test-results/lilypond-/origin-master/lilypond-seed-ubuntu + mkdir -p /home/janneke/src/lilypond/lilypond-ci/../lilypond-test-results/lilypond-/origin-master/lilypond-seed-ubuntu test-git.sh: line 78: local_repo: unbound variable --8<---cut here---en

Re: packaging lilypond as a docker container?

2020-01-22 Thread Jan Nieuwenhuizen
fq7-hello-2.10/bin/hello.exe Hello, world! the first mingw32 success. Oh well. janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: packaging lilypond as a docker container?

2020-01-22 Thread Jan Nieuwenhuizen
oping a MacOS cross build. Greetings, janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: packaging lilypond as a docker container?

2020-01-22 Thread Jan Nieuwenhuizen
r LilyPond is not making good use of our time. Creating a LilyPond [cross] build that nobody uses is also not very inspiring; so I abandoned/paused the project at the time. You are probably aware that Guix produces generic, relocatable GNU/Linux binaries as well as docker containers. Greetings, jannek

Re: patches for python in gub

2019-01-17 Thread Jan Nieuwenhuizen
strncpy(progpath, path, MAXPATHLEN); joinpath(progpath, prog); +#ifdef __MINGW32__ + strcat(progpath, ext); +#endif -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

Re: patches for python in gub

2019-01-16 Thread Jan Nieuwenhuizen
ll prefix. You may have to keep that bit. janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.or

Re: patches for python in gub

2019-01-16 Thread Jan Nieuwenhuizen
What did you use as the source for those patches, and > what were the reasons to use them? IIRC, Han-Wen and I created patches to cross-build python. Both of us tried at length to get them upstream. At the time, upstream found cross-compiling (esp. to Windows) not a good idea and did not accept th

Re: what happened with janneke/gub on github?

2018-11-21 Thread Jan Nieuwenhuizen
ed all my repositories. janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: GUB

2018-07-10 Thread Jan Nieuwenhuizen
n Windows. > Or is that one of the things that would need to be added to > Guix? Possibly, or that bit could be done outside of Guix. janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://Av

Re: GUB

2018-07-10 Thread Jan Nieuwenhuizen
users] can enjoy and > [the LilyPond community] doesn't have to maintain [the LilyPond > packaging tools] alone." That's more what I meant to say. Maintaining GUB for LilyPond only seems a waste of effort and does not scale. -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Fre

Re: GUB

2018-07-10 Thread Jan Nieuwenhuizen
e, but if we add them to Guix, everyone can enjoy and we don't have to maintain all this ourselves. Greetings, janneke -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com ___ l

Re: [GUB] error while trying to make a darwin cross-compiler

2016-09-11 Thread Jan Nieuwenhuizen
checking whether autoconf works... yes > configure: error: > *** These critical programs are missing or too old: make > *** Check the INSTALL file for required versions. > Command barfed: cd Have a look at the specific config.log > any clue why? it probably has more information

Re: Two people try to get lilypond for 2.0.12, but hit a roadblock

2016-05-14 Thread Jan Nieuwenhuizen
uix package -i lilypond-guile2 to build and install the lilypond package itself. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___

Re: Two people try to get lilypond for 2.0.12, but hit a roadblock

2016-05-14 Thread Jan Nieuwenhuizen
David Kastrup writes: > David Kastrup <d...@gnu.org> writes: > >> Jan Nieuwenhuizen <jann...@gnu.org> writes: > > [...] > > Well, that was intended as a private reply to something I confused with > a personal mail. Not really as material for a public discus

Re: Two people try to get lilypond for 2.0.12, but hit a roadblock

2016-05-13 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: >> In fact, that's the current block on further work making LilyPond >> Guile-2.0 compatible since no developer has gotten an unreleased tree to >> combine with LilyPond, and working on the integration without even being >> able to test is not via

Re: Current status of Guile 2 for lilypond

2016-05-12 Thread Jan Nieuwenhuizen
neke/wip-guile2 branch with some patches to make configure --enable-guile2 work better, by using pkg-config to look for guile-2.0.pc/guile-2.2.pc instead of the very old guile-config thing. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT h

FWD: [RFCv2] build: i686-w64-mingw32: new cross target.

2016-03-27 Thread Jan Nieuwenhuizen
Hi, Just to give you a headsup. It's too early to tell if this will fly, but hello world is there. https://lists.gnu.org/archive/html/guix-devel/2016-03/msg01116.html Greetings, Jan --- Begin Message --- Jan Nieuwenhuizen writes: > I'm working on a cross target in an effort to get

Re: Ceci n'est pas un number

2016-03-04 Thread Jan Nieuwenhuizen
David Kastrup writes: > dak@lola:/usr/local/tmp/lilypond$ guile-1.8 > guile> (number? +nan.0) > #t > nan is short for "not a number". :-) -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | A

Re: Just some short feedback

2015-05-17 Thread Jan Nieuwenhuizen
-- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: GUB and mpfr/mpc

2014-10-28 Thread Jan Nieuwenhuizen
(librestrict, tools) [...] -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: GUB and mpfr/mpc

2014-10-28 Thread Jan Nieuwenhuizen
*** Failed target: tools::librestrict -- Phil Holmes - Original Message - From: Jan Nieuwenhuizen jann...@gnu.org To: Phil Holmes m...@philholmes.net Cc: David Kastrup d...@gnu.org; Federico Bruni fedel...@gmail.com; lilypond-devel@gnu.org Sent: Tuesday, October 28, 2014 10:45 AM

Re: GUB and mpfr/mpc

2014-10-28 Thread Jan Nieuwenhuizen
Phil Holmes writes: Mine is 32 bit in a VM. I'm on 64 bit iron -- however, this hasn't changed in years. Possibly a weird include path that does not use the local kernel_stat.h but takes it fro somewhere else? Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org

Re: GUB and mpfr/mpc

2014-10-26 Thread Jan Nieuwenhuizen
of librestrict (like described) but rather a failure to build librestrict in the first place. Jan? You give me too much credit, as git may tell you. I did add xstatconv.c. Indeed, building librestrict fails; but it works for me. What repository are you using? Greetings, Jan -- Jan

Re: emacs minor mode

2014-09-10 Thread Jan Nieuwenhuizen
and my skills. Are you using the LilyPond mode that we distribute; would you want to take a look at improving that? Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Have git SHA1 ID's changed in the last 5 years?

2014-07-29 Thread Jan Nieuwenhuizen
David Kastrup writes: Han-Wen Nienhuys and Jan Nieuwenhuizen fred # see note below but in my repository no commits authored by fred, so this suggests to me someone rewriting the history of the repository at some point of time in order to get rid of nonsensical author attributions. Yes

Re: Have git SHA1 ID's changed in the last 5 years?

2014-07-29 Thread Jan Nieuwenhuizen
Trevor Daniels writes: I vaguely remember this happening. Old history was imported from SVG at some point, with Fred meaning Han-Wen. There is a break FWIW, fred is me. Jan. -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com

[Daniel Spreadbury] Mystery accidentals in Emmentaler

2014-03-26 Thread Jan Nieuwenhuizen
: Kazunori Kobayashi, Hiroshi Sasaki Registration Court: Hamburg HRB 86534 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/jpeg---End Message--- -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http

Re: Cron 404 report

2014-03-20 Thread Jan Nieuwenhuizen
Francisco Vila writes: 2014-03-20 5:25 GMT+01:00 Jan Nieuwenhuizen jann...@abc.webdev.nl: popularity page [referrer]... [..] This looks very good, but is it true we have zero dead links? We used to have dozens, and some 404s came from wrong links elsewhere in the www, so I

Re: Developing a Dynamic LilyPond

2014-02-23 Thread Jan Nieuwenhuizen
Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Learn from or combine LilyPond Wikipedia entries? [WAS: fixing German's Wikipedia entry of LilyPond]

2014-01-13 Thread Jan Nieuwenhuizen
://??.wikipedia.org/wiki/[GNU_]LilyPond Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org

Re: 3.0?

2014-01-09 Thread Jan Nieuwenhuizen
of MusicXML 4.0; something like that would warrant 3.0. I mean 2.0 followed on 1.8, and now we're already towards .20 We had major language changes and a deep incorporation of Guile, those made good excuses to move away from the 1.0 series. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http

Re: improving our contributing tools and workflow

2013-09-27 Thread Jan Nieuwenhuizen
Graham Percival writes: On Thu, Sep 26, 2013 at 02:05:44PM +0200, Jan Nieuwenhuizen wrote: - plain email-based patch submission using a benevolent dictator, ie, use git the way it was designed and is still used by the creators (linux, git). Are you volunteering to be that benevolent

Re: improving our contributing tools and workflow

2013-09-26 Thread Jan Nieuwenhuizen
, git). Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo

Re: we now have lilypond organization on GitHub

2013-09-25 Thread Jan Nieuwenhuizen
, complain, find a hypothetical problem that is not even yours but of a hypothetical contributor, and suggest fixes for others to implement. Investment: time of core contributors, return until now: 0 lines of code. Please stop it. Send a patch that fixes something for you, or not. Greetings, Jan -- Jan

Re: making SVG output ready for web GUIs

2013-09-23 Thread Jan Nieuwenhuizen
SoundsFromSound writes: Welcome. If you are interested in an online music application, have you looked here yet? -- http://weblily.net/web/guest;jsessionid=CF320C2C6F66038EA5B98FAC59F34B28 Or here http://lilypond.org/schikkers Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond

Re: we now have lilypond organization on GitHub

2013-09-18 Thread Jan Nieuwenhuizen
development. I would much rather use git the way it was designed and used by its designer and many other free software projects, email patches to this list and review through email. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar

Re: we now have lilypond organization on GitHub

2013-09-18 Thread Jan Nieuwenhuizen
://psung.blogspot.nl/2008/06/linus-torvalds-on-git.html Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel

Re: colorful make output! yum!

2013-08-15 Thread Jan Nieuwenhuizen
to remove it again. The thing is, someone needs to support this. If the world changes this needs updates. We'll get bug reports. If you promise to support and maintain it, that also helps. Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http

Re: Windows tutorial

2013-08-15 Thread Jan Nieuwenhuizen
of describing the workaround https://code.google.com/p/lilypond/issues/detail?id=3343q=windowscolspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary until it's identified/fixed, but that seems out of scope for this tutorial. Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org

Re: colorful make output! yum!

2013-08-14 Thread Jan Nieuwenhuizen
be rewritten as a make post-processor (IMHO of course), think make | build/aux/colorful.py Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Finale: why is this not automatic?

2013-08-12 Thread Jan Nieuwenhuizen
FYI, We're not amazing with dynamics alignment, but apparently we're not the only one https://twitter.com/jonsenge/status/367018161549234176 Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: LilyPond.org down?

2013-08-08 Thread Jan Nieuwenhuizen
08c4b0e80428db285ba3865d4ea795fbdf2d17ff Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen jann...@gnu.org Date: Thu, 8 Aug 2013 08:34:12 +0200 Subject: [PATCH] [Web]: Deny rogue crawler AhrefsBot. Fixes web load. The AhrefsBot is checking crawling files every second, including all binaries. This increases

Re: LilyPond.org down?

2013-08-08 Thread Jan Nieuwenhuizen
. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: Make several special characters with or without backslash non-special (issue 12432043)

2013-08-05 Thread Jan Nieuwenhuizen
be in scope for this patch, and how much we want to expose guile into .ly for normal use? Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond

Re: LilyPond.org down?

2013-08-05 Thread Jan Nieuwenhuizen
://freedomonline.com.ng/lilypond-container-depot-closes-nigerian-operation/ Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing

Re: LilyPond.org down?

2013-08-05 Thread Jan Nieuwenhuizen
anything major change, recently? Also, the webmask of files in website/ is still wrong (I asked more than once about this); files are not lilypond-group writable. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: LilyPond.org down?

2013-08-05 Thread Jan Nieuwenhuizen
Graham Percival writes: On Mon, Aug 05, 2013 at 04:37:15PM +0200, Jan Nieuwenhuizen wrote: Did anything major change, recently? Also, the webmask of files in website/ is still wrong (I asked more than once about this); files are not lilypond-group writable. A few years ago, I added

Re: LilyPond.org down?

2013-08-05 Thread Jan Nieuwenhuizen
/notation-big-page.ja.html Apparently, there were files of over 45MB in /tmp Greetings, Jan Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: How are stems created?

2013-07-30 Thread Jan Nieuwenhuizen
); but I guess you found that, what is your question? Jan. -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel

Re: LilyPond internships and LilyPond graduation projects. MusicXMLexport!

2013-06-28 Thread Jan Nieuwenhuizen
in the Netherlands. I would be happy to offer to do this personally - I'm a Fellow of the Institution of Engineering and Technology, and ex-CTO at BT labs and Director of Engineering at Motorola, so could quote those as indicators of ability to endorse your cousin? Nice, thank you. Jan -- Jan

Images from Liedboek with attribution

2013-06-12 Thread Jan Nieuwenhuizen
there is one for choir and one for organ/piano accompaniment. Currently, 140,000 copies are being printed. 1st (40,000) and 2nd (50,000) editions are already sold out. 3rd edition (50,000) with many corrections is planned for mid-July. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http

Re: Images from Liedboek with attribution

2013-06-12 Thread Jan Nieuwenhuizen
James writes: Nice. But where are the images of the score? Ah, but you know what Lily looks like? Added two https://plus.google.com/photos/116907903457895631414/albums/5888676946091255025 Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http

Re: maybe we could use blog.lilypond.org as the blog's address?

2013-06-06 Thread Jan Nieuwenhuizen
, served from either site. However, you'll have to be able to handle the traffic and bandwith. Are you? Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: maybe we could use blog.lilypond.org as the blog's address?

2013-06-06 Thread Jan Nieuwenhuizen
://blog.com;Blog/a /object !-- ![endif]-- /div -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: do we have @lilypond.org email addresses?

2013-06-01 Thread Jan Nieuwenhuizen
a permanent link up to G+ somewhere, btw. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https

Re: do we have @lilypond.org email addresses?

2013-06-01 Thread Jan Nieuwenhuizen
a permanent link up to G+ somewhere, btw. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https

Re: Problem with Ubuntu Raring Ringtail?

2013-05-27 Thread Jan Nieuwenhuizen
: David Kastrup d...@gnu.org Date: Fri Aug 24 11:01:43 2012 +0200 -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list

Re: Problem with Ubuntu Raring Ringtail?

2013-05-27 Thread Jan Nieuwenhuizen
+++-==---= ii ghostscript9.07~dfsg2-0 amd64interpreter for the PostScript la toc.preview.pdf Description: Adobe PDF document -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: New Job

2013-04-09 Thread Jan Nieuwenhuizen
-- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: point-and-click in SVG

2013-04-03 Thread Jan Nieuwenhuizen
? Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: shall we rename X-offset (and similar) to lowercase?

2013-03-25 Thread Jan Nieuwenhuizen
on that too :-) Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: shall we rename X-offset (and similar) to lowercase?

2013-03-23 Thread Jan Nieuwenhuizen
Eluze writes: please also consider making LP fully case-insensitive Why consider stupid ideas? While it was a misguided thing to do with ascii, especially in the era of utf-8 case-insensivity has become an impossible can of worms. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http

Re: GUB usage

2013-03-14 Thread Jan Nieuwenhuizen
on it. Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: GUB usage

2013-03-12 Thread Jan Nieuwenhuizen
gratituous whitespace patches breaks including patches from other archives. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list

Re: Regtest 2.17.13

2013-02-25 Thread Jan Nieuwenhuizen
Phil Holmes writes: I've run my pixel comparator http://philholmes.net/lilypond/regtestresults/2.17.13/ Nice. Is there any reason for not running this as part of the release process in GUB and having it available next to http://lilypond.org/test/ Greetings, Jan -- Jan Nieuwenhuizen

Re: Regtest 2.17.13

2013-02-25 Thread Jan Nieuwenhuizen
does this mean, the sources aren't available for download (in a git archive) under a free software licence? Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Pictures in the docs and website

2013-02-25 Thread Jan Nieuwenhuizen
is bad. Fixing a bug is much better than adding documentation about how to work around it. If you are tempted to document something, start with /why/ Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: Upgrading Python - why not bundle official 2.7 binaries?

2012-12-19 Thread Jan Nieuwenhuizen
are it will be used. Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org

Re: please review: font OFL relicensing

2012-12-19 Thread Jan Nieuwenhuizen
beyond the right margin anyway, I would do it like this: +under the GPL+Font exception and the SIL Open Font License (OFL). +A copy of the OFL is in the file LICENSE.OFL. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar

Re: please review: font OFL relicensing

2012-12-19 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Han-Wen Nienhuys writes: change is here https://codereview.appspot.com/6970046/ +1 One nitpick +under the GPL+Font exception and the SIL Open Font License (OFL). A copy +of the OFL is in the file LICENSE.OFL. There is an end of line space missing

LilyPond used in recent publications

2012-12-18 Thread Jan Nieuwenhuizen
is not feasible, please consider sponsoring one of the LilyPond developers financially link to David here. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: LilyPond used in recent publications

2012-12-18 Thread Jan Nieuwenhuizen
David Kastrup writes: Huh, I don't like this mixture and this either/or. +1 So I'd rather see something along the lines of Much better! Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Re: Interactive compiling

2012-12-08 Thread Jan Nieuwenhuizen
in Schikkers and moving at glacial speed...sadly. I am dreaming to add an html5 display alongside the GTK+ display in Schikkers, so that we might be able to join forces with Scorio.com. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com

Re: stepping down as project manager

2012-10-22 Thread Jan Nieuwenhuizen
very glad to have finally met you in Waltrop. I tried, but could not find a good reason why we did not meet before. All the best and take care, hoping to see you around if your personal life allows for that, Greetings Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org

Re: LilyPond 2.17.4 released

2012-10-08 Thread Jan Nieuwenhuizen
! -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: [GLISS] - alternative viewpoint

2012-09-24 Thread Jan Nieuwenhuizen
embarrassing to document it is certainly a better option than leaving it undocumented. New functionality must come with minimal documentation, otherwise it does not exist. We cannot expect from documentation writers to work from reading the code. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU

Re: [GLISS] - alternative viewpoint

2012-09-15 Thread Jan Nieuwenhuizen
if they're cryptic. Hmm, people may not know that. What if upon error, after the error message, LilyPond prints google's first hit: and by the way, this is what Google thinks about your problem. ;-) Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http

Re: [GLISS] turn xxx.yyy into (xxx yyy)

2012-09-12 Thread Jan Nieuwenhuizen
Werner LEMBERG writes: if we write xxx in LilyPond, this is considered to be a string. I want xxx.yyy.zzz to be a list of strings (xxx yyy zzz). Go! isn't using symbols '(xxx yyy zzz) more scheme-like, schemonic, schemesque? Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond

Re: separate mailing list for fluffiness

2012-09-10 Thread Jan Nieuwenhuizen
discussions? Jan * IRC is also used for focussed meetings and silly standalone questions -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel

Re: irc and hangouts

2012-09-10 Thread Jan Nieuwenhuizen
(plus two people already in the irc channel), so it's certainly worth rescheduling the time if we could get 3 participants. I was half an hour late and apparently missed you 19:30 UTC [for clarity, that't 21:00 CEST/+0200 was 21.30 Waltrop wallclock time]. Jan. -- Jan Nieuwenhuizen jann

Re: how to make decisions?

2012-09-07 Thread Jan Nieuwenhuizen
you find depressing about this. How can we ever hope to get people to suggest LilyPond; by merit only?! Jan but-it's-just-an-innocent-blog-post Nieuwenhuizen -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: how to make decisions?

2012-09-07 Thread Jan Nieuwenhuizen
David Kastrup writes: They shun LilyPond for all the wrong reasons. Well, the wrong reasons are easily countered. And as long as they don't identify the good reasons to avoid LilyPond, we can hopefully fix some of them before they find out ;-) Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU

Re: gerrit - does it allow writing commits using a web interface?

2012-09-07 Thread Jan Nieuwenhuizen
the nice Git patch creation support, and often over personal mail. I just don't git it. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel

Re: gerrit - does it allow writing commits using a web interface?

2012-09-07 Thread Jan Nieuwenhuizen
away as much of the responsibility as we like, for each individual case, by fixing one of 0..3 in place and say: fixed it it for you, see below. Thanks! Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: gerrit - does it allow writing commits using a web interface?

2012-09-07 Thread Jan Nieuwenhuizen
a web tool helps with that. And, of course, you being the main developer right now, if you like the current tools and procedures, that's cool [of course you saw Graham's review results and take learning and discouragement of git-cl/rietvelt etc into account]. Jan -- Jan Nieuwenhuizen jann

Re: how to make decisions?

2012-09-06 Thread Jan Nieuwenhuizen
solutions. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: preliminary GLISS discussions

2012-09-04 Thread Jan Nieuwenhuizen
publishing houses or music libraries, we might have to change our ideas or priorities about creating or dumping to a [supported .ly subset suitable as a] MISF. Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http

Re: preliminary GLISS discussions

2012-09-04 Thread Jan Nieuwenhuizen
. and writing tweaks to a style file... Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl ___ lilypond-devel mailing list lilypond-devel@gnu.org https

Re: [GLISS] differentiating pre/post/neutral commands

2012-09-03 Thread Jan Nieuwenhuizen
for everyone, as musixcml does not preserve printability and arguably also not full musical meaning/content. There is currently no solution for preserving content as well as fine engraving, at least not with a relation between the two. Providing that would be a major win. Jan -- Jan Nieuwenhuizen

  1   2   3   4   5   6   7   8   9   10   >