lilypond-user
[Top][All Lists]
Advanced

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

Re: produce midi drums but hide staff


From: Marek Klein
Subject: Re: produce midi drums but hide staff
Date: Thu, 6 Dec 2012 10:48:56 +0100

Hello,

2012/12/6 vector457 <address@hidden>
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

reply via email to

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