Hi, I'm working on getting lyrics to work with a basic drum beat. If \addlyrics is were it is in my code, Lilypond responds with cannot find voice and the text does not print. If I move \addlyrics within the double less than and greater to symbols the text prints but the second drum voice does not become midi output. I would like to have the complete midi output and the lyrics.
Namaste, Kevin Tough Code: \version "2.18.2" % MinimalDrumWithMidi.ly \include "./sjs_drumconfig.ly" %#(set-global-staff-size 70) \paper { ragged-right = ##f } \header { title = "Minimal Drum With Midi" composer = "EwithM" } \score { \new DrumStaff { << % \set DrumStaff.drumStyleTable = #(alist->hash-table sjsdrums) \new DrumVoice { \stemUp \drummode { hh4 hh hh hh }} \new DrumVoice { \stemDown \drummode {bd4 sn bd sn }} >> \addlyrics { One Two Three Four } } \layout { indent = 0.0\cm } \midi { \tempo 4 = 120 } } _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user