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

2010-03-02 Thread lilypond
Updates: Status: Verified Comment #8 on issue 1009 by v.villenave: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

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

2010-02-21 Thread lilypond
Updates: Status: Started Owner: n.puttock Comment #6 on issue 1009 by n.puttock: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 (No comment was entered for this change.) -- You received this message because you are listed

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

2010-02-21 Thread lilypond
Updates: Status: Fixed Labels: fixed_2_13_14 Comment #7 on issue 1009 by n.puttock: \transpose causes crash (std::logic_error) http://code.google.com/p/lilypond/issues/detail?id=1009 (No comment was entered for this change.) -- You received this message because you

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: \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: 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

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: 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

\transpose causes crash (std::logic_error)

2010-02-09 Thread Kirill
The following snippet reproduces the bug. \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 ___ bug-lilypond mailing list