\version "2.16.1" #(set-global-staff-size 16) \include "nederlands.ly" \header { title = "Sonatine I" subtitle = "Drei Sonatines" composer = "Frederik Kuhlau (1786-1832)" opus = "Op.20 no.1-2" meter = "Andante" copyright = "Public Domain" mutopiatitle = "Sonatine I - Andante" mutopiacomposer = "KuhlauF" mutopiainstrument = "Piano" mutopiaopus = "O 20, No. 1: 2" date = "Early 19th Century" source = "B. Schott's Söhnen, 19th Century" style = "Classical" maintainer = "Bas Wassink" maintainerEmail = "basvanlola@zonnet.com" footer = "Mutopia-2013/02/21-233" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-column { \small \line { Sheet music from \with-url #"http://www.MutopiaProject.org" \line { \concat { \teeny www. \normalsize MutopiaProject \teeny .org } \hspace #0.5 } • \hspace #0.5 \italic Free to download, with the \italic freedom to distribute, modify and perform. } \line { \small \line { Typeset using \with-url #"http://www.LilyPond.org" \line { \concat { \teeny www. \normalsize LilyPond \teeny .org }} by \concat { \maintainer . } \hspace #0.5 Reference: \footer } } \line { \teeny \line { This sheet music has been placed in the public domain by the typesetter, for details \concat { see: \hspace #0.3 \with-url #"http://creativecommons.org/licenses/publicdomain" http://creativecommons.org/licenses/publicdomain } } } } } } Global = {\key f\major \time 6/8 \partial 8} dolce = \markup {\italic "dolce"} VoiceI = \relative c' { f16._\p ( a32 c8)_\dolce c c c ( f a,) c8. ( b16 d c bes4) bes'16. ( g32) e4 g16. ( e32) c4 d16. ( bes32) g4 ( gis8) a4 r8 r4 8(\< ~ )\! <<{c'4 ( bes8)} \\ {g8 d e}>> 4 a'16. ( g32) f8..[ ( e32 d16. c32)] b8..[ ( a'32 g16. b,32)] c8[ ] 4 \bar "|." \repeat volta 2 { 16.( 32 4) 16._\markup{\italic "cresc."}( 32 4) 16.( 32 4)\> 8\! 4 \set doubleSlurs = ##t 8( )_\f \set doubleSlurs = ##f 8[ c'16. ( b32 c16. b32] c16.[ b32 c16._ \markup{\italic "dim."} b32 c16. b32)] c8_\dolce c c c ( f a,) c8.[ ( b16 d c)] bes4 a8 g32\< ( fis a g bes a c bes d cis e d)\! f,4 ( 16. g32) f8[ ] 4 } } VoiceII = \relative c { r8 r 4. ~ 4 r8 r r r 4 f,16. ( a32 c8) c c c bes a g4 c8 f,4 r8 \clef treble 8 r \clef bass r [ ] 4 r8 r 4 r8 4 r8 4. 8 4 r8 r ^\p 4. ~ 4 8 4. r8 [ ] 4 } \score { { \context PianoStaff << \set PianoStaff.midiInstrument = "acoustic grand" \set PianoStaff.instrumentName = \markup {\large "Andante."} \context Staff = "up" << \Global \clef treble \context Voice=VcI \VoiceI >> \context Staff = "down" << \Global \clef bass \context Voice=VcII \VoiceII >> >> } \layout { indent = 2.0 \cm } \midi { \tempo 4 = 72 } }