Re: \transpose causes crash (std::logic_error)

2010-02-10 Thread Dmytro O. Redchuk
У вт, 2010-02-09 у 22:43 +, Kirill пише: The following snippet reproduces the bug. Please, which OS do You use? \version 2.12.3 \new Score { \transpose disis, c {a b c d} } (Interestingly enough, \transpose ceses, c {...} does not cause the crash.) Best, Kirill Sidorov --

Re: \transpose causes crash (std::logic_error)

2010-02-10 Thread Dmytro O. Redchuk
У вт, 2010-02-09 у 22:43 +, Kirill пише: The following snippet reproduces the bug. Thank You, added as 1009: http://code.google.com/p/lilypond/issues/detail?id=1009 \version 2.12.3 \new Score { \transpose disis, c {a b c d} } (Interestingly enough, \transpose ceses, c {...} does

Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Status: Accepted Owner: Labels: Priority-Medium Type-Defect New issue 1009 by brownian.box: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 Reported by Kirill (http://lists.gnu.org/archive/html/bug-lilypond/2010-02/msg00134.html):

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Dmytro O. Redchuk
У пт, 2010-02-05 у 21:17 +0200, Dmytro O. Redchuk пише: Hi. Hi again!-) (Sorry, Cc'ing to bug-lilypond) Well, i'd like to ask again: so, it looks like it will never be possible so far? With the new spacing engine? (i've attached two images, again, by 2.12.3 and 2.13.12, with skylines) If

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Trevor Daniels
Dmytro O. Redchuk wrote Wednesday, February 10, 2010 8:31 AM Well, i'd like to ask again: so, it looks like it will never be possible so far? With the new spacing engine? (i've attached two images, again, by 2.12.3 and 2.13.12, with skylines) Are the attached images the right way round?

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Dmytro O. Redchuk
У ср, 2010-02-10 у 09:23 +, Trevor Daniels пише: Dmytro O. Redchuk wrote Wednesday, February 10, 2010 8:31 AM Well, i'd like to ask again: so, it looks like it will never be possible so far? With the new spacing engine? (i've attached two images, again, by 2.12.3 and 2.13.12,

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Reinhold Kainhofer
Am Mittwoch, 10. Februar 2010 10:23:47 schrieb Trevor Daniels: Dmytro O. Redchuk wrote Wednesday, February 10, 2010 8:31 AM Well, i'd like to ask again: so, it looks like it will never be possible so far? With the new spacing engine? (i've attached two images, again, by 2.12.3 and

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Dmytro O. Redchuk
У ср, 2010-02-10 у 11:54 +0200, Dmytro O. Redchuk пише: And now: *SORRY* --- i have to look closer on this issue. Now in some cases 2.13 behaves exactly as 2.12, so i will try to do more tests and look closer to real scores where this is the problem. Well... it seems to heavily depend on what's

Re: \transpose causes crash (std::logic_error)

2010-02-10 Thread Mats Bengtsson
I notice that you classified it as priority-medium. I haven't followed the recent discussions on bug classifications, but at least previously all crashes were always classified as very serious. /Mats On Wed, 2010-02-10 at 10:12 +0200, Dmytro O. Redchuk wrote: У вт, 2010-02-09 у 22:43 +,

Re: \transpose causes crash (std::logic_error)

2010-02-10 Thread Dmytro O. Redchuk
У ср, 2010-02-10 у 12:08 +0100, Mats Bengtsson пише: I notice that you classified it as priority-medium. I haven't followed the recent discussions on bug classifications, but at least previously all crashes were always classified as very serious. Thank You for Your comment. Yes, i was in doubt

Re: [2.13] Problem with two consecutive interruped lyrics

2010-02-10 Thread Dmytro O. Redchuk
У ср, 2010-02-10 у 12:14 +0100, David Kastrup пише: For example, system has upper singes paused in the first half and lower singers paused in the second half of system. Then this squeezing is just great. In your given example, it looks like an utterly wrong thing to do to make two

Re: Issue 1008 in lilypond: Some warning/error messages are not prefixed with 'warning:'/'error:'

2010-02-10 Thread lilypond
Updates: Labels: Warning Comment #1 on issue 1008 by percival.music.ca: Some warning/error messages are not prefixed with 'warning:'/'error:' http://code.google.com/p/lilypond/issues/detail?id=1008 (No comment was entered for this change.) -- You received this message because you

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Updates: Labels: -Priority-Medium Priority-Critical Comment #1 on issue 1009 by percival.music.ca: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 To be honest, I'm not totally certain if this should be Critical, since it's not a

Page breaking fails for multiline embedded score

2010-02-10 Thread Boris Shingarov
Neil's recent modification to (define-builtin-markup-command (score ...) ...), in scm/define-markup-commands.scm, fixes the bug where only the first system was printed, and now we can have multi-line embedded scores, by vertically stacking the stencils instead of just selecting the first one.

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Comment #2 on issue 1009 by Carl.D.Sorensen: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 disis (without the comma) causes terminate to be called the same as disis, (with the comma) aisis, bisis, disis, and eisis all cause terminate

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread David Kastrup
lilyp...@googlecode.com writes: Comment #2 on issue 1009 by Carl.D.Sorensen: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 disis (without the comma) causes terminate to be called the same as disis, (with the comma) aisis, bisis, disis,

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Comment #3 on issue 1009 by d...@gnu.org: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 I have a hard time picturing what transposing { a b c d } from disis to c should result in. A scale in disis contains disis eisis fisisis gisis aisis

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Comment #4 on issue 1009 by n.puttock: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 I don't get an exception under Ubuntu 9.10 x64, but the warning message is a bit weird: warning: transposition by b��' makes alteration larger than

Re: Page breaking fails for multiline embedded score

2010-02-10 Thread Neil Puttock
On 10 February 2010 13:24, Boris Shingarov b...@shingarov.com wrote: The fix, I believe, is to not perform the (stack-stencils Y DOWN baseline-skip ...) application; instead, leave just the (map paper-system-stencil ...) so each system becomes its own member of the markup list; then let the

Re: Issue 1009 in lilypond: \transpose causes crash (std::logic_error)

2010-02-10 Thread lilypond
Updates: Labels: -Priority-Critical Priority-High Comment #5 on issue 1009 by percival.music.ca: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 I can't speak to Neil's suggestion. As for this issue's priority, I think we've

Re: Page breaking fails for multiline embedded score

2010-02-10 Thread Boris Shingarov
Quoting Neil Puttock n.putt...@gmail.com: If you do this, you'll have to change the \score command to a markup-list command, since a markup command can only return a single stencil Well, you just described all the problems this leads to; so why not relax the rule of markup command