Re: dynamics and midi

2008-10-08 Thread Anthony
On Tue, Oct 7, 2008 at 8:50 AM, Grammostola Rosea <[EMAIL PROTECTED]> wrote: > Hi, > > I made some score for my mama for practicing vocals How do I get those > dynamics in the midi output? > I know that dynamics in lilypond generated midi files use the volume controller to create "dynamic

Re: dynamics and midi

2008-10-08 Thread Mats Bengtsson
The dynamics should work automatically in the MIDI output! Doesn't it for you? What LilyPond version? /Mats Grammostola Rosea wrote: Hi, I made some score for my mama for practicing vocals How do I get those dynamics in the midi output? staffSoprano = \new Staff { \time 4/4

dynamics and midi

2008-10-07 Thread Grammostola Rosea
Hi, I made some score for my mama for practicing vocals How do I get those dynamics in the midi output? staffSoprano = \new Staff { \time 4/4 \set Staff.instrumentName="Soprano" \set Staff.midiInstrument="choir aahs" \key d \major \clef treble \relative c'

Re: LilyPond - dynamics and MIDI output

2007-08-25 Thread Philippe Raynaud
> I am not top posting You have your problem (partly) resolved in the documentation D.2.4 Piano centered dynamics. I am also interested in a good MIDI output. At he beginning, I was hiding some dynamics, particularly after a (de)crescendo, but now I prefer writing the dynamics separately from the

LilyPond - dynamics and MIDI output

2007-08-24 Thread Ed Ravin
In piano music, the dynamics written between the upper and lower staves seem to apply to both staves. But in LilyPond's MIDI output, the dynamics are understandably only placed in the staff where they were entered. When the MIDI plays, one staff gets louder and softer in the right places, while t

Re: Question about dynamics and midi

2003-10-02 Thread Mats Bengtsson
It should work to add (untested): \midi{ \translator{ \VoiceContext \remove "Dynamic_performer" } } at the beginning of your file. Mats Ricardo Kirkner wrote: Hi: I am transcribing some choral scores for practicing. What I would want to achieve is to get dynamics into the score

Question about dynamics and midi

2003-10-01 Thread Ricardo Kirkner
Hi:   I am transcribing some choral scores for practicing. What I would want to achieve is to get dynamics into the score so that they are printed out, but when lily creates the midi file that the dynamics are not played.   I want to have plain midi output (no crescendo, no ff no pp, etc) b

Re: piano dynamics and midi

2002-05-11 Thread Rune Zedeler
Peter Dixon wrote: > Any suggestions? Yes. Wait for 1.6 (or download one of the resent 1.5 versions) and check out input/template/piano-dynamics.ly Alternatively you can create two score blocks and do something like (untested but modulo typos it works) upper = \notes ... lower = \notes ...

piano dynamics and midi

2002-05-11 Thread Peter Dixon
I am new to this mailing list. Please let me know (and forgive me) if this one has already been thrashed out. I am setting a piano piece of 4 voices, 300 measures and includes 70 dynamics through the piece. On my first attempt I included the dynamics on the upper voice. The typesetting was fin