lilypond-user
[Top][All Lists]
Advanced

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

Drum parts with lyrics


From: Fred Perloff
Subject: Drum parts with lyrics
Date: Sun, 21 Oct 2012 20:45:44 -0700

I have a drum part I’ve encoded in drummode. I want to add lyrics (these are mnemonics for the drum rhythm). The following snippet produced the drum part on the treble clef (bad) with the lyrics underneath (good). Can I get the drum parts on the drum clef with the lyrics underneath?

 

drum = \drummode {

sn8^\markup{ R } sn16^\markup { R } sn16^\markup { L } hh8^\markup { R } hh8^\markup { L } hh4^\markup { R } hh4^\markup { R }

}

verse = \lyricmode {

I've got a friend who's la- zy

}

\score {

\new DrumStaff {

\drum

}

\addlyrics {

\verse

            }

\layout { }

}

 

Fred Perloff

address@hidden

 


reply via email to

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