added nocturne

This commit is contained in:
tmont 2016-12-12 00:43:58 -08:00
parent cce4634ae5
commit c8e501767b
2 changed files with 54 additions and 0 deletions

54
nocturne.ly Normal file
View File

@ -0,0 +1,54 @@
\version "2.18.2"
\language "english"
\header {
title = "Nocturne"
composer = "Tommy Montgomery"
copyright = "(c) 2015 Tommy Montgomery"
}
global = {
\key df \major
\time 9/8
\set Staff.printKeyCancellation = ##f
}
\parallelMusic #'(right left) {
\tempo "Moderato"
% \override TupletBracket.bracket-visibility = #'if-no-beam
% intro
\global \partial 4. ef'8 f16 \tuplet 4/3 { ef df bf af } |
\global \partial 4. r4. |
df2. ef8 f16 \tuplet 4/3 { ef df bf af } |
\repeat unfold 3 { df16 af' f' df af' af, } |
bf2. c8 df16 \tuplet 4/3 { c bf af g } |
ef16 bf' g' df bf' bf, e, bf' g' df bf' bf, e, bf' g' c, bf' bf, |
<f af>2. bf8 cf16 \tuplet 4/3 { bf af gf f } |
f16 c' af' f c' c, d, af' f' d af' af, d, af' f' d bf' bf, |
<ef gf>2. r4. |
}
\score {
\new PianoStaff \with {
instrumentName = "Piano"
} <<
\new Staff = "right" \with {
midiInstrument = "acoustic grand"
\consists "Span_arpeggio_engraver"
} \relative c' \right
\new Staff = "left" \with {
midiInstrument = "acoustic grand"
} { \clef bass \relative c, \left }
>>
\layout { }
\midi {
}
}

BIN
nocturne.pdf Normal file

Binary file not shown.