bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 1428 in lilypond: \book cannot contain \bookpart identifier


From: lilypond
Subject: Issue 1428 in lilypond: \book cannot contain \bookpart identifier
Date: Fri, 26 Nov 2010 00:29:03 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical

New issue 1428 by n.puttock: \book cannot contain \bookpart identifier
http://code.google.com/p/lilypond/issues/detail?id=1428

Placing a \bookpart identifier inside \book causes a segfault:

\version "2.13.41"

mypart = \bookpart {
  \relative c' {
    c1
  }
}

\book {
  \mypart
}

Program received signal SIGSEGV, Segmentation fault.
0x000000000040bcb1 in ly_cdr (x=0x204) at ./include/lily-guile.hh:199
199     inline SCM ly_cdr (SCM x) { return SCM_CDR (x); }
(gdb) bt
#0  0x000000000040bcb1 in ly_cdr (x=0x204) at ./include/lily-guile.hh:199
#1  0x000000000052ec5f in pop_paper (parser=0xae0c80) at lily-parser.cc:275
#2  0x00000000006ea6d8 in yyparse (my_lily_parser=0xae0c80) at parser.yy:669
#3  0x00000000006f5bf2 in Lily_parser::do_yyparse (this=0xae0c80)
    at parser.yy:2546
#4  0x000000000052da75 in Lily_parser::parse_file (this=0xae0c80, init=...,
    name=..., out_name=...) at lily-parser.cc:121




reply via email to

[Prev in Thread] Current Thread [Next in Thread]