lilypond-user
[Top][All Lists]
Advanced

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

Re: Drum parts with lyrics


From: Marc Hohl
Subject: Re: Drum parts with lyrics
Date: Mon, 22 Oct 2012 09:49:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

Am 22.10.2012 05:45, schrieb Fred Perloff:

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 { }

}

This works for me:

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 {
  \new DrumVoice = "foo" { \drum }
}
\new Lyrics \lyricsto "foo" { \verse  }
>>
}

HTH,

Marc




reply via email to

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