bug-lilypond
[Top][All Lists]
Advanced

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

Re: error when making a connected path with make-connected-path-stencil


From: David Kastrup
Subject: Re: error when making a connected path with make-connected-path-stencil
Date: Sun, 20 Oct 2013 17:35:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Paul Morris <address@hidden> writes:

> When trying to use the function "make-connected-path-stencil" to create a 
> connected path, setting "connect" to true (#t) leads to this error in the log:
>
> Wrong type argument in position 1 (expecting empty list): closepath
>
> -Paul
>
> %%% EXAMPLE %%%
> \version "2.17.28"
>
> \markup \stencil
> #(make-connected-path-stencil
> '((0 2) (2 2))
> 0.1
> 1
> 1
> #t ;; <-- error if "connect" is set to #t (works fine if set to #f)
> #f)
>
> %%% ERROR LOG %%%
>
> Parsing...
> [...] error: GUILE signaled an error for the expression beginning here

This issue has been entered as
<URL:http://code.google.com/p/lilypond/issues/detail?id=3624> and there
is already a patch proposed.

-- 
David Kastrup




reply via email to

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