El 18.02.2009, a las 00:16, Gilles Sadowski escribió:

Hi.

I'd like a "Voice" to be totally invisible (i.e. taking up no space) while
retaining midi output.

Then don't include it in the \score block with a \layout. You can have multiple \score blocks in a file.
\score {
        \new Staff {\bagpipeMusic}
        \layout {}
}
\score {
        <<
                \bagpipeMusic
                \droneMusic
        >>
        \midi {}
}

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

Reply via email to