bug-lilypond
[Top][All Lists]
Advanced

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

Re: Segmentation fault: \addquote chokes on \new Voice


From: Marcus Macauley
Subject: Re: Segmentation fault: \addquote chokes on \new Voice
Date: Wed, 11 Oct 2006 19:38:14 -0400
User-agent: Opera Mail/9.00 (Linux)

I just upgraded to 2.9.22 (for Linux), and this bug persists.

So here it is again (below) with the proper version number.

Marcus


\version "2.9.22"

% When lilypond is run on this file, it generates a segmentation fault.
% Apparently \addquote can't handle the \new Voice.
%
% The documentation mentions this --
% "8.3.3 Quoting other voices"
% http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Quoting-other-voices.html
% -- but doesn't say anything about a segmentation fault.
%
% Here's the quote from that documentation page:
% "Only the contents of the first Voice occurring in an \addquote command
% will be considered for quotation, so music can not contain \new and
% \context Voice statements that would switch to a different Voice."

violinmusic = \relative g' { << \new Voice {r4 g f e} \\ {g,2 c} >> }

\addquote violin \violinmusic % comment out this line and it works just fine

\score { \violinmusic
        \layout { ragged-right = ##t }
}




reply via email to

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