lilypond-user
[Top][All Lists]
Advanced

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

Orchestra MIDI: More


From: Will Oram
Subject: Orchestra MIDI: More
Date: Wed, 03 Dec 2003 18:06:51 -0500

After some experimentation, I found that the flute MIDI voice is there, it's just insanely soft. Even at forte, it's near inaudible with my speakers turned up to max.

Any way to turn up the general volume of this voice without using \fffffffffffff?

Thanks.

---
My original message:

I'm working on a rerendition of the Fidelio Overture. As it's my first work with orchestral scores, I'm doing a few test lines using only Oboe and Flute.

The output renders fine, but the MIDI only plays the Oboe part. There's no diff between the two parts, particularly because all the MIDI commands occur in the centre file.

This is the entirety of the main file. (Except for the many many instruments I commented out until I finish the Flute/Oboe lines.)

\include "flauti.ly"
\include "oboi.ly"

\score {
  <<
    \context StaffGroup ="woodwinds" <<
      \context Staff ="flauti" <<
        \property Score.MetronomeMark \override #'transparent = ##t
        \property Staff.midiInstrument = #"flute"
                \property Staff.instrument = \markup { \center < "2 Flauti" > }
                \theFlutes
                >>

      \context Staff ="oboi" <<
        \property Staff.midiInstrument = #"oboe"
        \property Staff.instrument = \markup { \center < "2 Oboi" > }
        \theOboes
        >>
  >>

\midi { \tempo 4 = 280 }
  \paper {
        \paperSixteen
    \translator {
      \RemoveEmptyStaffContext
    }
    \translator {
      \OrchestralScoreContext
    }
  }
}

Thanks.

Will Oram
address@hidden // address@hidden // AIM spamguy21





reply via email to

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