Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High
New issue 1427 by PhilEHolmes: \bookpart stored in a variable can't contain
markup
http://code.google.com/p/lilypond/issues/detail?id=1427
Reinhold Kainhofer reported:
It is possible to store a \bookpart in a variable and later insert it where
you like (just like you can store a \score or a \markup in a variable).
However, if the \bookpart contains a \markup, then LilyPond will crash.
\version "2.13.40"
mypart = \bookpart {
\relative c' { c1 }
% If the bookpart contains a markup, then lily crashes. If you comment
% the markup, everything works fine:
\markup { asdf }
}
% This crashes lilypond:
\bookpart { \mypart }
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond