lilypond-user
[Top][All Lists]
Advanced

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

Re: make-connected-path-stencil with variables and connected paths


From: Thomas Morley
Subject: Re: make-connected-path-stencil with variables and connected paths
Date: Sun, 20 Oct 2013 16:10:43 +0200

2013/10/20 Paul Morris <address@hidden>:
> David Kastrup wrote
>> Paul Morris &lt;
>
>> paul@
>
>> &gt; writes:
>>
>>> 2. Setting connect to #t gives this GUILE error (this seems like a bug):
>>> Wrong type argument in position 1 (expecting empty list): closepath
>>
>> Try making a report (including example) focusing just on that problem.
>> Our bug squad is not a team of programmers that can second guess you and
>> construct examples for issue reports themselves, and that can pick
>> several half bugreports apart and make them into separate ones.
>
> Ok, will do.  I was thinking that would be the next step, but thought I
> would ask on the user list first to make sure this wasn't a user error on my
> part before submitting to the bug list.  Point taken on using separate
> messages for separate issues.
>
> For the bug squad, is an example with actual visual output needed for things
> like this?  Or just one that generates errors in the log, and is more
> concise?
>
> Thanks again!
> -Paul



Why not simply:

\markup \stencil
   #(make-connected-path-stencil
    '((0 2) (2 2))
    0.1
    1
    1
    #f ;; <-- error if set to #t
    #t)

Maybe including the error-log

Cheers,
  Harm



reply via email to

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