|
| From: | lilypond |
| Subject: | Issue 1382 in lilypond: Segfault when setting 'staff-space to 0.0 |
| Date: | Thu, 04 Nov 2010 20:54:40 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical
New issue 1382 by pnorcks: Segfault when setting 'staff-space to 0.0
http://code.google.com/p/lilypond/issues/detail?id=1382
Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-10/msg00580.html
The following snippet ends with a segfault:
%%%
\new Staff \with {
\override StaffSymbol #'staff-space = #0.0
}
\relative c' {
c c c c
}
%%%
| [Prev in Thread] | Current Thread | [Next in Thread] |