lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing staff size with custom note head stencils


From: Paul Morris
Subject: Re: Changing staff size with custom note head stencils
Date: Sat, 3 Nov 2012 10:29:46 -0400

On Nov 2, 2012, at 4:45 PM, David Kastrup <address@hidden> wrote:

> Paul Morris <address@hidden> writes:
> 
>> On Oct 31, 2012, at 7:11 PM, Paul Morris <address@hidden> wrote:
>> 
>> That worked to avoid the error, but didn't seem quite right (since it
>> didn't seem to matter what values you fed it).  So I checked the
>> LilyPond source code (scm/output-ps.scm), and it seems like this is
>> the better way to do it:
>> 
>> upTriangle =
>> #(ly:make-stencil
>>    '(path 0.09
>>        '(moveto -.1875 -.5
>          ^^^^ this quote seems spurious.

Thanks David, I tried removing it, but I got the following error:

  In expression (moveto -0.1875 -0.5 ...)  [...]  Unbound variable: moveto

-Paul


>>          lineto .65625 .5
>>          lineto 1.5 -.5
>>          closepath
>>          )
>>        'round  
>>        'round  
>>        #t          
>>        )
>>    (cons -.1875 1.5)
>>    (cons -.5 .5)
>> )




reply via email to

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