\version "2.18.2" \language "english" \header { title = "Minuet" composer = "J. S. Bach" } repeatOneTreble = \relative c'' { \clef treble \key g \major \time 3/4 g8\f( b d-3 g a, fs'-4 | g4-.) g,\staccato g\staccato g8( b d g a, fs' | g4\staccato) g,\staccato g\staccato e'4 e e8 g | d4 d d8 g | c,4 d8 c b c | a2. g8 b d g a, fs' | g4 g, g | g8 b d g a, fs' | g4 g, g e'4 d8 c b a | d4 c8 b a g | \tuplet 3/2 { a8 b c } d,4 fs | g2. } repeatOneBass = \relative c' { \clef bass \key g \major \time 3/4 g2 d4-2 | g,8( b-4 d g d b | g2) d'4 | g,8( b d g d b c4) g' c, | b4 g' b, | a4 fs' g | d8 e fs d e fs g2 d4 | g,8 b d g d b | g2 d'4 | g,8 b d g d b c4 d g | b,4 e g | c,2 d4 | g4 d g, } repeatTwoTreble = \relative c'' { \clef treble g8\p a b a g fs | g4 e e | g'8 fs e g fs e | fs4 b, b g'8 fs e g fs e | fs4 b, e \tuplet 3/2 { fs8 g a } b,4 ds | e4 ds8 e fs4 g4 g8 fs e d | e4 e8 d c b | c4 c8 b a g | fs4 e8 fs d4 a'4\cresc d, d | b'4 d, d | c'4 d8 c b c | a2. g8\f b d g a, fs' | g4 g, g | g8 b d g a, fs' | g4 g, g e'4 d8 c b a | d4 c8 b a g | a8 b d,4 fs | g2. } repeatTwoBass = \relative c { \clef bass e4 ds b | e4 b e, | e'4 g b | b,8 ds fs b fs ds e4 g b | b,4 a' g | a4 b b, | e2. b4 d g | c,4 d e | a,4 b c | d4 a d, fs'8 d fs d fs d | g8 d g d g d | fs4 d g | d8 e fs d e fs g2 d4 | g,8 b d g d b | g2 d'4 | g,8 b d g d b c4 e g | b,4 d g | c,2 d4 | g4 d g, } upper = { \tempo 2. = 69 \mark "Animato" \repeat volta 2 \repeatOneTreble \repeat volta 2 \repeatTwoTreble } lower = { \repeat volta 2 \repeatOneBass \repeat volta 2 \repeatTwoBass } \score { \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { } \midi { } }