Re: PD to lillypond

2008-04-23 Thread Torsten Anders
You might look at fomus http://common-lisp.net/project/fomus/. Best Torsten On Apr 23, 2008, at 3:26 AM, Jaime Oliver wrote: Hello again, I am developing a PD external that formats pairs of pd midi pitches and durations into lilypond scores. do any of you know of other externals / code I s

Re: automatically place bars in a melody

2008-04-23 Thread Mats Bengtsson
Please read at http://lilypond.org/web/devel/participating/bugs on how to report LilyPond bugs. /Mats Jaime Oliver wrote: Hi Graham, thanks for your response, > What doesn't work about it? 1. it doesn't fill the bar to it's full capacity, some 4/4 bars have only 3 quarter notes worth, som

Re: Phrasing Slurs and normal slurs

2008-04-23 Thread Han-Wen Nienhuys
2008/4/22 Werner LEMBERG <[EMAIL PROTECTED]>: > > I was typesetting some music with Lilypond when I got to a bar that > > looked like this: > > > > http://www.nabble.com/file/p16821318/1.jpg > > This is a long-standing bug which is not easy to fix, unfortunately -- > mainly because Han-Wen, ho

Re: Phrasing Slurs and normal slurs

2008-04-23 Thread Werner LEMBERG
> > > I was typesetting some music with Lilypond when I got to a bar that > > > looked like this: > > > > > > http://www.nabble.com/file/p16821318/1.jpg > > You can manually position the phrasing slur a little higher. I > suspect the arc is there because it tries to avoid the slurs at end > an

Re: PD to lillypond

2008-04-23 Thread padovani
How do you plan to deal with durations? It would be nice to have have the choice to write the score with proportional notation (duration would be exactly translated in space between quarter-notes) or quantification of time (with a message that tells your external which possible subdivisions of

Re: SacredHarpHeads: possible solution to major/minor problem

2008-04-23 Thread Neil Puttock
On 23/04/2008, Adrian Mariano <[EMAIL PROTECTED]> wrote: > I think your approach is reasonable. (It should handle the dorian mode > properly.) I tested it in minor mode and dorian mode on some stuff I have > handy and everything looked good. As it happens, I have nothing typed in in > the major,

Re: PD to lillypond

2008-04-23 Thread Jaime Oliver
hello again, > You might look at fomus http://common-lisp.net/project/fomus/. thanks, i was aware of it; it is perfectly relevant. > How do you plan to deal with durations? Well, so far I am feeding integers produced by patches in pd. these integers have a reference duration (like 1 = 16th, 2 =

Looking inside markup

2008-04-23 Thread Peter Chubb
On my quest for better MIDI, I'm trying to deal with alterations on a turn. How do I look `inside' a markup sequence? What I've tried is: (let* ((t (ly:music-property e 'text))) (cond ((equal? t (markup #:line (#:flat))) (set! alteration -1/2)) ((equal? t