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: vector457
Subject: Re: produce midi drums but hide staff
Date: Thu, 06 Dec 2012 22:15:52 +1100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

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