\version "2.10.10" \include "english.ly" \header { mutopiatitle = "13. A Prelude for the Violin" title = \mutopiatitle mutopiacomposer = "BaltzarT" composer = "Thomas Baltzar" mutopiainstrument = "Violin" date = "1650s" source = "Facsimile from 1685 edition of Playford's Division Violin, Bodleian Library" style = "Baroque" copyright = "Public Domain" maintainer = "Allen Garvin" maintainerEmail = "allen.garvin@dal.tribalddb.com" maintainerWeb = "http://agarvin.nitfol.com" lastupdated = "2008/Jul/20" filename = "division-violin-13.ly" footer = "Mutopia-2009/02/22-95" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \small \line { Sheet music from \with-url #"http://www.MutopiaProject.org" \line { \teeny www. \hspace #-1.0 MutopiaProject \hspace #-1.0 \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 { \teeny www. \hspace #-1.0 LilyPond \hspace #-1.0 \teeny .org } by \maintainer \hspace #-1.0 . \hspace #0.5 Reference: \footer } } \line { \teeny \line { This sheet music has been placed in the public domain by the typesetter, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/publicdomain" http://creativecommons.org/licenses/publicdomain } } } } } violin = \relative c'' { \set Staff.midiInstrument = "Violin" \key g \major \time 4/4 \clef treble g4 a b c | % bar 1 d a b8[ g] g'[ a] | % bar 2 b[ d,, e fs] g[ b, c d] | % bar 3 g,[ d' g a] b[ g b c] | % bar 4 d[ d, fs' gs] a[ d, b' c,] | % bar 5 b[ a' g a,] g[ f' e f,] | % bar 6 e[ d'] cs4 d8[ d, fs' d] | % bar 7 b[ g' g, f'] e[ c, e b] | % bar 8 a[ g'] f[ d'16 c] b8[ g'16 fs] e8[ c16 b] | % bar 9 a8[ a'16 g] fs8[ a,16 g] fs8[ fs16 e] d8[ d'16 c] | % bar 10 b8[ b,16 a] g[ fs'' g a] b[ d, e fs] g[ b, c d] | % bar 11 g,[ g' c, g'] b,[ g' a, fs'] g[ g, d' fs,] e[ d' cs e] | % bar 12 d[ d, fs' g] a[ c, b g'] a,[ fs' g, e'] fs,[ d' e, cs'] | % bar 13 d,[ b' c, a'] b,[ g' c, a'] b,[ g' a, fs'] g[ g, b' c] | % bar 14 d[ b g b] a[ fs d a''] fs,[ a' e, g'] fs[ a, d, fs'] | % bar 15 d[ g, b, d'] e[ g, c, e'] c[ g a, g'] c[ g fs d'] | % bar 16 b[ d, g, b'] a[ e c g'] fs[ d a'' c,] b[ g' a, fs'] | % bar 17 g4 g, b a8[ b] | % bar 18 g[ e] c'8. \times 2/3 { d32[( c b)] } a8[ fs] d'8. \times 2/3 { e32[( d c)] } | % bar 19 b8[ g] g'8. \times 2/3 { a32[( g f)] } { << { \stemUp e8. \stemNeutral } { \context Voice = "ii" { \stemDown c8. \times 2/3 { d32[( c b)] } \stemNeutral } } >> } 8. \times 2/3 { b'32[( a g)] } | % bar 20 { << { \stemUp fs8. \stemNeutral } { \context Voice = "ii" { \stemDown d8. \times 2/3 { e32[( d c)] } } } >> } b8[ g'] { << { \stemUp a,8[ g'] fs[ g] \stemNeutral } { \context Voice = "ii" { \stemDown d,4 a' \stemNeutral } } >> } | % bar 21 { << { \stemUp e'4 d d cs } { \context Voice = "ii" { \stemDown 4 fs e2 } } >> } | % bar 22 { << { \stemUp fs'8[ b a g] fs[ g fs e] [ b,] a4 a4 } { \context Voice = "ii" { \stemDown 4 r4 a8[ b a ] d,[ g fs e] fs[ a,] } } >> } \stemNeutral d16[( fs) e( g)] | % bar 23 fs[( a) g( b)] a[( c) b( d)] cs[ d e cs] d[ a d e] | % bar 24 fs[ e fs d] g[ fs g b,] e[ d e cs] a'[ e cs a'] | % bar 25 fs[ e fs d] b'[ fs d b'] g[ fs g e] cs[ a' g a] | % bar 26 d,[ fs e fs] b,[ g' fs g] cs,[ e d e] a,[ fs' e fs] | % bar 27 b,[ d c d] g,[ e' d e] a,[ c b c] fs,[ d' c d] | % bar 28 b[ g e c'] a[ fs d d'] b[ g e e'] c[ a fs fs'] | % bar 29 d[ b g g'] e[ c a a'] fs[ d b b'] g[ e c c'] | % bar 30 a[ fs d b'] g[ e c a'] g[ e c a'] g[ d b g'] | % bar 31 c,[ g' b, g'] { << { \stemUp a,[ g' fs e] } { \context Voice = "ii" { \stemDown d,4 } } >> } \stemNeutral d16[ fs c fs] b,[ g' g, b] | % bar 32 d[ g b, d] g,[ d' g b] d[ g b d,] g[ b, d g,] | % bar 33 { << { \stemUp e'8[ ] } { \context Voice = "ii" { \stemDown c[ ] } } >> } \stemNeutral [ ] 4 | % bar 34 1 \bar "|." | % bar 35 } \score { \context GrandStaff << \context Staff = "one" << \violin >> >> \layout{ } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 92 4) } } }