Created
January 2, 2016 10:41
-
-
Save msikma/078312d78136f720fcd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\version "2.18.2" | |
\language "english" | |
\header { | |
title = "Prelude No.4" | |
subtitle = "24 Praeludien" | |
composer = "F. Chopin" | |
opus = "Op.28" | |
tagline = "tagline" | |
} | |
% Force "mid" file extension for compatibility. | |
#(ly:set-option 'midi-extension "mid") | |
global = { | |
\key g \major | |
\time 4/4 | |
\partial 4 | |
\tempo "Largo" 4 = 69 | |
} | |
\score { | |
\new PianoStaff << | |
\new Staff = "right" \with { midiInstrument = "acoustic grand" } { | |
\relative c' { | |
\global | |
b8.-"espress."( b'16 | | |
b2.-4 c4 | | |
b2. c4 | | |
b2. c4 | | |
b2. bf4 | | |
a2. b!4 | | |
a2. b4 | | |
a2. b8. a16 | | |
a2.) gs4~-2-> | | |
gs4 a8-3\< b\! d\> c e, a\! | | |
fs2. a4( | | |
fs2.) \acciaccatura b8 a4\p( | | |
g8 fs c b ds fs \tuplet 3/2 { d' c b) } | | |
b2. c4 | | |
b2. | |
} | |
} | |
\new Staff = "left" \with { midiInstrument = "acoustic grand" } { | |
\clef bass \relative c' { | |
\global | |
r4 | | |
<g_4 b e>8-"non staccato" <g b e> <g b e> <g b e> | |
<g b e> <g b e> <g b e> <g b e> | | |
<fs a e'>8 <fs a e'> <fs a e'> <fs a e'> | |
<fs a ef'> <fs a ef'> <fs a ef'> <fs a ef'> | | |
<f a e'>8 <f a e'> <f a e'> <f a e'> | |
<f a d> <f a d> <f gs d'> <f gs d'> | | |
<e gs d'>8 <e gs d'> <e gs d'> <e gs d'> | |
<e g d'> <e g d'> <e g cs> <e g cs> | | |
<e g c!>8 <e g c> <e g c> <e g c> | |
<e fs c'> <e fs c'> <e fs c'> <e fs c'> | | |
<e fs c'>8 <e fs c'> <e fs c'> <e fs c'> | |
<ds fs c'> <ds fs c'> <ds fs c'> <ds fs c'> | | |
<d fs c'>8 <d fs c'> <d fs c'> <d fs c'> | |
<d fs c'> <d fs c'> <d fs c'> <d fs c'> | | |
<d f c'>8 <d f c'> <d f c'> <d f c'> | |
<d f b> <d f b> <d f b> <d f b> | | |
<c e b'>8 <c e b'> <c e a> <c e a> | |
<c e a> <c e a> <c e a> <c e a> | | |
<b-5 e-2 a-1>8 <b e a> <b-5 ds-3 a'-1> <b ds a'> | |
<c-4 e-2 a-1> <c e a> <c e a> <c e a> | | |
<b ds a'>8 <b ds a'> <b ds a'> <b ds a'> | |
<c e a> <c e a> <c e a> <c e a> | | |
<b ds a'>4 r4 r2 | |
} | |
} | |
>> | |
\layout { | |
} | |
\midi { | |
\tempo 4 = 69 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment