lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: basic question regarding \drummode


From: Malte Meyn
Subject: Re: basic question regarding \drummode
Date: Sat, 5 Nov 2016 12:39:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0



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
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]