Re: Creating Chorded Notes

2008-07-12 Thread Eric Knapp
'pitch > (ly:make-pitch -1 0 0)) > > Trevor > > > - Original Message - From: "Eric Knapp" <[EMAIL PROTECTED]> > To: "List lilypond-user" > Sent: Saturday, July 12, 2008 3:36 PM > Subject: Creating Chor

Re: Creating Chorded Notes

2008-07-12 Thread Trevor Daniels
tion (ly:make-duration 1 0 1 1) 'pitch (ly:make-pitch -1 0 0)) Trevor - Original Message - From: "Eric Knapp" <[EMAIL PROTECTED]> To: "List lilypond-user" Sent: Saturday, July 12, 2008 3:36 PM Subje

Re: Creating Chorded Notes

2008-07-12 Thread Jonathan Kulp
Maybe you could adjust something in this macro to do it for you. This one makes octaves (it's awesome!!). Jon \version "2.11.47" %LSR This function was contributed by Jay Anderson. #(define (octave-up m t) (let* ((octave (1- t)) (new-note (ly:music-deep-copy m)) (new-pitch (ly:

Creating Chorded Notes

2008-07-12 Thread Eric Knapp
Hi, all. I'm trying to write a music function that creates chorded notes. I'm starting simply and I'm stumped. How would I create this simple music expression in a function? 2 Is there a grob for these? What I'm working on is being able to customize the individual NoteHead and Stem grobs for e