bug-lilypond
[Top][All Lists]
Advanced

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

Segfault when using \bookpart


From: Patrick McCarty
Subject: Segfault when using \bookpart
Date: Thu, 18 Dec 2008 12:02:41 -0800

Hello,

See the comments in the LY file below.  The backtrace ends at the same
place as this one:

http://lists.gnu.org/archive/html/bug-lilypond/2008-12/msg00043.html

i.e. in get_column_description at simple-spacer.cc:345


%%% BEGIN %%%
\version "2.11.65"

\bookpart {
  \score {
    \new Staff {
      % change '139' to '138', and no segfault occurs
      \repeat unfold 139 { c'1 d'1 }
    }
  }
}

\bookpart {
  \score {
    \new Staff {
      % change '97' to '96', and no segfault occurs
      \repeat unfold 97 { c'1 d'1 }
    }
  }
}
%%% END %%%

Can anyone reproduce this with the latest git?

Thanks,
Patrick




reply via email to

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