lilypond-user
[Top][All Lists]
Advanced

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

Re: Programming Question


From: David Nalesnik
Subject: Re: Programming Question
Date: Thu, 18 Sep 2014 07:28:08 -0500



On Thu, Sep 18, 2014 at 7:01 AM, David Nalesnik <address@hidden> wrote:
 
myNoteNames =
#(lambda (size)
   (lambda (grob)


 

#(define (myNoteNames size)
   (lambda (grob)



Or even the cryptic
#(define ((myNoteNames size) grob)

 

Now, if you want to have LilyPond detect the note durations and make the fontsize decisions for you, I don't believe you'll be able to use the NoteNames grob as it stands.

I mean NoteName grob, of course.
 
--David

reply via email to

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