> I'm not top posting.

% When simultaneous voices occur on a staff
% the MIDI instrument switches to grand piano

\version "2.13.54"

\score { 
        { << 
                        
        \new ChoirStaff <<
        \new Staff \with {fontSize = #+1
        \override StaffSymbol #'staff-space = #1.5 } 
                <<
                \set Staff.midiInstrument = #"church organ"
                \Imd
                >>
        \new Staff \with {fontSize = #+1
        \override StaffSymbol #'staff-space = #1.5 }  
                <<
                \set Staff.midiInstrument = #"church organ"
               \Ims
                >>      >>
                        
        >> }

...


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to