I can set midi instrument with e.g.

Ms = \relative c' {
 c
 % ...
}
Ma = \relative c' {
 a
 % ...
}
% etc...

\score { \unfoldRepeats
  <<
    %\set Score.midiInstrument = #"church organ" % 20
    %\set Score.midiInstrument = #"electric bass (finger)" % 34
    %\set Score.midiInstrument = #"choir aahs" % 52
    %\set Score.midiInstrument = #"voice oohs" % 53
    %\set Score.midiInstrument = #"tenor sax" % 66

    \new Staff {        
      \set Staff.midiInstrument = #"voice oohs"
      \Ms
    }
    \new Staff { 
      \set Staff.midiInstrument = #"choir aahs"
      \Ma
    }
%...
  >>
  \midi { \tempo 4 = 144 }
}

but can I set where in the stereo left-right sound picture the sound
will be placed ?

Regards,
/Karl Hammar

-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to