\version "2.18.2" \header { composer = "Czerny, C." mutopiacomposer = "CzernyC" title = "160 Eight-Measure Exercises" mutopiatitle = "160 Eight-Measure Exercises, No. 1" opus = "Op. 821" mutopiaopus = "Op. 821, No. 1" source = "IMLSP; Leipzig: Edition Peters, n.d.[1888]. Plate 6990-6993." style = "Technique" license = "Public Domain" maintainer = "Manuel Castejon Limas" maintainerWeb = "https://github.com/mcasl/Czerny" mutopiainstrument = "Piano" footer = "Mutopia-2015/11/06-2060" 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 #11.9 \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 } %--------Definitions global = { \key c \major \time 4/4 } exerciseNumber = "1." upperStaff = { \tempo "Allegro" 16 16 f'' g'' 16 f'' 16 e'' 16 16 b'' c''' 16 b'' 16 a'' | %1 16 16 g'' a'' 16 g'' e'' f'' d'' 16 e'' f'' 16 e'' c'' d'' | %2 16-\cresc 16 c'' d'' 16 c'' a' b' 16 16 a' b' g' a' f' g' | %3 16 16 f' g' e' f' d' e' 16 16 d' e' c' d' b c' | %4 <> \f 16 16 cis' 16 16 f' e' 16 16 a' gis' 16 16 16 cis'' 16 | %5 16 f'' e'' 16 a'' gis'' \ottava #1 16 d''' cis''' e''' f''' d''' | %6 g'''! f''' e''' \ottava #0 16 16 b'' a'' 16 f'' e'' d'' 16 b' a' b' | %7 c'' d'' c'' b' 16 e'' g'' c''' c''8-\staccato r8 r4 \bar "|." %8 } lowerStaff = { \clef treble 4 r r | %1 r \clef bass r | %2 r r | %3 r r | %4 r r2 | %5 4 r r2 | %6 4 r r | %7 r r2 \bar "|." %8 } %-------Typeset music and generate midi \score { \context PianoStaff << \set PianoStaff.midiInstrument = "acoustic grand" \set PianoStaff.instrumentName = \markup \huge \bold \exerciseNumber \new Staff = "upper" { \clef treble \global \upperStaff } \new Staff = "lower" { \clef bass \global \lowerStaff } >> \layout{ } \midi { \tempo 4 = 110 } }