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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to