Skip to content

Instantly share code, notes, and snippets.

@localghost666
Created January 2, 2019 16:45
Show Gist options
  • Save localghost666/c5f6f75a6f704d9ff0af37dfa3d94eaa to your computer and use it in GitHub Desktop.
Save localghost666/c5f6f75a6f704d9ff0af37dfa3d94eaa to your computer and use it in GitHub Desktop.
Little Prelude in C Major
\version "2.18.2"
\header {
title = "Little Prelude in C Major"
composer = "J. S. BACH"
opus = "BWV 939"
}
treble = \new Staff {
\relative c' {
\clef treble
\key c \major
\time 4/4
r8 c\mf( e g e c bes' g
a) c,( f a f c c' a
b) g(\< b d b g f' d\!
<g, c e>2)\mf r4 <g c e>
<a c d>2 r4 <a c d>
<g b d>8 g_\markup {\italic {cresc.}}( b d <g, b>4) <b e>
c2 r4 <e, a c>~
<e a c>8 d( fis_\markup {\italic {dim.}} a fis d c' a
b\p) g( b d b g f' d
e_\markup { \italic {cresc.}}) g,( c e c g g' e
fis) a,( c fis c a a' fis
<b, d g>2)\f r4 b(
c8) e( g c g e bes' g
a16 g f e d c b a b g a b c d e f
g4) <g, c>2_\markup {\italic {rit.}} <d b'>4
<e c'>1
\bar "|."
}
}
bass = \new Staff {
\relative c {
\clef bass
\key c \major
\time 4/4
<c c,>1\sf~
<c c,>1~
<c c,>1
r8 c( e g e c c' g
fis) d( fis a fis d d' fis,
g2) r4 g(
a8 a, c e c a a' e
fis2) r4 d
g4^\mordent_\markup {\teeny \sharp} g, g'^\mordent_\markup {\teeny \sharp} g,
g'4^\mordent_\markup {\teeny \sharp} g, g'^\mordent_\markup {\teeny \sharp} g,
g'4^\mordent_\markup {\teeny \sharp} g, g'^\mordent_\markup {\teeny \sharp} g,
g'8 g,( b d b g f' d
e) c( e g e c c' e,
f1)~
f8 d( e c g'4 g,
c,1)
\bar "|."
}
}
\score {
\new PianoStaff <<
\treble
\bass
>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment