lilypond-user
[Top][All Lists]
Advanced

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

Re: drummode and notemode


From: Curt
Subject: Re: drummode and notemode
Date: Wed, 29 Aug 2012 15:20:34 -0700


On Aug 29, 2012, at 2:48 PM, David Kastrup wrote:

Like with the previous example, I am somewhat skeptic that this will
work under all important circumstances, but it looks like a somewhat
feasible hack, and at least seems to do a bit more than my first
proposal.

--
David Kastrup

Going off the definition you found, it looks like something as simple as 
this is working for me.

\version "2.16.00"
\include "english.ly"

\new Staff \with { \accepts "DrumVoice" } \relative c''
{
a! b? c
\clef percussion
\new DrumVoice { \drummode { ss hh }}
}


reply via email to

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