\version "2.12.3" \paper { ragged-last-bottom = ##f } \header { title = "The King of Denmarkes delight" subtitle = " " composer = "Tobias Hume (1607)" } OneUp = { \relative c' { \clef "G_8" \key e \major \time 2/2 \repeat volta 2 { %1 b'8 [gis] fis e4 dis8 e4 | %2 R1 | %3 e8 [cis] b a d4\rest b | %4 b16 [cis dis e] fis16. e32 dis16 cis b8. [a16] gis16 fis e8 | %5 fis8 e4 dis8 e2 | } \repeat volta 2 { %6 dis'8 [dis16 dis] dis8 e dis [b] b' ais16 gis | %7 ais8 [dis,] cis16 b cis8 b2 | %8 b'8 [fis16 gis] fis e dis cis b2 | %9 gis4 gis8 a b cis b4 | %10 cis8\rest a cis4 dis\rest dis8\rest d | %11 cis4 c\rest b2\rest | %12 b4\rest e,16 fis gis a b4 b\rest | %13 b8\rest b b [cis16 d!] e2 | %14 a,,16 [b cis d] e8 e, fis16 [gis a b] cis dis! e cis] | %15 b'4\rest b8\rest b16 cis dis [ cis dis e] fis gis a8 | %16 dis,4\rest b b8 cis16 dis e4 | %17 dis,8 e4 dis8 e2 | } \repeat volta 2 { %18 gis'16 [ais b8~] b16 b ais8 b4 fis8 b16 a! | %19 gis8 fis e4 dis8 [fis] b8. a16 | %20 gis8. [d!16] cis8. b16 a8. [gis16] fis b8 ais16 | %21 8. [fis16~] fis e8 dis16 e8 [e'] d!16 cis b d? | %22 cis2 a'8\rest b a16 [gis fis a] | %23 gis4 b,16\rest a8 gis16 a8 [e'] a | %24 fis [e] fis16 e fis8 2 | } } } OneDown = { \relative c' { %%1 b4\rest dis8 e b4 e | %%2 a,,8 [e] fis e b' [e,] b'4 | %%3 e4\rest 8 e'16 [fis gis a] gis8 e | %%4 s1 | %%5 8 b'4 2 | %%6 s4. e''8 s b s4 | %%7 b8\rest b fis4 2 | %%8 e\rest e8\rest b dis [b] | %%9 e [e,] e' fis gis a gis4 | %%10 fis4. e8 dis e b4 | %%11 b8\rest a gis [e] fis16 [gis a b] cis dis e cis | %%12 dis8 b a4\rest b8\rest b gis [fis] | %%13 e4 a\rest e'8\rest e [cis b] | %%14 s1 | %%15 dis8 b e4 e2\rest | %%16 fis16 [gis a fis] gis8 e gis [fis] e, | %%17 b'4 b 2 %%18 gis'8.\rest gis16 fis8. [e'16] 4 b\rest| %%19 b16\rest b8 [a16~] a gis fis e fis4. b8 | %%20 e [b~] b16 a gis8 fis [e] dis cis | %%21 [a] gis fis 4 a4\rest | %%22 a8\rest a a' [gis] 4 e\rest | %%23 e8\rest e16 [d!] cis8 b 2 | %%24 a'16\rest a 8 4 e e, | } } \score { \new StaffGroup << \new Staff << \new Voice { \voiceOne \OneUp } \new Voice { \voiceTwo \OneDown } >> >> \layout { } }