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

[email protected]

 

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to