\header { composer = "John Dowland"; crossRefNumber = "1"; footnotes = "\\\\Original clef C on first line"; origin = "From The Second Booke of songs or Ayres of 2/ 4/ amd 5/parts: with Tableture for the Lute or orpherian, with the Violl de Gamba."; tagline = "Lily was here 1.3.129 -- automatically converted from ABC"; title = "V. Mourne, mourne,\\\\Canto"; } wordsdefaultV0 = \lyrics { _ _ Mourne, mourne, day is with dark- nesse fled, what heaven then go- vernes earth, oh none, but _ hell in hea- vens stead, choaks with his mistes our mirth. Mourne mourne, looke now for no more day nor night, but that from hell, Then all must as they may in _ darke- nesse _ learne to dwell. But yet this change, must _ needes change our de- light, that thus the sunne, that thus the Sunne, the Sun should _ har- bour with the night. } originalclef=\notes{\clef "mensural2_c1"; } firstnote=\notes{d''1} keysignature=\notes{\key d \dorian;} timesignature=\notes{\time 4/4;} modernclef=\notes{\clef treble;} range=\notes{} incipit=\notes { \property Voice.NoteHead \override #'style = #'mensural \originalclef \property Staff.TimeSignature \override #'style = #'old \keysignature \timesignature \firstnote \bar "|"; % now draw modern clef and key signature in normal font \property Voice.NoteHead \override #'style = #'baroque \context Staff \outputproperty #(make-type-checker 'clef-interface) #'full-size-change = ##t \modernclef \keysignature \property Staff.fontSize = #-1 \property Voice.fontSize = #-1 \property Voice.Stem \override #'transparent = ##t \range \property Staff.fontSize = #0 \property Voice.fontSize = #0 \property Voice.Stem \override #'transparent = ##f \bar "|."; } voicedefault = \notes { \property Staff.noAutoBeaming = ##t \property Score.breakAlignOrder = #'( Left_edge_item Span_bar Breathing_sign Staff_bar Clef_item Key_item time_signature ) \incipit \property Staff.forgetAccidentals = ##t \property Voice.NoteHead \override #'style = #'baroque \property Score.defaultBarType="empty" \property Staff.Custos \override #'style = #'mensural % %MIDI nobarlines \property Staff.TimeSignature \override #'style = #'C \context Staff \outputproperty #(make-type-checker 'clef-interface) #'full-size-change = ##t \property Staff.forceClef = ##t \clef treble; \time 4/4; \key d \dorian; d''1 a'1 \bar "|"; \property Staff.TimeSignature \set #'style = #'1style \time 3/1; fis'2. g'4 a'2 g'1 fis'!2 \bar "|"; e'1 fis'2 b'1. \bar "|"; a'2 a'2 gis'2 a'1. a'2 d''2 c''4 bes'4 a'1. \bar "|"; a'2 g'2 f'2 e'1. \bar "|"; c''1 bes'2 a'2 \property Staff.TimeSignature \override #'style = #'C g'2. g'4 \bar "|"; fis'\breve \bar "|"; \time 4/4; d''1 \property Staff.TimeSignature \set #'style = #'1style a'1 \time 3/1; f'2 e'2 f'2 g'1 f'2 \bar "|"; e'1 a'2 gis'1 a'2 \bar "|"; c''2 b'1 a'1. c''2 b'2 a'2 \property Staff.TimeSignature \override #'style = #'C g'1 f'2 \bar "|"; e'1. f'4 g'4 a'1 g'4 f'4 e'2. e'4 d'1. \bar "|"; \time 4/4; \repeat volta 2 { r4 g'4 a'4 b'4 c''2. b'4. a'8 a'2 g'4 \bar "|"; a'4 f'4 e'2 r4 d''4 d''4 d''4 c''1 r4 bes'4 b'4 b'4 a'4 a'4 d''4 c''8 bes'!8 a'4 g'2 f'4 e'2 d'2. ^\fermata } }\score{ \notes < \addlyrics \context Staff="default" { \$voicedefault } \context Lyrics="default" < { \$wordsdefaultV0 } > > \paper { \translator{ \StaffContext \consists Custos_engraver; } } \midi {} }