\version "2.18.0" \header { title = "Etude in A minor" composer = "Johann Kaspar Mertz(1806-1856)" instrument = "Guitar" enteredby = "Emre Akbas" piece = "Allegro" % mutopia headers mutopiacomposer = "MertzJK" mutopiasource = "Unknown" style = "Classical" license = "Public Domain" maintainer = "Emre Akbas" maintainerEmail = "emreakbas@yahoo.com" footer = "Mutopia-2014/02/23-111" copyright = \markup { \override #'(baseline-skip . 0 ) \right-column { \sans \bold \with-url #"http://www.MutopiaProject.org" { \abs-fontsize #9 "Mutopia " \concat { \abs-fontsize #12 \with-color #white \char ##x01C0 \abs-fontsize #9 "Project " } } } \override #'(baseline-skip . 0 ) \center-column { \abs-fontsize #12 \with-color #grey \bold { \char ##x01C0 \char ##x01C0 } } \override #'(baseline-skip . 0 ) \column { \abs-fontsize #8 \sans \concat { " Typeset using " \with-url #"http://www.lilypond.org" "LilyPond" " by " \maintainer " " \char ##x2014 " " \footer } \concat { \concat { \abs-fontsize #8 \sans{ " Placed in the " \with-url #"http://creativecommons.org/licenses/publicdomain" "public domain" " by the typesetter " \char ##x2014 " free to distribute, modify, and perform" } } \abs-fontsize #13 \with-color #white \char ##x01C0 } } } tagline = ##f } \layout { \context { \Voice \override StringNumber #'stencil = ##f \override StrokeFinger #'avoid-slur = #'around \override StrokeFinger #'add-stem-support = ##t } \context { \Staff \override Fingering #'staff-padding = #'() \override Fingering #'add-stem-support = ##t \mergeDifferentlyDottedOn \mergeDifferentlyHeadedOn } \context { \Dynamics \override DynamicTextSpanner #'style = #'none } } #(define RH rightHandFinger) upper = \relative c' { \voiceOne \set strokeFingerOrientations = #'(up) 16[ ] [ ] 4^> e,,8 | a,,16[ a' c e] [( e) ] 4^> e,,8 | a,,16[ a' c e] 4 d,,16[ a' b f'] f4 | % \break 16[ b e] [ ( e) b e] gis,[ e' e, e'] d,[ e' b, e'] a,,16[ a' c e] e[ e e e] e4^> e,,8 | a,,16[ a' c e] f[ ( e) e e] e4^> 8 | % \break g,,16[ \< g' c e] e[ e e e] g2\! | 16[ ] [ ] 4 r4 | e,16[ gis' b e] e[ e e e] e8 b c a | % \break e,16[ gis' b e] e[ e e e] e8^> b c a | e,16[ gis' b e] e8[ ^>] e[ ^>] e[ ^>] | 8[ 16 ] 16[ ] e,[ e' d, e'] c,[ e' b, e'] | % \break %13 a,,16[ a' c e] e[ e e e] e4^> e,,8 | a,,16[ a' c e] e[ e e e] e4^> d,8 | e,,16[ a' c e] e4 | a a, r4^\fermata \bar "|." } lower = \relative c { \voiceTwo a2\p e''8 a,, e4 | a2 e''8 a,, e4 | a4 a''8 \once\stemUp a,, d4 f'8 d, | e4 r8 b' gis e d b | a2 e''8 a,, e4 | a2 e''8 a,, fis4 | 2 r8 16[ ] [ ] | c,2 c4 r4 | e,2\p r8 e[\f e e] | % 10 e2\p r8 e[\f e e] | e4. e8 r8 e8 r8 e8 | e8 dis' e dis e d c b | % 13 a2 e''8 a,, e4 | a2 e''8 a,, d4 | e,4 e''8[ \once\stemUp e,, ] e'''[ \once\stemUp e,,,] d''[ e,,] | c''[ a,] gis'[ e,] a4 r4 } \score { << \new Staff = "Guitar" << \set Staff.midiInstrument = #"acoustic guitar (nylon)" \time 4/4 \key a \minor \clef "treble_8" \context Voice = "upperVoice" \upper \context Voice = "lowerVoice" \lower >> >> \layout { } \midi { \tempo 4 = 76 } }