Am 04.11.2016 um 23:15 schrieb Tobin Chodos:
What's the best way to handle a percussion part that has a lot of
pitched and un-pitched material?

You could have a “pitched” Staff accept not only “pitched” Voices but also DrumVoices:

\version "2.18.2"

\new Staff \with {
  \accepts DrumVoice
} \relative {
  c' d e f
  \new DrumVoice \drummode {
    bd hh sn hh
  }
  g a b c
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to