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: Fri, 07 Dec 2012 08:24:56 +1100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

Thanks Marek,
I had been doing as you indicate. And, after thinking it thru, "duplicating" like this is far more flexible than my thoughts of a "switch" on off like command, especially when the score gets more complicated.
cheers


On 12/06/2012 10:42 PM, Marek Klein wrote:

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]