lilypond-user
[Top][All Lists]
Advanced

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

Re: Slashes in leadsheets


From: Carl Sorensen
Subject: Re: Slashes in leadsheets
Date: Fri, 10 Feb 2012 13:25:04 +0000
User-agent: Microsoft-MacOutlook/14.10.0.110310

On 2/10/12 3:14 AM, "Francisco Vila" <address@hidden> wrote:

>2012/2/10 Marc Hohl <address@hidden>:
>> 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




reply via email to

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