Re: Running accessory programs (convert-ly, etc.)

2008-09-12 Thread Valentin Villenave
2008/9/11 Albert Bickford [EMAIL PROTECTED]: However, convert-ly is a python program, not an .exe, so what I had to do was python convert-ly.py -e myfile.ly Greetings, python should be added to your path variable when LilyPond is installed (at least it was the last time I tried). Perhaps

Re: possible error in LilyPond v 2.11.57-1 in XP

2008-09-12 Thread Valentin Villenave
2008/9/11 Arthur Lawrence [EMAIL PROTECTED]: \setTextCresc is not recognised in this version of LilyPond ... hence the usefulness of convert-ly :-) Cheers, Valentin ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: Colliding parenthesis: bug or feature?

2008-09-12 Thread Valentin Villenave
2008/9/12 sdfgsdhdshd [EMAIL PROTECTED]: 2 parenthesis, one opening one closing, are at the same location in the pdf file: bug of feature? Known bug. http://code.google.com/p/lilypond/issues/detail?id=155 Cheers, V. Villenave. ___ bug-lilypond

Re: documentation-files / lilypond-homepage

2008-09-12 Thread Valentin Villenave
2008/8/30 Werner [EMAIL PROTECTED]: Greetings, there's recently been a similar discussion on the French list, so I'm CCing this to John Mandereau in case he'd like to work further on the docs' visibility... I think it would be good, to give the documentation-files names including the version

Colliding parenthesis: bug or feature?

2008-09-12 Thread sdfgsdhdshd
In the code: \parenthesize dod'''? la'4 2 parenthesis, one opening one closing, are at the same location in the pdf file: bug of feature? i tried with many situations, the \parenthesize always collides with the d? b? bb? or dd?. BTW, the fact that in the 2 sets of parenthesis, one is much

Issue 674 in lilypond: a \score with a TabStaff isn't spaced like a \score with a Staff

2008-09-12 Thread codesite-noreply
Issue 674: a \score with a TabStaff isn't spaced like a \score with a Staff http://code.google.com/p/lilypond/issues/detail?id=674 New issue report by v.villenave: %The vertical spacing between TabStaff instantiations %is smaller than between Staff instantiations. \score { { c'4 d' e' f' g'1 }

Re: vert. spaces between staves and TabStaves not the same

2008-09-12 Thread Valentin Villenave
2008/8/31 Till Rettig [EMAIL PROTECTED]: %Reported on the German lilypond forum %The vertical spacing between TabStaff instantiations %is smaller than between Staff instantiations. Hi Till, Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=674 Cheers, Valentin

Issue 675 in lilypond: \partcombine: consecutives crescendos make voices disappear!

2008-09-12 Thread codesite-noreply
Issue 675: \partcombine: consecutives crescendos make voices disappear! http://code.google.com/p/lilypond/issues/detail?id=675 New issue report by v.villenave: % Yet another one with \partcombine: in the following snippet, when % a crescendo is not terminated by a \! or a dynamic, the voice

Re: \! required for consecutive crescendos in \partcombine

2008-09-12 Thread Valentin Villenave
2008/8/31 gnomino [EMAIL PROTECTED]: I'm using LilyPond version 2.11.57. According to the documentation, \! is not required to terminate a crescendo/diminuendo that is terminated by another crescendo/diminuendo. However, in the following snippet, the \partcombine seems to discard the second

Issue 676 in lilypond: unterminated ties should not be rendered in MIDI

2008-09-12 Thread codesite-noreply
Issue 676: unterminated ties should not be rendered in MIDI http://code.google.com/p/lilypond/issues/detail?id=676 New issue report by v.villenave: % In the following snippet, the score looks ok but the MIDI behaves as if % tieWaitForNote was set. \version 2.11.58 \score { { c ~ d c d }

Re: unterminated tie

2008-09-12 Thread Valentin Villenave
2008/9/3 Robin Bannister [EMAIL PROTECTED]: If you change the pitch of one of the notes of a correctly tied pair, but forget to delete the tilde A: the graphic output looks ok (pitch changed, curve removed) B: there is no warning C: midi is messed up Thanks, added as

Issue 676 in lilypond: unterminated ties should not be rendered in MIDI

2008-09-12 Thread codesite-noreply
Issue 676: unterminated ties should not be rendered in MIDI http://code.google.com/p/lilypond/issues/detail?id=676 Comment #1 by v.villenave: Robin Bannister proposes that, at least, unterminated ties could produce a warning message when tieWaitForNote is unset. -- You received this

Issue 666 in lilypond: Setting 'avoid-slur to 'around always places grob outside slur

2008-09-12 Thread codesite-noreply
Issue 666: Setting 'avoid-slur to 'around always places grob outside slur http://code.google.com/p/lilypond/issues/detail?id=666 Comment #2 by v.villenave: Gosh, missed it. Sorry. Looks much better now btw! Issue attribute updates: Status: Fixed Labels: fixed_2_11_58 -- You

Re: Running accessory programs (convert-ly, etc.)

2008-09-12 Thread Trevor Daniels
Graham Percival wrote: On Thu, 11 Sep 2008 16:02:50 + (UTC) Albert Bickford [EMAIL PROTECTED] wrote: convert-ly -e myfile.ly However, convert-ly is a python program, not an .exe, so what I had to do was python convert-ly.py -e myfile.ly I don't know how it works on windows with a

Re: bug report: failure to change working directory under some circumstances

2008-09-12 Thread Valentin Villenave
2008/9/10 Albert Bickford [EMAIL PROTECTED]: Sometimes, when double-clicking on a Lilypond .ly file, the file fails to compile, apparently because of where it is located on the hard drive. Greetings, I cannot reproduce that with the latest development version; can you install it, and check if

Issue 674 in lilypond: a \score with a TabStaff isn't spaced like a \score with a Staff

2008-09-12 Thread codesite-noreply
Issue 674: a \score with a TabStaff isn't spaced like a \score with a Staff http://code.google.com/p/lilypond/issues/detail?id=674 Comment #1 by v.villenave: Oops, forgot the version string: \version 2.11.58 -- You received this message because you are listed in the owner or CC fields of this

Re: Running accessory programs (convert-ly, etc.)

2008-09-12 Thread Valentin Villenave
2008/9/12 Trevor Daniels [EMAIL PROTECTED]: Well, convert-ly works on my system as is, but I can't remember if I fiddled with the paths to python or not. I use python for other things, so I had it installed independently of LilyPond. You do have to execute it in the directory containing the

Issue 675 in lilypond: \partcombine: consecutives crescendos make voices disappear!

2008-09-12 Thread codesite-noreply
Issue 675: \partcombine: consecutives crescendos make voices disappear! http://code.google.com/p/lilypond/issues/detail?id=675 Comment #1 by v.villenave: \version 2.11.58, by the way (don't know what's wrong with me today). -- You received this message because you are listed in the owner or

Re: documentation-files / lilypond-homepage

2008-09-12 Thread Patrick McCarty
On Fri, Sep 12, 2008 at 03:39:20PM +0200, Valentin Villenave wrote: But I don't know, if windows-users can use the tar.bz-file. No they cannot (unless they're already familiar with GNU/Linux). Zip, anyone? :-) They can, but only with third-party programs, like the (amazing) 7-Zip