\version "2.16.0" #(set-global-staff-size 16) \include "nederlands.ly" \header { title = "La Petite Réunion" subtitle = "Kleine Gesellschaft * Festive Gathering" composer = "Johann Friedrich Franz Burgmüller (1806-1874)" opus = "Opus 100." piece = "25 Etudes faciles" meter = "Allegro non troppo" copyright = "Public Domain" mutopiatitle = "La Petite Réunion" mutopiacomposer = "BurgmullerJFF" mutopiainstrument = "Piano" date = "19th Century" source = "Collection Litolff, 19th Century" style = "Romantic" maintainer = "Bas Wassink" maintainerEmail = "basvanlola@zonnet.com" footer = "Mutopia-2013/01/12-219" 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 c\major \time 4/4} Treble = \clef treble Bass = \clef bass VoiceI = \relative c'' { \stemNeutral \slurNeutral \tieNeutral r1 8-.\> -. -. -. -. -. -. -.\! 4 r r2 8-.\> -. -. -. -. -. -. -.\! 4 r -. r -. r -. r\fermata \repeat volta 2 { 4(_\sf\> 8 )\! 4(_\p 8 4 8 4) 8( ) 4( 8 4) 8( )-.\< -. -. -. -. -. -. -.\! 4(_\sf\> 8 )\! 4(_\p 8 4 8 4) 8( ) 4_\f 8 4 8 4 e8 ( d c4) r } \repeat volta 2 { r1 4( 8 ) 4( 8 ) 2 r 4(\cresc 8\! ) 4( 8 ) 4 8( 2 ~ 4) 8( 2 ~ 4) 8( 4) 8( 4)-. 8-.\< -. -. -. -. -.\! 4(_\sf\> 8 )\! 4(_\p 8 4 8 4) 8( ) 4( 8 4) 8( )-.\< -. -. -. -. -. -. -.\! 4(_\sf\> 8 )\! 4(_\p 8 4 8 4) 8( ) 4_\f 8 4 8 4 e8 ( d c4) r } } VoiceII = \relative c' { \stemNeutral \slurNeutral \tieNeutral g4-4^\p ( a8 b c4 e,8 f g1) g4-4 ( a8 b c e, b' a g1) c,4 r a'-.^\f r f-. r g-. r_\fermata \slurDown c,2 f4-3 ( a-2 c2)-1 c, a'-1 d, g1-1 c,2 f4-3 ( a-2 c2)-1 c, f g \slurUp c,4 g'8 ( f 4 r) \slurDown (^\p 8 ) 4( 8 ) 2 r 4( 8 ) 4( 8 ) 4( 8 ) 4( 8 ) 4 r r \Treble as'4 ( g) r r \Bass \slurNeutral as, ( g) r r2 r1 c,2 f4 ( a c2) c, a' d, g1 c,2 f4 ( a c2) c, f g \slurUp c,4 g'8 ( f 4) r } \score { { \context PianoStaff << \set PianoStaff.midiInstrument = "acoustic grand" \set PianoStaff.instrumentName = \markup{\large "4."} \context Staff = "up" << \Global \clef treble \context Voice=VcI \VoiceI >> \context Staff = "down" << \Global \clef bass \context Voice=VcII \VoiceII >> >> } \layout {} \midi { \tempo 4 = 152 } }