\paper
{
} \version "2.19.46"
\pointAndClickOff
\include "msJazz.ly"
\header {
piece = "waltz"
encodingsoftware = "MuseScore 2.0.2"
encodingdate = "2016-08-02"
composer = "J. Blanchard"
title = "La Boite A Frisson"
tagline = ""
}
PartPOneVoiceOne = \relative a' {
\clef "treble" \key a \minor \time 3/4 |
\set Timing.beamExceptions = #'()
\set Timing.baseMoment = #(ly:make-moment 1/4)
\set Timing.beatStructure = 1,1,1
\repeat volta 2 {
a8 b8 c8 a8 e'8 c8 | b4 a8 b8 c8 a8 |
e'8 c8 b8 a8 b8 c8 |f4. f8 f8 e8 | \break
d8 e8 f8 d8 f8 d8 | b4 a8 b8 c8 d8 |
e8 d8 c8 e8 d8 c8 | b4. b8 c8 b8 | \break
a8 b8 c8 a8 e'8 c8 |b4 a8 b8 c8 a8 |
e'8 c8 b8 a8 b8 c8 | f4. f8 f8 e8 | \break
d8 e8 f8 a8 f8 d8 | c8 b8 c8 e8 d8 c8 |
b8 a8 b8 d8 b8 c8 |
}
\alternative {
{a4 e4. e8 }
{a4 e8 a8 b8 c8 \break}
}
\repeat volta 2 {
b4. b8 a8 b8 | c8 b8 c8 d8 e8 c8 |
b8 c8 d8 e8 f8 g8 | e4 e4 e4 | \break
f8 c8 a8 c8 f8 c8 |e8 c8 g8 c8 e8 c8 |
d8 a8 fis8 a8 d8 a8 | b4 b8 a8 g8 a8 | \break
b8 a8 b8 c8 d8 b8 | c8 b8 c8 d8 e8 c8 |
b8 c8 d8 e8 f8 g8 | e4 e4 e4 | \break
}
\alternative {
{
f8 e8 f8 a8 f8 d8 | c8 b8 c8 e8 d8 c8 |
b8 a8 b8 d8 b8 c8 | a4 e8 a8 b8 c8 | \break
}
{
f8 e8 f8 g8 a8 b8 |c8 a8 e8 c8 b8 a8 |
b8 a8 b8 d8 b8 c8 | a2. \bar "|." \break
}
}
}
PartPOneVoiceOneChords = \chordmode {
\repeat volta 2 {
|
a8:m s8 s8 s8 s8 s8 |
s4 s8 s8 s8 s8 |
s8 s8 s8 s8 s8 s8 |
d4.:m s8 s8 s8 |
s8 s8 s8 s8 s8 s8 |
g4:5 s8 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 |
e4.:5 s8 s8 s8 |
a8:m s8 s8 s8 s8 s8 | \barNumberCheck #10
s4 s8 s8 s8 s8 |
s8 s8 s8 s8 s8 s8 |
d4.:m s8 s8 s8 |
g8:5 s8 s8 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 |
e8:5 s8 s8 s8 s8 s8 }
\alternative { {
|
a4:m s4. s8 }
{
|
a4:m s8 s8 s8 s8 }
} \repeat volta 2 {
|
g4.:5 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 | \barNumberCheck #20
g8:5 s8 s8 s8 s8 s8 |
c4:5 s4 s4 |
f8:5 s8 s8 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 |
d8:5 s8 s8 s8 s8 s8 |
g4:5 s8 s8 s8 s8 |
s8 s8 s8 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 |
g8:5 s8 s8 s8 s8 s8 |
c4:5 s4 s4 }
\alternative { {
| \barNumberCheck #30
d8:m s8 s8 s8 s8 s8 |
c8:5 s8 s8 s8 s8 s8 |
e8:5 s8 s8 s8 s8 s8 |
a4:m s8 s8 s8 s8 }
{
|
d8:m s8 s8 s8 g8:5 s8 |
c8:5 s8 a8:m s8 s8 s8 |
e8:5 s8 s8 s8 s8 s8 |
a2.:m }
} }
\score{
<<
\new ChordNames {\PartPOneVoiceOneChords}
\new Staff {\PartPOneVoiceOne}
>>
}