lilypond-user
[Top][All Lists]
Advanced

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

Re: drummode and notemode


From: David Kastrup
Subject: Re: drummode and notemode
Date: Wed, 29 Aug 2012 21:33:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Curt <address@hidden> writes:

> I have an orchestral film cue where a percussionist waits a few bars,
> plays a few glockenspiel notes, waits several bars, and switches to
> suspended cymbal for a roll. It seems a waste of score space to make
> it two separate staves. But I am having trouble figuring out how to
> switch from \drummode to \notemode in the same staff (or vice versa).
> Here's the shortest example I can come up with that illustrates the
> problem. Is there a way to either put melody notes in a DrumStaff, or
> drummode in a normal Staff? The documentation led me to believe the
> below approach should work (not sure if that's the documentation's
> problem or my problem. :-) ).
>
> Thanks again,
> Curt
>
> \version "2.16.00"
> \include "english.ly"
>
> \drums {
> ss hh
> \clef treble
> \notemode { a b c }
> }

Try

\include "english.ly"

\drums \with { \accepts "Voice" }
{
  ss hh
  \new Voice { \notemode { \clef treble a b c } }
}

-- 
David Kastrup




reply via email to

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