\header { title = "Etude 14" piece = "Allegretto" opus = "Op. 60, No. 14" composer = "Matteo Carcassi" mutopiatitle = "Etude 14" mutopiacomposer = "CarcassiM" mutopiaopus = "O 60" mutopiainstrument = "Guitar" date = "19th C." source = "Not known" style = "Classical" copyright = "Public Domain" maintainer = "jeff covey" maintainerEmail = "jeff.covey@pobox.com" maintainerWeb = "http://pobox.com/~jeff.covey/" lastupdated = "2003/May/12" } %{ i know that piece = "tempo" isn't correct, but it looks better than attaching it to the first note. %} \version "1.7.28" global = { \set Staff.midiInstrument = "acoustic guitar (nylon)" \set Staff.transposing = -12 % guitar music actually sounds an % octave lower than written. \property Staff.instrument = "Guitar" \notes { \clef violin \time 2/4 \key d \major \skip 2*40 \bar "|." } } melody = \notes \relative c'' { \stemUp d16 fis e d cis b a g fis g a b cis d e fis g fis e fis g e a g fis g a g fis g e fis d e fis e d cis b a gis a b cis d e fis gis a cis b a gis b a gis a cis e cis a8 r % 9 } bass = \notes \relative c' { \stemDown d2 d a d b e, a4 e a2 % 9 } \score { \context Staff = guitar < \global \context Voice=melody { \melody } \context Voice=bass { \bass } > \paper { } \midi { \tempo 4=84 } }