Issue 508 in lilypond: request: support 128 durations

2008-12-22 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 508 by lemzwerg: request: support 128 durations http://code.google.com/p/lilypond/issues/detail?id=508 This is now available. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
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 { c'1 d'1 } } } }

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
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

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
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:

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
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

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
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

Re: Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread Mats Bengtsson
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