2012/12/6 vector457 <[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

Reply via email to