lilypond-user
[Top][All Lists]
Advanced

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

Re: Special markups


From: Helge Kruse
Subject: Re: Special markups
Date: Tue, 19 May 2009 07:35:00 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16

Carl D. Sorensen wrote:

Perhaps for maximum clarity, we should write this as:

#(define-markup-command (fingernail layout props) ()
  (ly:make-stencil
   (list 'bezier-sandwich
         (list 1.6 1.5 0.4 1.5 0 0 2 0
                0.4 0.75 1.6 0.75 2 0 0 0)
         0.15)
   (cons 0  2)
   (cons 0  1.75)))


I think we just had a discussion where we decided that the '(A . B) syntax
was more confusing than (cons A B) because the period could be overlooked.

For me each is confusing as the other, since I don't understand scheme. Is there any "Scheme in a nutshell", probably especially for Lilypond?


I would like to be able to write such functions. Now I will always have to ask others for such fine support.

Many thanks to all, who give help with my special markups.

Regards,
Helge




reply via email to

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