\version "2.10.25" %original key C dorian \header{ title = "Judith and Holifernes" composer = "Michael Wise" copyright = "© Serpent Publications 2007 www.laymusic.org" tagline = "Transcribed on August 17, 2007" } words = \lyricmode { When Ju -- dith ap -- proach'd Ho -- li -- fer -- nes in bed, She pull'd out his fal -- chion and cut off his head; The rea -- son is plain, he'd have made her his whore, So she cut off his head as I told you be -- fore, as I told you be -- fore. } music = { \set Staff.autoBeaming = ##f \set Staff.midiInstrument = "oboe" \override Staff.TimeSignature #'style = #'single-digit \override Staff.TimeSignature #'stencil = #(makeTimesigFn "3") \time 3/4 \key d \minor \relative c' { \partial 4 g4 d'4. c8 d4 g4. f8 g4 a4. g8 a4 bes2 bes4 a4. bes8 c4 fis, d \bar "||" g a4. g8 fis4 g2 bes4 c4. c8 f4 d4. c8 d4 es4. d8 c4 a2 \bar "||" bes8 c fis,4. g8 a4 bes4. a8 g4 f4. es8 f4 bes,4. a8 bes4 c4. d8 es4 d2 \bar "|." } } \score{ << \context Staff="default" { \music } \addlyrics{ \words } >> \layout { \context { \Voice \consists Ambitus_engraver } \context{ \Staff \consists Custos_engraver } } \midi {} } % Local Variables: % coding: utf-8 % End: