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


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

Reply via email to