bug-lilypond
[Top][All Lists]
Advanced

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

MIDI output


From: Mario Bolognani
Subject: MIDI output
Date: Mon, 14 Mar 2011 08:47:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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
                >>      >>
                        
        >> }

...




reply via email to

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