bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1427 in lilypond: \bookpart stored in a variable can't contain mar


From: lilypond
Subject: Issue 1427 in lilypond: \bookpart stored in a variable can't contain markup
Date: Wed, 24 Nov 2010 15:54:34 +0000

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 }





reply via email to

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