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 <[email protected] <mailto:[email protected]>>
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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user