That would mean Id have to write out the pitch notes (ie new staff) twice?
once for the layout and then again with the drums for the  midi.

On 12/06/2012 08:48 PM, Marek Klein wrote:
Hello,

2012/12/6 vector457 <[email protected] <mailto:[email protected]>>

    yeah I want to keep the drums in the midi output but not display
    it in the pdf


You can have separate \score blocks for layout and for midi - this way you can get what you want. Like this:

\score {
  \new Staff.......
\layout {}
}
\score {
  \new Staff.......
  \new DrumStaff....
\midi {}
}

Marek
http://gregoriana.sk

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

Reply via email to