Re: collision barline with accidental

2007-08-20 Thread Werner LEMBERG
> > [git 2007-08-19 13d78fe] > > > > While Joe's latest changes to the horizontal spacing are giving > > good results, here's a special case where it fails. > > Thanks, the spacing part of this issue is fixed. Thanks too! Shall I file a bug report w.r.t. the other accidental issue I've mentioned

Re: collision barline with accidental

2007-08-20 Thread Joe Neeman
On Monday 20 August 2007 15:29, Werner LEMBERG wrote: > [git 2007-08-19 13d78fe] > > While Joe's latest changes to the horizontal spacing are giving good > results, here's a special case where it fails. Thanks, the spacing part of this issue is fixed.

Re: lilypond SVG output

2007-08-20 Thread Stuart Pullinger
Hi Gary, > I'd very much like to see Stuart's patches I'm afraid I can't offer you an easy patch right now - I'm working with an older version of Lilypond and I don't have the time right now to tidy it up. I will look into this soon though. Have you seen my post to the lilypond-user list?: http:/

Broken Spanish documentation

2007-08-20 Thread Paco
Hello all, I don't really if in 2.11.29 the link to the Spanish HTML manual worked, but now in 2.11.30 it is broken. Also, the Spanish PDF lacks of accented characters at all, maybe my last patches were not properly coded as UTF-8? -- Francisco Vila. Badajoz (Spain) http://www.paconet.org __

Re: (no subject)

2007-08-20 Thread Werner LEMBERG
> But one could understand the dashed tie as optional, so this > flat avoids confussion. The first one, yes, but the second one should be never there if the first one is present. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org http

(no subject)

2007-08-20 Thread Francisco Vila Doncel
El lun, 20-08-2007 a las 07:48 +0200, Werner LEMBERG escribió: BTW, this very example exposes another bug in lilypond: There > shouldn't be a flat on the second ces in the second bar. > > But one could understand the dashed tie as optional, so this flat avoids confussion. With solid tie, you're r

Git User's Survey 2007

2007-08-20 Thread Jakub Narebski
Hi all, We would like to ask you a few questions about your use of the GIT version control system. This survey is mainly to understand who is using GIT, how and why. The results will be discussed on the git mailing list and published to the GIT wiki at http://git.or.cz/gitwiki/GitSurvey2007 We'

[PATCH] musicxml2ly: Coding style (getting rid of exceptions, using dict.get (key, default) instead of dict[key])

2007-08-20 Thread Reinhold Kainhofer
Coding style: -) instead of accessing dicts by dict[key], use dict.get (key) -) instead of try:... except KeyError:.. use dict.get (key) and test for None afterwards Cheers, Reinhold -- -- Reinhold Kainhofer, Vienna University of T