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 }
}


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to