Re: Chorded notes

2010-11-03 Thread Jan Warchoł
2010/11/3 Michael Dykes > Jan, > > Would this work since I have already written out my whole score? Also, if > this works fine, do I just inset this at the appropriate place in my bass > score? Yes, it should do just fine. Take a look at the attached file, i've included two changes in it. You s

Re: Chorded notes

2010-11-01 Thread Jan Warchoł
2010/11/1 Michael Dykes > On Mon, Nov 1, 2010 at 3:57 AM, Jan Warchoł < > lemniskata.bernoulli...@gmail.com> wrote: > >> 2010/11/1 Michael Dykes >> >> I have a score for some of my Liturgical Music I am working on, & need the >>> bass to have a C (2nd space-bass clef) quarter note, *and *two eig

Re: Chorded notes

2010-11-01 Thread Jan Warchoł
2010/11/1 Michael Dykes > I have a score for some of my Liturgical Music I am working on, & need the > bass to have a C (2nd space-bass clef) quarter note, *and *two eighth note > C's (the first 2nd space, and the second, middle C) to show to options for > the bass which then continues over the n

Chorded notes

2010-10-31 Thread Michael Dykes
I have a score for some of my Liturgical Music I am working on, & need the bass to have a C (2nd space-bass clef) quarter note, *and *two eighth note C's (the first 2nd space, and the second, middle C) to show to options for the bass which then continues over the next few measures with octave bass

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
c-map (lambda (x) (octavize x arg)) mus)) \relative c' { d e \octaves #-1 { \times 2/3 {f g c }}} % this is an example of the macro in practice Eric Knapp wrote: Hi, all. I'm trying to write a music function that creates chorded notes. I'm starting simply and I'm stumped.

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 NoteHea