\version "1.4.9.uu1" \include "paper20.ly" \header { title = "Menuet" subtitle = "from the Aylesford Pieces" composer = "Georg Friedrich Händel (1685-1759)" meter = "Andantino" tagline = "Typeset using Lilypond 1.4.9.uu1" mutopiatitle = "Menuet" mutopiacomposer = "G. F. Handel (1685-1759)" mutopiainstrument = "Harpsichord" date = "18th century" source = "Edition Schott 1930" style = "Baroque" copyright = "Public Domain" maintainer = "Bas Wassink" maintainerEmail = "basvanlola@hotmail.com" lastupdated = "2002/Jan/07" tagline = "\\parbox{\hsize}{\\thefooter\\quad\\small \\\\This music is part of the Mutopia project, \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset and placed in the public domain by " + \maintainer + ".\\\\Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}" footer = "Mutopia-2002/01/07-161" } Global = \notes {\key d\major \time 3/4 \partial 4} MDI = \notes \relative c'' { \repeat volta 2 { a4-. d e-. fis8 g e4-. d-. a'-. e fis-. g-. fis-. e8 fis d e cis d e16 d e d e d cis d e4 a,8 b cis-. a-. d4 e-. fis-. e-. d-. a'-. e-. fis-. g-. fis-. e8 fis d4-. g fis16 g fis g \times 2/3 {[fis8 g fis]} \partial 2 e2 } \partial 4 e4-. e cis a-. a'2 fis4-. fis e8 d cis b g'2 g4-. g fis-. e-. a-. g8 fis e d e4 a,-. cis-. d2 e4-. e a,-. e'-. fis2 fis4-. fis e-. d-. g2 g4-. g fis-. e-. fis-. g8 fis e d e4-. cis16 d cis d [cis8-. r16 d] \partial 2 d2\fermata \bar "|." } MDII = \notes \relative c' { fis4 fis a d cis b cis fis, g a2 s2 a2. a4 fis b2 b8 cis d2 a a d4 d fis,2 cis fis, b fis cis'4 cis a cis d4 d cis b b2 b4 cis2 a4 } MSI = \notes \relative c { \stemBoth d4-. d' cis-. d-. a-. b-. fis-. g e-. a-. d-. a-. b-. e,-. fis-. d-. a'2 g4 fis e-. d-. cis'-. d-. fis,-. g fis-. e-. d-. a'-. b-. e,-. fis-. d-. a2 a4-. a2 g'4 fis e-. d-. b'2 a4 g fis-. e-. a2 g4 fis-. a-. b-. g a-. a, d-. fis-. a-. a2 a,4-. d fis-. d-. b' cis-. d-. e, fis-. g-. a2 cis4-. d-. } \score {\notes { \context PianoStaff < \property PianoStaff.midiInstrument = "harpsichord" \context Staff = "up" < \property Staff.TimeSignature \override #'style = #'C \Global \clef treble \context Voice=One {\voiceOne\MDI} \context Voice=Two {\voiceTwo\MDII} > \context Staff = "down" < \property Staff.TimeSignature \override #'style = #'C \Global \clef bass \context Voice=One {\voiceOne\MSI} > > } \midi {\tempo 4=84} \paper {} }