Hello,

2012/12/6 vector457 <[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