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: David Kastrup
Subject: Re: Changing staff size with custom note head stencils
Date: Fri, 02 Nov 2012 21:45:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

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.
>           lineto .65625 .5
>           lineto 1.5 -.5
>           closepath
>           )
>         'round  
>         'round  
>         #t          
>         )
>     (cons -.1875 1.5)
>     (cons -.5 .5)
> )
>

-- 
David Kastrup




reply via email to

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