On 05/07/14 13:45, Douglas Ligertwood wrote:
> % This fails with a bus error.
> % I'm uncertain if this should be valid code,
> % but a clearer error message would be helpful.
>
> \version "2.18.2"
>
> \layout {
> \context {
>
On 05/07/14 13:45, Douglas Ligertwood wrote:
> % This fails with a bus error.
> % I'm uncertain if this should be valid code,
> % but a clearer error message would be helpful.
>
> \version "2.18.2"
>
> \layout {
> \context {
>
2014-07-05 14:45 GMT+02:00 Douglas Ligertwood :
> % This fails with a bus error.
> % I'm uncertain if this should be valid code,
> % but a clearer error message would be helpful.
Yep, clear error messages are always preferable
>
> \version "2.18.2"
&g
% This fails with a bus error.
% I'm uncertain if this should be valid code,
% but a clearer error message would be helpful.
\version "2.18.2"
\layout {
\context {
\Voice
\name trebleVoice
\alias Voice
}
Updates:
Status: Verified
Comment #7 on issue 1985 by philehol...@gmail.com: musicxml2ly:
group-symbol none leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985
Confirmed fixed running musicxml2ly from 2.15.28 against that test file
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_28
Comment #6 on issue 1985 by d...@gnu.org: musicxml2ly: group-symbol none
leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985
Pushed as d34f1532c8effd6eacbabb1338d980204531f57c to staging. It is
Updates:
Owner: janek.li...@gmail.com
Comment #5 on issue 1985 by pkx1...@gmail.com: musicxml2ly: group-symbol
none leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985
(No comment was entered for this change
Updates:
Labels: Patch-review
Comment #2 on issue 1985 by lilypond...@gmail.com: musicxml2ly:
group-symbol none leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985#c2
Patchy the autobot says: LGTM.
___
bug-lilypond
Updates:
Status: Started
Labels: Patch-new
Comment #1 on issue 1985 by janek.li...@gmail.com: musicxml2ly:
group-symbol none leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985
patch by Patrick Schmidt here: http://codereview.appspot.com/5303063
y compiles with only one error:
the lack of any graphic output, by way of .pdf or .ps. Is this the error you
are reporting?
Hi Colin,
hm, there aren't any errors reported from musicxml2ly but when I try to compile
the file with v2.15.14 I get:
Interpreting music... Bus error
With
Status: Accepted
Owner:
Labels: Type-Scripts
New issue 1985 by colinpkc...@gmail.com: musicxml2ly: group-symbol none
leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985
Reported by Patrick Schmidt and discussed with Rienhold:
Patrick:
The value 'none
Am 22.10.2011 um 13:32 schrieb Reinhold Kainhofer:
> The culprit is:
> [...]
> % The score definition
> \new StaffGroup \with { systemStartDelimiter = #'f } <<
>\new Staff <<
> [...]
>
> Setting systemStartDelimiter to #'f is just plain wrong (it's the symbol "f",
> not the boolean value, an
to
> compile the file with v2.15.14 I get:
>
> Interpreting music... Bus error
>
> With v2.15.15 I get:
>
> Interpreting music... Segmentation fault
The culprit is:
[...]
% The score definition
\new StaffGroup \with { systemStartDelimiter = #'f } <<
\new Staff
> error: the lack of any graphic output, by way of .pdf or .ps. Is this the
> error you are reporting?
Hi Colin,
hm, there aren't any errors reported from musicxml2ly but when I try to compile
the file with v2.15.14 I get:
Interpreting music... Bus error
With v2.15
On 11-10-19 09:45 AM, Patrick Schmidt wrote:
Hey all,
The value 'none' of the element 'group-symbol'
(none) leads to a bus error when the converted
.ly-file is compiled with LilyPond v2.15.14. The compilation fails. There is no problem
with the conversion and compilatio
Am Wednesday, 19. October 2011, 17:45:23 schrieb Patrick Schmidt:
> Hey all,
>
> The value 'none' of the element 'group-symbol'
> (none) leads to a bus error when the
> converted .ly-file is compiled with LilyPond v2.15.14. The compilation
> fails. There
Hey all,
The value 'none' of the element 'group-symbol'
(none) leads to a bus error when the converted
.ly-file is compiled with LilyPond v2.15.14. The compilation fails. There is no
problem with the conversion and compilation of the other group-symbols (brace,
lin
Updates:
Status: Verified
Comment #25 on issue 818 by PhilEHolmes: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Confirmed that this snippet crashes 2.12.2 and 2.13.31 and does not crash
Updates:
Status: Fixed
Labels: fixed_2_13_34
Comment #24 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Thanks for reviewing the patch, Carl
Comment #23 on issue 818 by Carl.D.Sorensen: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
I think we should move ahead with the patch.
___
bug-lilypond
Comment #22 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Oops, forgot the patch.
http://codereview.appspot.com/2128043
Updates:
Status: Started
Owner: n.puttock
Labels: Patch
Comment #21 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
This appears to have been introduced
On 2 September 2010 09:20, Phil Holmes wrote:
> I've had this sort of behaviour in the dim-and-distant with a compiler bug
> on VMS. I was using 2 pointers pointing to the same memory location, and
> changing the value with pointer 1 then reading it with pointer 2. The
> optmiser didn't spot th
wrote in message
news:20-9567054385019064696-2135885824776537067-lilypond=googlecode@googlecode.com...
Comment #20 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
OK, a
Comment #20 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
OK, a few more notes:
Translators of the wrong type (i.e., performers for an Engraver_group,
engravers for a
Comment #19 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Thanks Graham, you're a star. :)
I knew I had to find out how to prevent the installer stripping debug info,
Comment #17 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Does this help?
(gdb) run foo.ly
Starting program: /home/gperciva/.usr/lilypond/usr/bin/lilypond foo.ly
GNU
Comment #18 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
BTW, I can confirm that adding --disable-optimising stops the segfault from
happening
Updates:
Status: Accepted
Owner: ---
Comment #16 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
(No comment was entered for this change
Comment #14 on issue 818 by percival.music.ca: Bus error when
adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
huh. It works just fine with git lilypond, but fails with GUB
2.13.30.
Seems likely this is due to
Comment #15 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Heh, sorry Graham, I could've worded that question better: I was angling
for tips on doing it myself. :)
I
Comment #14 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
huh. It works just fine with git lilypond, but fails with GUB 2.13.30.
But sorry, it's not feasible
Comment #13 on issue 818 by Carl.D.Sorensen: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
This still runs fine under 2.13.29 on OSX 10.5
___
bug-lilypond
Comment #12 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Hmm, that is interesting. I've just tested it in VirtualBox, and get the
same result.
TBH, I'm pret
Updates:
Labels: -OpSys-Windows
Comment #11 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Good news, everyone!
The original snippet segfaults with lilypond
Updates:
Status: Started
Owner: n.puttock
Comment #10 on issue 818 by n.puttock: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
(No comment was entered for this change.)
--
You received
Updates:
Owner: ---
Comment #9 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
(No comment was entered for this change.)
--
You received this message because
Comment #7 on issue 818 by tdanielsmusic: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Although this crashes for me under native Windows Vista it works correctly
on the
same machine when run under
Comment #6 on issue 818 by Carl.D.Sorensen: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Works fine with 2.13.9 and OSX 10.5 for me.
Carl
--
You received this message because you are listed in the
On Sat, Nov 28, 2009 at 12:45:27AM -, Trevor Daniels wrote:
>
> Trevor Daniels wrote Saturday, November 28, 2009 12:14 AM
>
>> I used 2.13.6, the latest version I had downloaded.
>> I'll download a more recent one and try again.
>
> Fails the same way with 2.13.8 under Vista here:
>
> Can anyon
Updates:
Status: Accepted
Labels: -OpSys-All OpSys-Windows
Comment #5 on issue 818 by percival.music.ca: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Trevor gets a crash on windows
Trevor Daniels wrote Saturday, November 28, 2009 12:14 AM
Graham Percival wrote Friday, November 27, 2009 11:53 PM
Interesting. I'm pretty certain that James is using OSX, so
that's
not at play... but perhaps it was fixed after 2.13.6?
Is the "Application Version" string correct (are you
Graham Percival wrote Friday, November 27, 2009 11:53 PM
Interesting. I'm pretty certain that James is using OSX, so that's
not at play... but perhaps it was fixed after 2.13.6?
Is the "Application Version" string correct (are you using 2.13.6),
or
is there some problem with GUB (i.e. you'r
nal Message ----- From:
> To:
> Sent: Friday, November 27, 2009 11:24 PM
> Subject: Re: Issue 818 in lilypond: Bus error when
> addingInstrument_name_engraver to StaffGroup and outputting MIDI.
>
>
>> Updates:
>> Status: Invalid
>>
>> Comment #4 on issue 818
: 69b6
Additional Information 4: 38b850dcdd1169b3963c1a1b399c00cb
Trevor
- Original Message -
From:
To:
Sent: Friday, November 27, 2009 11:24 PM
Subject: Re: Issue 818 in lilypond: Bus error when
addingInstrument_name_engraver to StaffGroup and outputting MIDI.
Updates:
Status
Updates:
Status: Invalid
Comment #4 on issue 818 by jameseli...@googlemail.com: Bus error when
adding Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
(No comment was entered for this change.)
--
You received this
Updates:
Status: Verified
Comment #3 on issue 818 by jameseli...@googlemail.com: Bus error when
adding Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
I can't reproduce this on 2.12 or 2.13.
--
You received
Comment #2 on issue 818 by reinhold.kainhofer: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
The file compiles just fine with 2.13.7 and 2.12.2 under Linux (Kubuntu)
--
You received this message
Dear Community,
I get a bus error when I try to invoke 2.13.4.1 from the command-line (Mac OS X
10.4.11). I followed the guidelines in the manual "Program Usage" (section
MacOS X on the command line). Compiling ly-files with a texteditor (jEdit)
works just fine.
Thanks for any hin
Comment #1 on issue 818 by a...@arnowaschk.de: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
i cannot reproduce this with my 2.13.1 versions, which run under cygwin and
andlinux
resp.
--
You
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-High OpSys-All
New issue 818 by v.villenave: Bus error when adding
Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818
Any attempt to add the
Updates:
Status: Verified
Comment #5 on issue 713 by v.villenave: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or
Le 23 déc. 08 à 00:18, Mats Bengtsson a écrit :
Works well over here (Linux).
/Mats
Thank you all for testing it.
nicolas
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
Works well over here (Linux).
/Mats
codesite-nore...@google.com wrote:
Updates:
Status: Fixed
Labels: fixed_2_11_66
Comment #2 on issue 713 by nicolas.sceaux: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
May the users having observed the bus error
Comment #4 on issue 713 by n.puttock: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
No problems here with the snippet above, or the files from Graham, Jon and
James.
One thing I noticed was that all the test files worked fine when
optimisation was
Comment #3 on issue 713 by pnorcks: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
The fix works for me, Nicolas. Thanks!
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may
Updates:
Status: Fixed
Labels: fixed_2_11_66
Comment #2 on issue 713 by nicolas.sceaux: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
May the users having observed the bus error or seg fault test this fix
please?
commit
Updates:
Labels: Type-Defect
Comment #1 on issue 713 by nicolas.sceaux: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
In Paper_book::output_aux(), for a parent Paper_book, despite the looping:
for (SCM p = scm_reverse (bookparts_); scm_is_pair (p); p
Status: Accepted
Owner: nicolas.sceaux
New issue 713 by nicolas.sceaux: bus error with \bookpart
http://code.google.com/p/lilypond/issues/detail?id=713
The following snippet may cause a bus error:
\version "2.11.65"
\bookpart {
\score {
\new Staff { \repeat unfold 139
Le 10 déc. 08 à 05:48, Han-Wen Nienhuys a écrit :
Can you verify that valgrind does not complain of your code? You'll
need to silence GUILE GC related warnings.
Still not able to reproduce on GNU/Linux, I'm trying to run valgrind.
Do you have a valgrind suppression file for guile gc ready? The
Le 11 déc. 08 à 01:09, Dan Eble a écrit :
I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4.
This input causes a bus error. If I remove the midi, it does not.
\version "2.11.1"
\score
{
\relative c' { c }
\midi { }
}
This one is fixed in git. Thanks for re
Le 11 déc. 08 à 06:42, Patrick McCarty a écrit :
On Thu, Dec 11, 2008 at 12:09:28AM +, Dan Eble wrote:
I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4.
This input causes a bus error. If I remove the midi, it does not.
\version "2.11.1"
\score
{
\relative c'
On Thu, Dec 11, 2008 at 12:09:28AM +, Dan Eble wrote:
> I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4.
>
> This input causes a bus error. If I remove the midi, it does not.
>
> \version "2.11.1"
>
> \score
> {
> \relative c' { c }
I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4.
This input causes a bus error. If I remove the midi, it does not.
\version "2.11.1"
\score
{
\relative c' { c }
\midi { }
}
Here is a backtrace.
$ gdb /Applications/LilyPond.app/Contents/Resources/bin/lilypond
Le 10 déc. 08 à 05:48, Han-Wen Nienhuys a écrit :
Can you verify that valgrind does not complain of your code? You'll
need to silence GUILE GC related warnings.
I don't have Linux installed, valgrind seems linux only.
... I'm downloading a distro.
___
Can you verify that valgrind does not complain of your code? You'll
need to silence GUILE GC related warnings.
On Tue, Dec 9, 2008 at 6:36 PM, Nicolas Sceaux <[EMAIL PROTECTED]> wrote:
> BDM, I still can't reproduce, and can't see what's wrong in the backtrace.
> Does someone have an idea how I c
Am 10.12.2008 um 00:09 schrieb John Mandereau:
Does someone have an idea how I could reproduce it, maybe changing an
optimization option? (I use -O2)
I don't know, except installing GNU/Linux on your computer :-)
I would say install OSX 10.4, but I think that's already installed
_
Le mardi 09 décembre 2008 à 21:36 +0100, Nicolas Sceaux a écrit :
> BDM, I still can't reproduce, and can't see what's wrong in the
> backtrace.
Might a core dump help?
> Does someone have an idea how I could reproduce it, maybe changing an
> optimization option? (I use -O2)
I don't know, exc
Le 9 déc. 08 à 19:01, Neil Puttock a écrit :
2008/12/9 John Mandereau <[EMAIL PROTECTED]>:
Here's what I get on a Fedora 9 x86_64 box with all recent updates,
compiling scores 1+...+5 (I get no segfault with 1+...+4, and I
also get
a segfault with all 8 scores enabled):
I get exactly the
2008/12/9 John Mandereau <[EMAIL PROTECTED]>:
> Here's what I get on a Fedora 9 x86_64 box with all recent updates,
> compiling scores 1+...+5 (I get no segfault with 1+...+4, and I also get
> a segfault with all 8 scores enabled):
I get exactly the same segfault under Ubuntu 8.10 x86_64 using ei
Hi Nicolas,
Le lundi 08 décembre 2008 à 21:41 +0100, Nicolas Sceaux a écrit :
> Graham, I cannot reproduce the bus error (even compiling the 8
> scores.) Can you run lilypond with gdb and send me a backtrace?
Here's what I get on a Fedora 9 x86_64 box with all recent updates,
compili
On Mon, Dec 08, 2008 at 09:41:58PM +0100, Nicolas Sceaux wrote:
> Le 8 d?c. 08 ? 10:37, Graham Percival a ?crit :
>
>> I've attached a very non-minimal example of a bus error crash with
>> \bookpart. Each \bookpart{} (8 violin duets) works perfectly when
>> compile
Le 8 déc. 08 à 10:37, Graham Percival a écrit :
I've attached a very non-minimal example of a bus error crash with
\bookpart. Each \bookpart{} (8 violin duets) works perfectly when
compiled on their own, but combining them all together leads to
problems.
Graham, I cannot reproduce th
Am 08.12.2008 um 10:37 schrieb Graham Percival:
Hi Nicolas,
I've attached a very non-minimal example of a bus error crash with
\bookpart. Each \bookpart{} (8 violin duets) works perfectly when
compiled on their own, but combining them all together leads to
problems.
For example,
Hi Nicolas,
I've attached a very non-minimal example of a bus error crash with
\bookpart. Each \bookpart{} (8 violin duets) works perfectly when
compiled on their own, but combining them all together leads to
problems.
For example, I can compile pieces 1+2+3 together, or 3+4+5
together wi
Issue 542: bus error ancient music 2.11.36
http://code.google.com/p/lilypond/issues/detail?id=542
Comment #3 by v.villenave:
(No comment was entered for this change.)
Issue attribute updates:
Status: Verified
--
You received this message because you are listed in the owner
or CC
Issue 542: bus error ancient music 2.11.36
http://code.google.com/p/lilypond/issues/detail?id=542
Comment #2 by erlenda:
(No comment was entered for this change.)
Issue attribute updates:
Status: Fixed
--
You received this message because you are listed in the owner
or CC fields of
Issue 542: bus error ancient music 2.11.36
http://code.google.com/p/lilypond/issues/detail?id=542
Comment #1 by erlenda:
I've pushed a fix for this (commit
4ad672fb902dab648521d22b9d5ff018ba40d59b). Please verify.
Issue attribute updates:
Labels: fixed_2_11_38
--
You received
Issue 542: bus error ancient music 2.11.36
http://code.google.com/p/lilypond/issues/detail?id=542
New issue report by gpermus:
% new template causes a bus error. Dunno what's wrong here, but
% bus errors are always serious.
Attachments:
test.ly 4.8 KB
Issue attri
Please always send bus error or segmentation fault problems directly
to the bug-lilypond mailing list (I have done it for this email, as you
can see).
It seems that the problem is that the code that handles the tuplets
needs to have stems available. The solution is to use
\layout{
\context
On 12/17/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Trevor Bača escreveu:
> Hi,
>
> Setting SpacingSpanner #'strict-note-spacing = ##t together with
> \afterGrace causes a bus error.
http://code.google.com/p/lilypond/issues/detail?id=176
(Tried responding directl
Trevor Bača escreveu:
> Hi,
>
> Setting SpacingSpanner #'strict-note-spacing = ##t together with
> \afterGrace causes a bus error.
http://code.google.com/p/lilypond/issues/detail?id=176
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPon
On 12/16/06, Trevor Bača <[EMAIL PROTECTED]> wrote:
Hi,
Setting SpacingSpanner #'strict-note-spacing = ##t together with
\afterGrace causes a bus error.
%%% BEGIN %%%
\version "2.11.2"
\new Staff {
\override Score.SpacingSpanner #'strict-note-spacin
Hi,
Setting SpacingSpanner #'strict-note-spacing = ##t together with
\afterGrace causes a bus error.
%%% BEGIN %%%
\version "2.11.2"
\new Staff {
\override Score.SpacingSpanner #'strict-note-spacing = ##t % CAUSES BUS ERROR
\afterGrace c'4 {c'32 [ c
Trevor Bača escreveu:
Hi,
A skip within a doubly-nested tuplet causes a bus error. For example ...
%%% BEGIN BUG %%%
\version "2.9.26"
\new Staff {
\times 2/3 {
\times 2/3 {
c'8
s4 % THIS IS THE OFFENDING EXPRESSION
}
c'4
c'
Hi,
A skip within a doubly-nested tuplet causes a bus error. For example ...
%%% BEGIN BUG %%%
\version "2.9.26"
\new Staff {
\times 2/3 {
\times 2/3 {
c'8
s4 % THIS IS THE OFFENDING EXPRESSION
}
c'4
c'4
c'4
}
}
%%%
[EMAIL PROTECTED] writes:
> On Wed, 2005-03-23 at 19:43 -0500, Will Oram wrote:
> > While processing PS output for a rather large ly project, lily 2.5.16
> > experiences a bus error. It says so very quietly in normal output mode,
> > so to elaborate in --verbose :
>
On Wed, 2005-03-23 at 19:43 -0500, Will Oram wrote:
> While processing PS output for a rather large ly project, lily 2.5.16
> experiences a bus error. It says so very quietly in normal output mode,
> so to elaborate in --verbose :
> ---
>
> I know outputs like these
[EMAIL PROTECTED] writes:
> While processing PS output for a rather large ly project, lily 2.5.16
> experiences a bus error. It says so very quietly in normal output mode,
> so to elaborate in --verbose :
>
Hmm, that's an odd message. It looks like the sort of the hei
While processing PS output for a rather large ly project, lily 2.5.16
experiences a bus error. It says so very quietly in normal output mode,
so to elaborate in --verbose :
Layout output to `academic.ps'...
[/sw/share/lilypond/2.5.16/ps/music-drawing-routines.ps][/sw/share/
lilypond/2
On Friday 08 October 2004 18.10, Christophe Papazian wrote:
> \score {
> \relative { d1 ~\break d }
> \addlyrics{\lyricmode{a __ }}
> \paper{} }
fixed in 2.3.21.
Erik
___
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinf
Any lyrics spanner over a break make a bus error in 2.3.20
\version "2.3.20"
\score {
\relative { d1 ~\break d }
\addlyrics{\lyricmode{a __ }}
\paper{} }
This is VERY annoying !
Christophe
___
bug-lilypond mailing list
[EMAIL PROTE
I added this to the bug cvs:
%crash critical
[EMAIL PROTECTED]
\version "2.3.11"
\header {
texidoc = "skip appoggiaturas make lily segfault (using debian/sarge)."
}
\notes { \appoggiatura s8 s1 }
On Tuesday 17 August 2004 03.39, Will Oram wrote:
> This reproduces the problem exactly in 2.3.11
;t pull something like this:
s2. | s2. | \appoggiatura s8 s2. | s2. | \break
Or you'll get this:
Calculating line breaks... Bus error
can you send a full bugreport?
--
Han-Wen Nienhuys | [EMAIL PROTECTED] |
http://www.xs4all.nl/~hanwen
Will Oram // Genius @ Large // AIM spamguy21
spamg
94 matches
Mail list logo