\header { updated = "Last changed: Wed 22 Jun 2005 04:40:41 PM EDT" title = "Fughetta" subtitle = "for two guitars" piece = "Allegro" composer = "Ferdinando Carulli (1770-1841)" mutopiatitle = "Fughetta" mutopiacomposer = "CarulliF" mutopiainstrument = "Guitar, Guitar" date = "19th C." source = "Unknown" style = "Classical" copyright = "Creative Commons Attribution-ShareAlike 2.0" maintainer = "jeff covey" maintainerEmail = "jeff.covey@pobox.com" maintainerWeb = "http://pobox.com/~jeff.covey/" lastupdated = "2005/June/22" footer = "Mutopia-2005/06/28-568" tagline = "\\raisebox{8mm}{\\parbox{188mm}{\\thefooter\\quad\\small\\noindent " + \footer + " \\hspace{\\stretch{1}} This music is part of the Mutopia project: \\hspace{\\stretch{1}} \\texttt{http://www.MutopiaProject.org/}\\\\ \\makebox[188mm][c]{It has been typeset by " + \maintainer + ". Copyright \\copyright \\ The Mutopia Project \\& "+ \maintainer + " 2005.} \\makebox[188mm][c]{\\footnotesize This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of that license visit} \\makebox[188mm][c]{\\texttt{http://creativecommons.org/licenses/by-sa/2.0/} \\footnotesize or write to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.}}}" } \version "2.4.0" global = { \set Staff.midiInstrument = "acoustic guitar (nylon)" \transposition c \key d \major \time 2/4 \skip 2*48 \bar "|." } guitarone = \relative c'' { a4 g fis8 e fis d cis b cis a d4 fis b a cis d b8 a g fis fis4 e % 9 a cis <> d8 fis <> e8 g <> d g fis e fis g8 fis e d <> cis % 17 b dis <> e8 g fis4 fis8 a <> e a, g fis8 e fis d cis b cis a d4 fis fis ais b b8 d cis4 cis8 e d4 b % 29 e, d cis8 b cis a gis fis gis e a4 cis a' cis <> d8 fis <> e8 g <> d % 37 a' a b8 b, b'4 g g a8 a, a'4 fis fis g8 g, g'4 e e fis8 fis, fis'4 d d <> g' fis e <> fis <> cis <> r } guitartwo = \relative c'' { R2*8 a4 g fis8 e fis d cis b cis a d4 fis b a cis d b8 a g fis fis4 e % 17 b' a g8 fis g e dis cis dis b e4 g a cis <> d8 fis <> e8 g <> d % 25 fis, e d8 cis d b ais gis ais fis b4 d e gis <> a8 cis <> b8 d <> a % 33 a g fis8 e fis d cis b cis a d4 fis % 37 d8 d' fis d g, dis e d cis cis' e cis fis, cis d cis b b' d b e, bis cis b a a' cis a d, d' a fis b, fis' b, fis' g, b' a g fis a g e d4 r } \score { \new StaffGroup << \new Staff << \global \guitarone >> \new Staff << \global \guitartwo >> >> \layout { } \midi { \tempo 8=228 } }