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 12:42:44 +0100


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

Of course not:

melody = \relative c' {  c4 d e f }

\score {
 <<
 \new Staff { \melody }
 >>
 \layout { }


\score {
 <<
 \new Staff { \melody }
 \new DrumStaff...
 >>
 \midi { }


HTH.
Marek

reply via email to

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