File:The Musical Offering theme.svg
| Uploaded by | Bdesham |
|---|---|
| Upload date | 2007-10-07T19:18:21Z |
| MIME type | image/svg+xml |
| Dimensions | 768 × 64 px |
| File size | 67.9 KB |
| Description | Theme from Johann Sebastian Bach's The Musical Offering. | ||||
| Date | |||||
| Source | Rendered by bdesham in GNU LilyPond. | ||||
| Author | Benjamin D. Esham (bdesham) | ||||
| Permission (Reusing this file) |
As a courtesy (but not a requirement), please e-mail me or leave a note on my talk page if you use this image outside of Wikipedia. Thanks!
|
||||
LilyPond source
\version "2.10.25"
\header {
tagline = ""
}
\score {
\new Staff \relative c'' {
\clef treble
\key c \minor
\time 2/2
c2 ees
g2 aes
b,2 r4 g'4
fis2 f
e2 ees ~
ees4 d des c
b4 a8 g c4 f
ees2 d
c4
}
\layout {
ragged-right = ##t
\context { \Score \override SpacingSpanner #'spacing-increment = #0.8 }
}
}
