The problem remains in the latest 2.11.x version. The
*-from-1.0.1-to-2.0.1-clip.{pdf,eps}
files are created correctly, but the *.{.ps,pdf} files are empty when
the title is present.
Perhaps this is what triggers the Scheme error message.
/Mats
Derek Poon wrote:
I'm not top posting.
%% An error occurs when making clips when there is a header with a
%% title. When the title is present, the clips are generated
%% successfully, but the full-score layout fails with:
%%
%% ERROR: Wrong type (expecting pair): ()
\version "2.10.33"
% Equivalent to invoking lilypond with the -dclip-systems option
#(ly:set-option 'clip-systems #t)
\paper { ragged-right=##t }
\header { title = "Remove title to make clip work" }
\relative { c1 d }
\layout {
clip-regions = #(list (cons (make-rhythmic-location 1 0 1)
(make-rhythmic-location 2 0 1)))
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond