bug-lilypond
[Top][All Lists]
Advanced

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

Re: clipping fails when header has title


From: Mats Bengtsson
Subject: Re: clipping fails when header has title
Date: Fri, 08 Aug 2008 16:44:28 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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