Re: Problems after installing

2008-03-02 Thread Mats Bengtsson
It seems you didn't manage to convince your text editor to use the correct file suffix, since your file is called test.ly.ly instead of test.ly. If you used the LilyPad editor that's started when you double-click on the LilyPond icon, my guess is that you should not manually specify the file name

Re: pas de son midi= no sound with kmid

2008-03-02 Thread Valentin Villenave
[Redirecting to -user-fr] Bonjour, - tout d'abord, bienvenue sur cette liste de discussion qui est hélas en anglais. Il existe cependant une liste spécialement consacrée aux utilisateurs francophones de LilyPond : plus d'informations sur http://lists.gnu.org/mailman/listinfo/lilypond-user-fr -

Bass figures collapsing

2008-03-02 Thread Mats Bengtsson
There's a regression bug in the handling of figured bass. If you use extender lines and only one of two simultaneous figures is extended, then the two figures are written on top of each other. Example \version 2.11.41 \new FiguredBass \figuremode{ \set useBassFigureExtenders = ##t 4 6 4 }

Issue 585 in lilypond: Regression: Bass figures collapsing

2008-03-02 Thread codesite-noreply
Issue 585: Regression: Bass figures collapsing http://code.google.com/p/lilypond/issues/detail?id=585 New issue report by v.villenave: % There's a regression bug in the handling of figured bass. % If you use extender lines and only one of two simultaneous % figures is extended, then the two

Re: Bass figures collapsing

2008-03-02 Thread Valentin Villenave
2008/3/2, Mats Bengtsson [EMAIL PROTECTED]: There's a regression bug in the handling of figured bass. Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=585 As my mentor G.P. once said: When someone as competent as Mats reports a bug, just go ahead and blindly copy it verbatim

uneven bars in alternate repeats

2008-03-02 Thread John Rehwinkel
If I have an alternative with a note sticking out above the staff, LilyPond moves the marker for that alternative up to avoid collision (as it should). However, it doesn't move the marker for other alternatives, which gives an uneven look. \version 2.10.33 \paper{ ragged-right=##t } \relative

Re: page-count only works with an even number of pages

2008-03-02 Thread Francisco Vila
2008/3/1, Joe Neeman [EMAIL PROTECTED]: On Wed, 2008-02-27 at 20:43 +0100, Wilbert Berendsen wrote: Hi, when I set \paper { page-count = 7 } (very current LilyPond) it *says* 'Fitting music on 7 pages', but it actually *prints* 6 pages. Same with 5: it *says* 5, but prints 4. I

Re: Issue 540 in lilypond: programming error: 'cruelty to springs' and irregular spacing.

2008-03-02 Thread Wilbert Berendsen
Op woensdag 27 februari 2008, schreef [EMAIL PROTECTED]: (gdb) b programming_error(std::string) and get the backtrace when it hits the breakpoint. I posted the backtrace, but found google's mail in my spambox :-) this is just to let you in case the same happened to other people :)

Tuplet brackets appear when I've asked them not to

2008-03-02 Thread lily
Hi, According to the doc, to suppress a tuplet number and bracket you do \override TupletNumber #'transparent = ##t This works only in the absence of grace notes. \version 2.10.10 \score { \context Staff \relative c'' { \override TupletNumber #'transparent = ##t

Re: page-count only works with an even number of pages

2008-03-02 Thread Valentin Villenave
2008/3/3, Francisco Vila [EMAIL PROTECTED]: Effectively it says '5' and prints 4. Put fewer measures (e.g. 400) and it prints actually 5. Strange! Indeed. IIRC in previous versions it used to never mention he actual precise number, but instead it always said printing music on 4 or 5

Re: page-count only works with an even number of pages

2008-03-02 Thread Joe Neeman
On Mon, Mar 3, 2008 at 9:34 AM, Valentin Villenave [EMAIL PROTECTED] wrote: 2008/3/3, Francisco Vila [EMAIL PROTECTED]: Effectively it says '5' and prints 4. Put fewer measures (e.g. 400) and it prints actually 5. Strange! I don't think that my fix was in time for 2.11.41; please test

Issue 540 in lilypond: programming error: 'cruelty to springs' and irregular spacing.

2008-03-02 Thread codesite-noreply
Issue 540: programming error: 'cruelty to springs' and irregular spacing. http://code.google.com/p/lilypond/issues/detail?id=540 Comment #13 by joeneeman: Thanks, but the backtrace isn't very illuminating -- I have re-read the code many times and what you get shouldn't happen. I do have a patch

Re: Tuplet brackets appear when I've asked them not to

2008-03-02 Thread Graham Percival
On Mon, 03 Mar 2008 10:48:37 +1100 [EMAIL PROTECTED] wrote: It'd be worth a note in the documentation, I think, to say under what circumstances a tuplet bracket appears, and how to suppress it. I could go with that. Trevor? Maybe add one more example, with rests or something, which