On 2/10/12 3:14 AM, "Francisco Vila" <paconet....@gmail.com> wrote:

>2012/2/10 Marc Hohl <m...@hohlart.de>:
>> Am 10.02.2012 09:52, schrieb Francisco Vila:
>>
>>> Hello,
>>> Does anyone know a way of printing slashes instead of chord names when
>>> a chord is repeated?
>>> It would serve as well to be able to print an arbitrary markup in a
>>> chordnames context, instead of letting lilypond to detect repeated
>>> chords automatically (which it currently does not). Here I am
>>> forwarding a question from our Spanish list.
>>
>>
>> Perhaps
>>
>> http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00705.html
>>
>> is of some use here?
>
>Thanks, I think yes, but I obtain Scheme errors.
>
>in
>
>  (width (/ 2 slope))
>  Wrong type:()
>
>and
>
>  (+ width (sqrt (+ (sqr (/ thick slope)) (* thick thick))))))
>  In procedure / in expression (/ thick slope) Wrong type argument in
>position 1: ()
>
>Any ideas? My Scheme is under zero Celsius.

Well, it looks like for the second error thick has not been defined.  And
I would guess (although I don't know for sure, because there's not enough
code shown in your mail) that width is not defined in the first case.
(width (/ 2 slope)) should be used inside the bindings section of a let
block; if it's outside of that context, you're trying to evaluate a
procedure called width.  A likely source of that error would be an extra
right parenthesis on the line above the line that generated the error.

HTH,

Carl


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to