Re: produce midi drums but hide staff

2012-12-06 Thread vector457
yeah I want to keep the drums in the midi output but not display it in the pdf On 12/06/2012 04:32 PM, Nathan wrote: On Wed, Dec 5, 2012 at 8:07 PM, vector vector...@gmail.com wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
Hello, 2012/12/6 vector457 vector...@gmail.com 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 {

Re: produce midi drums but hide staff

2012-12-06 Thread vector457
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 vector...@gmail.com mailto:vector...@gmail.com yeah I want to keep the drums in

Re: produce midi drums but hide staff

2012-12-06 Thread Marek Klein
2012/12/6 vector457 vector...@gmail.com 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 { } }

Re: produce midi drums but hide staff

2012-12-06 Thread vector457
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

produce midi drums but hide staff

2012-12-05 Thread vector
Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. so far I have this working. But I want to remove the drums completely from the pdf output. ie

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector vector...@gmail.com wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. so far I have this working.

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector vector...@gmail.com wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. D'oh! My bad. I missed the