Re: xpdf situation with Ubuntu?

2013-10-22 Thread James
Hello, On 22 October 2013 07:51, David Kastrup wrote: > James writes: > > > Hello, > > > > XPDF in Ubuntu 10.04 - my lilydev at home works. version 3.0.2 > > > > xpdf in Linux Mint 15 (Olivia) whatever that is the Ubuntu Equiv (it's > not > > the Debian one) crashes - I think that is 13.04. Ve

Re: xpdf situation with Ubuntu?

2013-10-22 Thread David Kastrup
James writes: > Hello, > > > On 22 October 2013 07:51, David Kastrup wrote: > >> James writes: >> >> > Hello, >> > >> > XPDF in Ubuntu 10.04 - my lilydev at home works. version 3.0.2 >> > >> > xpdf in Linux Mint 15 (Olivia) whatever that is the Ubuntu Equiv (it's >> not >> > the Debian one) cra

Re: xpdf situation with Ubuntu?

2013-10-22 Thread James
On 22/10/13 08:43, David Kastrup wrote: 3.03-10ubuntu1 was a broken version IIRC. Looking at https://launchpad.net/ubuntu/+source/xpdf>, this seems to be the "current" version for Raring Ringtail. Ugh. If you take a look at https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/943195>, you'll n

Re: Linux Audio link to 'Lilypond'

2013-10-22 Thread James
Hello, On 20/10/13 13:56, Phil Holmes wrote: I discussed lilydev3 with GP - he thinks it's too big for LinuxAudio, and for testing purposes it would be best to appeal for a hoster on -user. I assume that's a compressed size? -- Phil Holmes It's an ISO file created by the ISO/Live distibu

Re: xpdf situation with Ubuntu?

2013-10-22 Thread David Kastrup
James writes: > On 22/10/13 08:43, David Kastrup wrote: >> >> 3.03-10ubuntu1 was a broken version IIRC. Looking at >> https://launchpad.net/ubuntu/+source/xpdf>, this seems to be the >> "current" version for Raring Ringtail. Ugh. >> >> If you take a look at >> https://bugs.launchpad.net/ubuntu/

Re: xpdf situation with Ubuntu?

2013-10-22 Thread James
On 22/10/13 12:22, David Kastrup wrote: sudo apt-add-repository ppa:mitya57/ppa sigh.. of course. Yes that worked all fine. I am now able to open a PDF. I'll update the tracker thingy (what a confusing interface launchpad is 'ist es nicht'?) Otherwise \o/ for Dmitry Shachnev James _

Re: epic slur fail!

2013-10-22 Thread Janek Warchoł
As a side-effect of working on improving \shape, i've improved the slur formatting engine itself. Please review: http://code.google.com/p/lilypond/issues/detail?id=3628 https://codereview.appspot.com/15400049 cheers, Janek ___ lilypond-devel mailing lis

Improvements to \offset (issue 15850044)

2013-10-22 Thread david . nalesnik
Reviewers: , Message: Please review. Description: Improvements to \offset Property can be specified with or without #' prefix. Directed tweaks are possible. Regtest: --remove #' prefix before property names --remove unnecessary # before numbers --add example showing directed tweaks Revise do

Re: Improvements to \offset (issue 15850044)

2013-10-22 Thread david . nalesnik
On 2013/10/22 14:26:10, david.nalesnik wrote: Please review. Unfortunately, I'm getting the old chunk mismatch error when I attempt to see the side-by-side diffs. Is there a way to correct this without re-uploading the patch set? https://codereview.appspot.com/15850044/ _

Re: epic slur fail!

2013-10-22 Thread Jean-Charles Malahieude
Le 21/10/2013 23:49, Janek Warchoł disait : Hi, i'm browsing slur formatting code and i found why slurs in these cases { \slurUp d'2( f') \slurDown c''2( e'') } are soo ugly. I facepalmed really hard :-) Expect an awesome patch tomorrow. If it could by chance "ameliorate" t

2.18 release plans (again).

2013-10-22 Thread David Kastrup
Ok, after looking at the current situation and the current patches in review/countdown, I've decided that I'll fork off the stable release branch 2.18 after the current batch in countdown is in master. After that point of time, I'll only cherry-pick patches into the stable branch after having con

Make sure slurs actually avoid stafflines. (issue 15400049)

2013-10-22 Thread lemzwerg
LGTM! Thanks for working on this https://codereview.appspot.com/15400049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: epic slur fail!

2013-10-22 Thread Janek Warchoł
Hi, 2013/10/22 Jean-Charles Malahieude : > If it could by chance "ameliorate" this situation as well: > > \relative c { \clef bass f4( f,) b2 } > > in order to get what Breitkopf proposes, I would thank you SO much! That's a different issue. Maybe i could improve the default formatting of such s

Re: Make sure slurs actually avoid stafflines. (issue 15400049)

2013-10-22 Thread tdanielsmusic
LGTM, at least by inspection (I can't make at present) Understanding this complex area is impressive! Trevor https://codereview.appspot.com/15400049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilyp

Re: Make sure slurs actually avoid stafflines. (issue 15400049)

2013-10-22 Thread k-ohara5a5a
https://codereview.appspot.com/15400049/diff/1/lily/slur-configuration.cc File lily/slur-configuration.cc (left): https://codereview.appspot.com/15400049/diff/1/lily/slur-configuration.cc#oldcode62 lily/slur-configuration.cc:62: but the function was broken: it only moved slurs in one direction

Re: improving our workflow with better tools - let's test things.

2013-10-22 Thread Keith OHara
Janek Warchoł gmail.com> writes: > > I'm back... better late than never. > > Let's try out some code-development platforms and see if using them > would make developing LilyPond easier. GitHub.com is out of question, > so we have to check gitlab.com and gitorious.org. > I tried putting a pat

Re: Make sure slurs actually avoid stafflines. (issue 15400049)

2013-10-22 Thread hanwenn
https://codereview.appspot.com/15400049/diff/1/lily/slur-configuration.cc File lily/slur-configuration.cc (right): https://codereview.appspot.com/15400049/diff/1/lily/slur-configuration.cc#newcode121 lily/slur-configuration.cc:121: Real mid_pts_cor = 0.6 * correction / (3 * (t - (t * t))); this