From 8f4b2c82f21f974b3828b789d7a061897e5ad57b Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Fri, 4 Jan 2019 18:35:45 -0500 Subject: [PATCH 01/45] Added BoismortierJBd Opus 52 Premier Balet de Village --- .../O52/Premier_Balet_de_Village/01/flute.ily | 187 ++ .../01/guitarLower.ily | 157 ++ .../01/guitarUpper.ily | 154 ++ .../O52/Premier_Balet_de_Village/01/midi.ily | 26 + .../O52/Premier_Balet_de_Village/01/music.ily | 13 + .../Premier_Balet_de_Village/01/violin.ily | 186 ++ .../O52/Premier_Balet_de_Village/02/flute.ily | 51 + .../02/guitarLower.ily | 44 + .../02/guitarUpper.ily | 49 + .../O52/Premier_Balet_de_Village/02/midi.ily | 26 + .../O52/Premier_Balet_de_Village/02/music.ily | 13 + .../Premier_Balet_de_Village/02/violin.ily | 52 + .../O52/Premier_Balet_de_Village/03/flute.ily | 153 ++ .../03/guitarLower.ily | 113 ++ .../03/guitarUpper.ily | 156 ++ .../O52/Premier_Balet_de_Village/03/midi.ily | 26 + .../O52/Premier_Balet_de_Village/03/music.ily | 13 + .../Premier_Balet_de_Village/03/violin.ily | 149 ++ .../Premier_Balet_de_Village/Premier_Balet.ly | 31 + .../O52/Premier_Balet_de_Village/README.txt | 44 + .../common/conductor-cover.ily | 112 ++ .../common/conductor-dimension.ily | 21 + .../common/conductor-staff.ily | 33 + .../common/definitions.ily | 150 ++ .../common/merge-rests.scm | 59 + .../common/mutopia-header.ily | 12 + .../common/parts-dimension.ily | 22 + .../common/parts-staff-single-instr.ily | 31 + .../common/scroll-one-btm.eps | 1544 +++++++++++++++++ .../common/scroll-one-top.eps | 1534 ++++++++++++++++ .../common/styles.ily | 130 ++ .../common/variables.ily | 46 + .../common/version.ily | 12 + .../parts/Premier_Balet-flute.ly | 43 + .../parts/Premier_Balet-guitar.ly | 41 + .../parts/Premier_Balet-midi.ly | 32 + .../parts/Premier_Balet-violin.ly | 40 + .../parts/Premier_Balet_01.ly | 24 + .../parts/Premier_Balet_02.ly | 23 + .../parts/Premier_Balet_03.ly | 23 + 40 files changed, 5575 insertions(+) create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly create mode 100755 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily new file mode 100755 index 000000000..f128a6e83 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily @@ -0,0 +1,187 @@ +\relative c'{ + \partial 4 + e'8 \f f + g c, c c | + d c f4 | + e8 d d4 | + c16 g a b c d e f | + g8 c, c c | + \break + + + d8 c f4 | + e8 d d4 | + c e8 \p f | + g g g g | \barNumberCheck #10 +%10 + a g c4 | + g f8 e | + d4 d16 e f8 | + d16 e f8 d16 e f8 | + \break + + + f8 e c' e, | + fis g4 fis8 | + g4 e8 \f f | + g c, c c | + d c f4 | + e8 d d4 | \barNumberCheck #20 +%20 + c16 g a b c d e f | + \break + + + g8 c, c c | + d c f4 | + e8 d d4 | + c c'8 \p b16 a | + g8 c, r4 | + r c'8 b16 a | + g8 a f4 | + e g8 f16 e | + \break + + + d8 g, r4 | \barNumberCheck #30 +%30 + r g'8 f16 e | + d e f8 e4 | + d e8 \f f | + g c, c c | + d c f4 | + e8 d d4 | + \break + + + c16 g a b c d e f | + g8 c, c c | + d c f4 | + e8 d d4 | \barNumberCheck #40 +%40 + c g8 \p c | + b c d b | + c g c e | + d e f d | + \break + + + e8 c g' c | + f, f f16 g a8 | + d,4 d8 g | + c, c c d | + b g g'16 f g a | + g f e f g8 \f g | \barNumberCheck #50 + \break + +%50 + g8 f f16 \p e f g | + f e d e f8 \f f | + f e e16 \p d e f | + e d c d e8 \f e | + e d g4 \p | + f8 e d c | + \break + + + g'4 c,8 \f c | + c b16 a d8 d | + d4 e8 e | + e d16 c f8 f | \barNumberCheck #60 +%60 + f4 e8 f | + g f16 e d8 c | + d b c d | + e4 f | + \break + + + d4 d8 \p d | + e16 c e g e c e g | + d b d g d b d g | + e c e g e c e g | + d b d g d b d g | + \break + + + e8 d c b | \barNumberCheck #70 +%70 + a fis' g a | + d,4 fis | + g e8 \f f | + g c, c c | + d c f4 | + e8 d d4 | + \break + + + c16 g a b c d e f | + g8 c, c c | + d c f4 | + e8 d d4 | \barNumberCheck #80 +%80 + \time 6/8 c4. ~ c4 g'8 \p | + g8. f16 e8 e8. d16 c8 | + \break + + + d8. c16 d8 g,8. a16 b8 | + c8. d16 c8 c8. b16 a8 | + b4. ~ b4 g'8 | + g8. f16 e8 e8. d16 c8 | + d8. c16 d8 g,8. a16 b8 | + c8. d16 e8 d8. e16 c8 | + \break + + + g'4. ~ g4 d8 \f | + e8. d16 e8 c4 f8 | \barNumberCheck #90 +%90 + e8. d16 e8 c4 a'8 | + g4 c,8 b4 c8 | + d4. ~ d4 d8 | + e8. d16 e8 c4 f8 | + e8. d16 e8 c4 a'8 | + \break + + + g8. f16 e8 d4 c8 | + c4. ~ c4 c'8 \p | + g4 a8 f4 a8 | + g4 f8 e4 g8 \f | + f4 e8 d8. c16 d8 | \barNumberCheck #100 +%100 + e4 c8 c4 c'8 \p | + g4 a8 f4 a8 | + g4 f8 e4 g8 \f | + \break + + + g4 e8 d8. c16 d8 | + e4. ~ e4 e8 \p | + e8. f16 e8 d4 f8 | + f8. g16 f8 e4 g8 | + g8. a16 g8 f8. g16 a8 | + g4. ~ g4 c8 | + b4 a8 g4 f8 | \barNumberCheck #110 + \break + +%110 + e4 d8 c4 b8 | + a8. b16 g8 a4. | + g ~ g4 d'8 \f | + e8. d16 e8 c4 f8 | + e8. d16 e8 c4 a'8 | + g4 c,8 b4 c8 | + \break + + + d4. ~ d4 d8 | + e8. d16 e8 c4 f8 | + e8. d16 e8 c4 a'8 | + g8. f16 e8 d4 c8 | \barNumberCheck #120 +%120 + c2. \bar "|." + +} + \ No newline at end of file diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily new file mode 100755 index 000000000..43ef104f2 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily @@ -0,0 +1,157 @@ +\relative c { + \voiceTwo + r4 | + e8 e e e | + f e s4 | + c8 f g g, | + c c16 b s4 | + e,8 e e' e | + f8 e s4 c8 f g g, | + c4 c8 f | + e c s4 | \barNumberCheck #10 +%10 + f8 c e c | + b b b c | + g4 r4 | + g'4 r8 b, | + + c4 r8 a8 | + d g, d'4 | + g, c8 f | + e e e e | + f e s4 | + c8 f g g, |\barNumberCheck #20 +%20 + c c16 b s4 | + e,8 e e' e | + f e s4 | + c8 f g g, | + c4 r4 | + s4 s4 | + s4 s4 | + s4 s4 | + s4 s4 | + + s1*2/4 | \barNumberCheck #30 +%30 + s1*2/4 | + s1*2/4 | + g4 c8 f | + e e e e | + f e s4 | + c8 f g g, | + + c8 c16 b s4 | + e,8 e e' e | + f e s4 | + c8 f g g, | \barNumberCheck #40 +%40 + c4 e8 c | + + g' e f d | + e c s4 | + s1*2/4 | + + s1*2/4 | + s1*2/4 | + g4 b | + a d | + g, r4 | + r4 c8 c | \barNumberCheck #50 +%50 + d4 r4 | + r4 b8 b | + c4 r4 | + r4 c8 c | + g' f e c | + d c b a | + + g4 r8 e'8 | + f4 r8 d8 | + g, g s4 | + a4 r8 a | \barNumberCheck #60 +%60 + b g s4 | + + e'8 f s4 | + s1*2/4 | + c4 f, | + + g4 r8 g8 | + c4 r8 c8 | + g4 r8 g8 | + c4 r8 c8 | + g4 r8 g8 | + + c8 d e c | \barNumberCheck #70 +%70 + d4 r8 c | + + b g d' d | + g,4 c8 f | + e e e e | + f e s4 | + c8 f g g, | + + c8 c16 b s4 | + e,8 e e' e | + f e s4 | + c8 f g g, | \barNumberCheck #80 +%80 + c4. ~ c4 s8 | + + c4. c | + g'4. f | + e c | + g' f | + e c | + g' f | + e4 c8 b4 a8 | + + g4 a8 b4 g8 \f | + c4. ~ c4 g8 | \barNumberCheck #90 +%90 + c4. f | + e4 e8 d4 c8 | + g4 a8 b4 g8 | + + c4. ~ c4 g8 | + c4. f | + + e4 f8 g4 g,8 | + c4. ~ c4 s8 | + s2. | + s2. | + s4. g4 g8 | \barNumberCheck #100 +%100 + c4. ~ c4 s8 | + s2. | + s2. | + + s4. g4 g8 | + c4 d8 e4 c8 \p | + d4. ~ + d4 d8 | + e4. ~ + e4 e8 | + f4. ~ + f4 f8 | + c4 d8 e4 c8 | + g4 a8 b4 g8 | \barNumberCheck #110 +%110 + c4 d8 s4. | + d4 b8 s4. | + g4 a8 s4. | + c4. ~ c4 g8 | + c4. f | + e4 e8 s4. | + + g,4 a8 b4 g8 | + c4. ~ c4 g8 | + c4. f | + e4 f8 g4 g,8 | \barNumberCheck #120 +%120 + c2. | + +} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily new file mode 100755 index 000000000..964fd1b9c --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily @@ -0,0 +1,154 @@ +\relative c{ + \voiceOne + \partial 4 + r4 + 4\f | + d,8 g | + e8 r b'4 | + a,8 g16 f | + g'4 | + \break + 4 d,8 g e8 r b'4 | + c \p | + c,8 c | \barNumberCheck #10 +%10 + 4 | + | + r4 | + 4 s4 | + \break + 8 e, r8 c'8 | + c b g fis | + g4 c \f | + | + d,8 g | + e8 r b'4 | \barNumberCheck #20 +%20 + a,8 g16 f | + \break + g'4 | + d,8 g | + e8 r b'4 | + \oneVoice r4 | + \p r | + c,8 d | + e f d g | + 4 r | + \break + 4 r | \barNumberCheck #30 +%30 + e,8 f | + g b, c c \voiceOne | + 4 c \f | + | + d,8 g | + e8 r b'4 | + \break + 4 a,8 g16 f | + g'4 | + d,8 g | + e8 r b'4 | \barNumberCheck #40 +%40 + c \p | + b d | + c \oneVoice e,8 c | + g' c f, g | + \break + 4 e,8 c | + d d d16 e f d \voiceOne | + 4 | + c | + r4 | + r 4\f | \barNumberCheck #50 + \break +%50 + d,8 r4 | + r 4 | + c,8 r4 | + r 4 | + c \p | + 4. fis8 | + \break + g4 r8 8\f | + 4 r8 a8 | + 4 g,8 e | + 4 r4 | \barNumberCheck #60 +%60 + d4 c,8 f | + 4 g8 c | + g g16 f e8 d | + 4 | + \break + 4 r8 8\p | + 4 r8 8 | + 4 r8 8 | + 4 r8 8 | + 4 r8 8 | + \break + 4 s4 | \barNumberCheck #70 +%70 + 4 s4 | + 4 fis | + c, \f | + | + d,8 g | + e8 r b'4 | + \break + 4 a,8 g16 f | + g'4 | + d,8 g | + e8 r b'4 | \barNumberCheck #80 +%80 + \time 6/8 c4. ~ c4 r8 | + 4.\p | + \break + 4. | + | + | + | + | + r | + \break + 4. | + | \barNumberCheck #90 +%90 + | + r | + | + | + | + \break + 4. b | + 4 \oneVoice r8 | + R2. | + r4 r8 r4 c,8 \voiceOne | + b4 c8 4. | \barNumberCheck #100 +%100 + 4 \oneVoice r8 | + R2. + r4 r8 r4 c,8 \voiceOne | + \break + b4 c8 4. | + | + r b | + r c | + r d | + e g | + | \barNumberCheck #110 + \break +%110 + 4. e,4 c8 | + fis'4. c,4 d8 | + 4. b,,4 g8 \f | + 4. | + | + d,4 c8 | + \break + 4. | + | + | + b | \barNumberCheck #120 +%120 + 2. | +} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily new file mode 100755 index 000000000..e015790fe --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily @@ -0,0 +1,26 @@ +\score { + \keepWithTag #'played + << + \new Staff { + \set Staff.midiInstrument = "flute" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \flute + } + \new Staff { + \set Staff.midiInstrument = "violin" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.60 + \global \violin + } + \new Staff { + \set Staff.midiInstrument = "acoustic guitar (nylon)" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \guitar + } + >> + \midi { + \tempo 4 = 100 + } +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily new file mode 100755 index 000000000..50e282dd6 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily @@ -0,0 +1,13 @@ +global = { + \key c \major + \time 2/4 +} + +flute= \include "flute.ily" +violin= \include "violin.ily" +guitarLower= \include "guitarLower.ily" +guitarUpper= \include "guitarUpper.ily" +guitar = \simultaneous { + \context Voice="guitarUpper" \guitarUpper + \context Voice="guitarLower" \guitarLower +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily new file mode 100755 index 000000000..02d2ac512 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily @@ -0,0 +1,186 @@ +\relative c'{ + + \partial 4 + c'8 \f d + e e e g, | + a g a b | + c4 b | + c8. d16 e d c d | + e8 e e g, | + \break + + + a8 g a b | + c4 b | + c c8 \p d | + e e e e | \barNumberCheck #10 +%10 + f e g f16 e | + d8 d d c | + b g b16 c d8 | + b16 c d8 b16 c d8 | + \break + + + g,4 e'8 c | + c b a d | + b4 c8 \f d | + e e e g, | + a g a b | + c4 b | \barNumberCheck #20 +%20 + c8. d16 e d c d | + \break + + + e8 e e g, | + a g a b | + c4 b | + c r | + r c'8 \p b16 a | + g8 c, e f | + e c4 b8 | + c4 r | + \break + + + r4 g'8 f16 e | \barNumberCheck #30 +%30 + d8 g, c16 e d c | + b c d8 g, c | + b4 c8 \f d | + e e e g, | + a g a b | + c4 b | + \break + + + c8. d16 e d c d | + e8 e e g, | + a g a b | + c4 b | \barNumberCheck #40 +%40 + c r | + R1*2/4 | + r4 g8 \p c | + b c d b | + \break + + + c8 g c e | + a, a a d | + b4 g' ~ | + g8 f16 e f4 ~ | + f8 e16 d e d e f | + e d c d e8 \f e | \barNumberCheck #50 + \break + +%50 + a,4 d16 \p c d e | + d c b c d8 \f d | + g,4 c16 \p b c d | + c b a b c8 \f c | + c b e4 \p | + b8 c g a | + \break + + + b8 g r g \f | + a4 r8 a | + b b b g | + c4 r8 c | \barNumberCheck #60 +%60 + d b c d | + e d16 c b8 a | + b g a' b, | + c4 d | + \break + + + b4 b8 \p b | + c16 g c e c g c e | + b g b d b g b d | + c g c e c g c e | + b g b d b g b d | + \break + + + c8 b a g | \barNumberCheck #70 +%70 + fis' d e fis | + g b, a d | + b4 c8 \f d | + e e e g, | + a g a b | + c4 b | + \break + + + c8. d16 e d c d | + e8 e e g, | + a g a b | + c4 b | \barNumberCheck #80 +%80 + \time 6/8 c4. ~ c4 r8 | + r4. r | + \break + + + r2 r8 g' \p | + g8. f16 e8 e8. d16 c8 | + d8. c16 d8 g,8. a16 b8 | + c8. d16 c8 c8. b16 a8 | + b4. ~ b8. c16 d8 | + g,4. ~ g4 a8 | + \break + + + b4. ~ b4 b8 \f | + c8. b16 c8 g4 b8 | \barNumberCheck #90 +%90 + c8. b16 c8 a4 c8 | + c8. d16 e8 f8. d16 e8 | + b4 a8 g4 b8 | + c8. b16 c8 g4 b8 | + c8. b16 c8 a4 c8 | + \break + + + c8. d16 c8 b4 c8 | + c4. ~ c4 e8 \p | + e4 f8 d4 f8 | + e4 d8 c4 e8 \f | + d4 c8 b8. a16 b8 | \barNumberCheck #100 +%100 + c4 g8 g4 e'8 \p | + e4 f8 d4 f8 | + e4 d8 c4 e8 \f | + \break + + + d4 c8 b8. a16 b8 | + c4. ~ c4 c8 \p | + c8. d16 c8 b4 d8 | + d8. e16 d8 c4 e8 | + e8. f16 e8 d8. e16 f8 | + e4 d8 c4 e8 | + d4 c8 b4 d8 | \barNumberCheck #110 + \break + +%110 + g,4. g' | + fis8 d g g8. a16 fis8 | + g4. ~ g4 b,8 \f | + c8. b16 c8 g4 b8 | + c8. b16 c8 a4 c8 | + c8. d16 e8 f8. d16 e8 | + \break + + + b4 a8 g4 b8 | + c8. b16 c8 g4 b8 | + c8. b16 c8 a4 c8 | + c8. d16 c8 b4 c8 | \barNumberCheck #120 +%120 + c2. \bar "|." +} \ No newline at end of file diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily new file mode 100755 index 000000000..50e831be9 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily @@ -0,0 +1,51 @@ +\relative c'{ + + g''4 c,8. d16 d8. c32 d | + e4 e8. f16 f8. e32 f | + g4 f e | + d8 c d2 | + e4 c f | + \break + + + d4 g e | + a d,4. c8 | + c2 e4 | + e d g | \barNumberCheck #10 +%10 + g c, f ~ | + f8 e16 d e4. f8 | + d2 g4 ~ | + \break + + + g4 c b | + a d, g ~ | + g8 a fis4. g8 | + g2. | + d8 e d4 d | + d4. c8 d4 | + e8 f e4 e | \barNumberCheck #20 +%20 + e4. d8 c4 | + \break + + + f8 g f4 f | + f4. e8 d4 | + g8 e f d e c | + d2 g,4 | + c8 b c e d f | + e d e g f a | + \break + + + g2 c4 | + b4. a8 g4 | + a g f | \barNumberCheck #30 +%30 + e4. f8 g4 | + f8 e d4. c8 | + c2. \bar "|." +} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily new file mode 100755 index 000000000..d9f5c2cd5 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily @@ -0,0 +1,44 @@ +\relative c { + \voiceTwo + + c2 g4 | + c2 f4 | + e b c | + g g f' | + e f d | + + g,4 e a | + f g g | + c e c | + g2 e4 | \barNumberCheck #10 +%10 + f2 d'4 | + g, c2 | + g4 g8 a b g | + + c8 b a4 g | + d' c b | + c d d | + g,2 g4 | + s1*3/4 | + g4 g g | + c2. | \barNumberCheck #20 +%20 + f, | + + d'2. | + g | + e4 d c | + g g' f | + e2 b4 | + c2 f4 | + + c4 e c | + g f e | + f g2 | \barNumberCheck #30 +%30 + a e4 | + f g g | + c2. | +} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily new file mode 100755 index 000000000..7980f7dba --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily @@ -0,0 +1,49 @@ +\relative c{ + \voiceOne + 2 4 | + 2 d4 | + | + 2 | + 4 | + \break + + 4 | + 2 | + 4 | + | \barNumberCheck #10 +%10 + a f d' | + 2 | + r4 | + \break + + + 4 | + 2 4 | + 2 | + 4 | + R1*3/4 | + 4 | + 2. | \barNumberCheck #20 +%20 + | + \break + + + 2. | + | + g,4 b | + 2 | + 4 | + 2 a4 | + \break + + + c4 g c | + 2 4 | + | \barNumberCheck #30 +%30 + 2 4 | + 2 | + 2. \bar "|." +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily new file mode 100755 index 000000000..25f77ed15 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily @@ -0,0 +1,26 @@ +\score { + \keepWithTag #'played + << + \new Staff { + \set Staff.midiInstrument = "flute" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \flute + } + \new Staff { + \set Staff.midiInstrument = "violin" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.60 + \global \violin + } + \new Staff { + \set Staff.midiInstrument = "acoustic guitar (nylon)" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \guitar + } + >> + \midi { + \tempo 4 = 68 + } +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily new file mode 100755 index 000000000..26d78351c --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily @@ -0,0 +1,13 @@ +global = { + \key c \major + \time 3/4 +} + +flute= \include "flute.ily" +violin= \include "violin.ily" +guitarLower= \include "guitarLower.ily" +guitarUpper= \include "guitarUpper.ily" +guitar = \simultaneous { + \context Voice="guitarUpper" \guitarUpper + \context Voice="guitarLower" \guitarLower +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily new file mode 100755 index 000000000..dc118febb --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily @@ -0,0 +1,52 @@ + \relative c'{ + + R1*3/4 | + g''4 c,8. d16 d8. c32 d | + e4 d c | + b8 a b2 | + c4 a d | + \break + + + b4 e c ~ | + c8 d b4. c8 | + c2 c4 | + c b e | \barNumberCheck #10 +%10 + a,2 d4 ~ | + d8 c16 b c4. d8 | + b2 d4 | + \break + + + e4 fis g | + fis4. e8 d4 | + e a,4. g8 | + g2. | + b8 c b4 b | + b4. a8 b4 | + c8 d c4 c | \barNumberCheck #20 +%20 + c4. b8 a4 | + \break + + + b8 c b4 b | + d4. c8 b4 | + e b c | + b2. | + R1*3/4 | + c8 b c e d f | + \break + + + e8 d c d e4 | + d2 e4 | + f e d | \barNumberCheck #30 +%30 + c4. d8 e4 | + d8 c b4. c8 | + c2. \bar "|." +} + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily new file mode 100755 index 000000000..12cff61a8 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily @@ -0,0 +1,153 @@ +\relative c'{ + c'2 | + d | + f4. f16 e | + d8 d g g | + g c, f f | + f e d g | + e c e f16 e | + d8 g, g'4 ~ | + \break + + + g4 f | + e4. a8 | + fis g4 fis8 | + g4. a16 g | + f g f e d f e d | + c8 a d c | + b c4 b8 | + c g' c c | + \break + + + c8 f, b b | + b e, a a | + a d, g g | + g4 fis | + g r | + g16 a g f e f e d | + \break + + + c4 r | + b'16 c b a g a g f | + e8 e a a | + a d, g g | + g4 c ~ | + c4 b | + b d8 c | + \break + + + b8 c4 b8 | + c e, e16 g f e | + d c b c d f e d | + c b a b c e d d | + b8 g c4 ~ | + c4 b | + c2 | + \break + + + d2 | + e4. f16 e | + d8 d g g | + g4 f ~ | + f4 e | + d16 c d e d e d e | + c b c d c d c d | + \break + + + b16 a b c b c b c | + a g a b a b a b | + g4 c ~ | + c4 b | + g'2 | + a | + | + \break + + + b4. c16 b | + a8 a d d | + d g, c c | + c4 b | + c8 e, e d16 c | + d4 r | + r8 f f e16 d | + e4 r | + \break + + + r8 g f e | + d f e d | + e4 a | + g4. f16 e | + f4. d8 | + g4. c,8 | + f16 g f e d e f d | + \break + + + e4 d | + g, g' | + f e | + d8 d g g | + g c, f f | + f4 e | + fis8 d g4 ~ | + g4 fis | + \break + + + g4 r | + c,16 d e f g e f g | + a bes a g f g f e | + d c d e d e f d | + g4 f8 e | + e4 d | + | + \break + + + c8 g c4 ~ | + c4 b | + c8 g' f d | + e c d b | + c g' f d | + e g f e | + d4 f ~ | + f8 e d f | + e c c'4 ~ | + c4 b | + c2 \bar "|." + + +} + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily new file mode 100755 index 000000000..8c4a4aa4c --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily @@ -0,0 +1,113 @@ +\relative c{ + \voiceTwo + + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + + s1*2/4 | + c2 | + d | + e4. f16 e | + d8 d g g | + g c, f f | + f e d g | + e c r4 | + + g2 | + a | + b4. c16 b | + a8 a d d | + g,4 f' | + e c | + + f4 d | + g, e' | + a, f | + b8 a b g | + c c e c | + g4 r | + s1*2/4 | + + g2 | + a | + b4. c16 b | + a4. f8 | + g4 a | + f g | + c8 c e c | + + f8 d g g, | + c d e c | + g'4 g, | + d' b | + s2 | + s2 | + s2 | + + s2 | + s2 | + f'4 e | + d g | + c,8 c' s4 | + s1*2/4 | + + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s1*2/4 | + s8 g8 g g | + d4 s4 | + s8 a'8 a a | + + e4 f | + g s4 | + s2 | + c,2 | + d | + e4. f16 e | + d8 d g g | + + g8 c, f f | + f4 e | + b c | + g2 | + a | + b4 c8 a | + d4 e | + c d | + + g,4 r8 g'8 | + e4 r8 c8 | + f4 r8 d8 | + g4 r4 | + e4 f | + g g, | + + c2 | + g | + g | + g | + g | + g | + g | + g | + g | + g | + c | + +} + + + + + + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily new file mode 100755 index 000000000..64596983e --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily @@ -0,0 +1,156 @@ +\relative c{ + \voiceOne + + \clef "G_8" + \time 2/4 + + \key c \major + \time 2/4 + \oneVoice R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + \break + + + R1*2/4 \voiceOne | + 4 c | + c8 b a4 | + g c ~ | + c4 b | + c2 | + b | + 4 r4 | + \break + + + 4 b | + b a | + g ~ | + g4 fis | + | + e | + \break + + + a,4 c | + | + | + d g, | + 2 | + s4 r4 | + R1*2/4 | + \break + + + 4 | + | + g ~ | + g4 a | + | + b | + 2 | + \break + + + c4 b | + | + c | + a g | + \oneVoice c,8 g' c c | + c f, b b | + b e, a a | + \break + + + a8 d, g g | + g c, f f \voiceOne | + 4 | + | + e \oneVoice b8 g | + c a d d, | + \break + + + g8 d g g | + g c, f f | + f4 e8 c | + f d g g, | + c4 r | + r8 \voiceOne b'8 b b | + 4 \oneVoice r4 | + r8 \voiceOne c8 c c | + \break + + + 4 | + \oneVoice r4 | + R1*2/4 \voiceOne | + 4 | + d | + d c | + c b | + \break + + + c4 r | + | + | + 2 | + 4 | + | + c | + | + \break + + + 4 r8 b8 | + 4 r8 c8 | + a4 r8 d8 | + b4 r4 | + 4 d | + c | + \break + + + 2 | + 4 | + f, | + f, | + f, | + f, | + 2 | + 4 d, | + | + b | + 2 | + \bar "|." | + +} + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily new file mode 100755 index 000000000..d3ad554a3 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily @@ -0,0 +1,26 @@ +\score { + \keepWithTag #'played + << + \new Staff { + \set Staff.midiInstrument = "flute" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \flute + } + \new Staff { + \set Staff.midiInstrument = "violin" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.60 + \global \violin + } + \new Staff { + \set Staff.midiInstrument = "acoustic guitar (nylon)" + \set Staff.midiMinimumVolume = #0.30 + \set Staff.midiMaximumVolume = #0.70 + \global \guitar + } + >> + \midi { + \tempo 4 = 110 + } +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily new file mode 100755 index 000000000..50e282dd6 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily @@ -0,0 +1,13 @@ +global = { + \key c \major + \time 2/4 +} + +flute= \include "flute.ily" +violin= \include "violin.ily" +guitarLower= \include "guitarLower.ily" +guitarUpper= \include "guitarUpper.ily" +guitar = \simultaneous { + \context Voice="guitarUpper" \guitarUpper + \context Voice="guitarLower" \guitarLower +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily new file mode 100755 index 000000000..58802feca --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily @@ -0,0 +1,149 @@ +\relative c'{ + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + R1*2/4 | + g'2 | + a | + b4. c16 b | + \break + + + a8 a d d | + d g, c c | + c b a d | + b g c4 | + c8 d16 c b d c b | + a4. a'8 | + d, e f d | + e4 r | + | + \break + + + R1*2/4 | + c2 | + d4. e16 d | + c4. d16 c | + b c b a g a b g | + c4 r | + \break + + + a'16 bes a g f g f e | + d8 g, r4 | + c2 | + d | + e4. f16 e | + d8 d g g | + g c, f f | + \break + + + f8 e d g | + e c a' a | + a d, g g | + g c, f f | + f4 e | + d d | + c8 g c4 | + \break + + + c4 b | + c8 g c4 | + c b | + a8 a d d | + g,4 r8 g' | + f d g f | + e c f e | + \break + + + d8 c e d | + c a d c | + b a g' c | + f,16 e f g f g f g | + e8 c g'4 | + g fis | + \break + + + g4 r8 g, | + c e a, d | + b4 e | + d d | + c8 c c b16 a | + b4 r | + r8 d d c16 b | + c4 r | + \break + + + r8 e d c | + b a a b | + c4 f ~ | + f8 g16 f e4 ~ | + e8 a, d4 | + d8 g, c4 | + c b | + \break + + + c16 d c b a b c a | + b4 c | + d c | + b2 | + c | + d4 c ~ | + c4 b | + a a | + \break + + + g16 a b c d b c d | + e4 r | + f16 g f e d e d c | + b a b c b c d c | + e4 d8 c | + c4 b | + \break + + + c4 e | + d f | + e r | + r8 g f d | + e c d b | + c e d c | + b4 d | + g,8 c4 b8 | + c g e'4 | + d d | + c2 \bar "|." +} + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly new file mode 100755 index 000000000..9bb5245d3 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly @@ -0,0 +1,31 @@ +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "common/mutopia-header.ily" +\include "common/variables.ily" +\include "common/definitions.ily" +\include "common/conductor-dimension.ily" +\include "common/conductor-cover.ily" +thisInstrName = \combinedPublicationName +Part = " " + +\bookpart { \CoverA } + +thisIdentifier = \thisIdentifierMovI +thisTempo = \thisTempoMovI +thisTocLabel = \label \thisLabelMovI +\include "01/music.ily" +\bookpart { \include "common/conductor-staff.ily" } + +thisIdentifier = \thisIdentifierMovII +thisTempo = \thisTempoMovII +thisTocLabel = \label \thisLabelMovII +\include "02/music.ily" +\bookpart { \include "common/conductor-staff.ily" } + +thisIdentifier = \thisIdentifierMovIII +thisTempo = \thisTempoMovIII +thisTocLabel = \label \thisLabelMovIII +\include "03/music.ily" +\bookpart { \include "common/conductor-staff.ily" } + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt new file mode 100755 index 000000000..da37d9a80 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt @@ -0,0 +1,44 @@ +The guitar continuo in this Mutopia edition was freely +adapted from an IMSLP edition edited by Helmut Kickton +and licensed under Creative Commons Attribution 4: + +https://imslp.org/wiki/4_Balets_de_village_en_trio%2C_Op.52_(Boismortier%2C_Joseph_Bodin_de) + +I have kept the same layout format (re. line breaks) +as the above edition so that guitarists can easily +compare the guitar continuo with the keyboard original. + +This is the first installment in what I hope will be a +Mutopia collection of pieces for flute, violin, and guitar. +Except for having the placing the parts files in a separate +folder, the file structure follows the Mutopia ensemble +template from https://github.com/MutopiaProject/MutopiaProject. + + +Mike Blackstock, +Maintainer + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily new file mode 100755 index 000000000..67ac87fef --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily @@ -0,0 +1,112 @@ +%{ + *********************************************************************** + * * + * Generation of Cover Page to be inserted at the top of the * + * Conductor's edition * + * * + * * + * * + * * + * SETUP: * Adjust the Table of Contents Layout as explained in the * + * corresponding section below. * + * * Change the proportions upon changes * + * to 'set-global-staff-size * + * * + * Do not compile * + * * + *********************************************************************** +%} + +\include "version.ily" +\include "variables.ily" + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Cover and TOC pages %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\paper { + first-page-number = 0 % adjusted for cover page + left-margin = 12\mm + top-margin = 12.6\mm + bottom-margin = 8\mm +} + +%% - Formatting of titles for Cover page and TOC +%% - all variables in this section are defined in /common/variables.ily +coverComposer = \markup { \abs-fontsize #24 \thisComposer } +coverDates = \markup { \abs-fontsize #17 \thisDates } +coverVolutesUp = \markup {\epsfile #X #80 #"./common/scroll-one-top.eps"} +coverTitle = \markup { \abs-fontsize #30 \medium \smallCaps \thisWork } +coverTonality = \markup { \abs-fontsize #22 \medium \thisTonality } +coverOpus = \markup { \abs-fontsize #22 \medium \thisOpus } +coverSubtitle = \markup { \abs-fontsize #16 \medium \thisOrchester } +coverDateCollection = \markup { \abs-fontsize #20 \medium \thisDateOfPublication } +coverVolutesDown = \markup {\epsfile #X #80 #"./common/scroll-one-btm.eps"} +coverGenre = \markup { \abs-fontsize #28 \combinedPublicationName } +TocComposer = \markup { \abs-fontsize #14 \thisComposer } +TocTitle = \markup { \abs-fontsize #18 \medium \smallCaps \thisWork } +TocTonality = \markup { \abs-fontsize #14 \medium \thisTonality } +TocHeading = \markup { \abs-fontsize #22 "Table of Contents" } +TocSource = \markup { \abs-fontsize #11 \medium \thisSource } + + +%%% Table of Contents functions +#(define-markup-command (toc-line layout props label text) (symbol? markup?) + (interpret-markup layout props(markup #:abs-fontsize 14 #:fill-line (text #:page-ref label "8" "?")))) + + +%%% Title Page Text Layout +%% all variables in this section are defined above (this file) + +CoverA = \markup { + \override #'(line-width . 145) + \column { + \fontsize #3 \bold \override #'(box-padding . 0.0) \override #'(thickness . 4.0) + \box + \column { + \fill-line { \lower #16 \coverComposer } + \fill-line { \lower #8 \coverDates } + \combine \null \vspace #2 + \fill-line { \lower #22 \coverVolutesUp } + \fill-line { \lower #15 \coverTitle } + \fill-line { \lower #10 \coverTonality } + \fill-line { \lower #14 \coverOpus } + \fill-line { \lower #9 \coverSubtitle} + \fill-line { \lower #6 \draw-line #'(20 . 0) } + \fill-line { \lower #9 \coverDateCollection } + \combine \null \vspace #1 + \fill-line { \lower #19 \coverVolutesDown } + \fill-line { \lower #14 \coverGenre } + \combine \null \vspace #3.7 + } + } +} + +%%% Table of Contents Text Layout +%% all variables in this section re defined above (this file) excep{}t where not%ed +%{ +PageToc = \markup { + \override #'(line-width . 145) + \fontsize #3 + \column { + \fill-line {\lower #27 \TocComposer} + \fill-line {\lower #7 \TocTitle} + \fill-line {\lower #6 \TocTonality} + \fill-line {\lower #22 \TocHeading} + \fill-line {\lower #6 \override #'(thickness . 3) \draw-line #'(70 . 0)} + \fill-line { \null } + %---------------------- TOC lines reference variables from /common/variables.ily + %---------------------- SETUP: (a) Copy and adjust movement-specific variables, one entry per movement + %---------------------- (b) May need to adjust horizontal spacing values + \fill-line {\override #'(line-width . 70) \lower #10 \toc-line \thisLabelMovI \concat { \hspace #3.2 \thisIdentifierMovI " - " \thisTempoMovI } } + \fill-line {\override #'(line-width . 70) \lower #6 \toc-line \thisLabelMovII \concat { \hspace #1.5 \thisIdentifierMovI}I " - " \thisTempoMovII } } + \fill-line {\override #'(line-width . 70) \lower #6 \toc-line \thisLabelMovIII \concat { \hspace #0 \thisIdentifierMovIII " - " \thisTempoMovIII } } + %---------------------------------------------- end TOC entry lines + \fill-line {\lower #8 \override #'(thickness . 3) \draw-line% #'(70 . 0)} + \fill-line {\lower #20 \concat { "Source: " \TocSource }} + \fill-line {\lower #25 \coverGenre} + \combine \null \vspace #4.4 + } +} +%} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily new file mode 100755 index 000000000..1956b058a --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily @@ -0,0 +1,21 @@ +%{ + *********************************************************************** + * * + * General dimensions, conductor's score * + * * + * Do not compile * + * * + *********************************************************************** +%} + +\include "version.ily" + +% Overall size = influences the arrangement of covers and text-based pages + +#(set-global-staff-size 14) + +% Dimension of scores + +\layout { + #(layout-set-staff-size 17) +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily new file mode 100755 index 000000000..7bc77b00c --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily @@ -0,0 +1,33 @@ +\include "version.ily" +\include "styles.ily" +%\thisTocLabel +\score { + \keepWithTag #'printed + << + \new Staff { + \set Staff.instrumentName = \thisInstrNameI + \thisClefInstrI + \global + \flute + } + + \new Staff { + \set Staff.instrumentName = \thisInstrNameII + \thisClefInstrII + \global + \violin + } + + \new Staff \with { + \override RestCollision.positioning-done = #merge-rests-on-positioning + } + << + \set Staff.instrumentName = \thisInstrNameIII + \thisClefInstrIII + \global + \guitar + >> + + >> + \layout{ } +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily new file mode 100755 index 000000000..f3457b3cd --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily @@ -0,0 +1,150 @@ +%{ + * a hodge-podge of definitions +%} + +\include "merge-rests.scm" + +%----Definitions with template dependencies +staffUp = \change Staff = "upper" +staffDown = \change Staff = "lower" +condenseRests = \set Score.skipBars = ##t +%----------------------------------------- + + +%----Sample definitions +hideF = \tweak #'stencil ##f \f +hideFF = \tweak #'stencil ##f \ff +hideMF = \tweak #'stencil ##f \mf +hideMP = \tweak #'stencil ##f \mp +hideP = \tweak #'stencil ##f \p +hidePP = \tweak #'stencil ##f \pp +hidePPP = \tweak #'stencil ##f \ppp +hidePPPP = \tweak #'stencil ##f \pppp + +omitDynamic = \once\omit DynamicText + +scrCourtMordent = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.mordent" \hspace #0.2 ")" } } +scrCourtMordStem = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.mordent" \hspace #0.2 ")" } } +scrCourtMordentRight = \markup { \center-align \concat { \hspace #1.4 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.mordent" \hspace #0.2 ")" } } +scrCourtTurn = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.turn" \hspace #0.2 ")" } } +scrCourtRevTurn = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.reverseturn" \hspace #0.2 ")" } } +scrCourtPrall = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.prall" \hspace #0.2 ")" } } +scrCourtPrallStem = \markup { \center-align \concat { \hspace #1.9 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.prall" \hspace #0.2 ")" } } +scrCourtPrallPrall = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.6 \small \musicglyph #"scripts.prallprall" \hspace #0.2 ")" } } +scrCourtTrill = \markup { \center-align \concat { \hspace #0.6 "(" \hspace #0.2 \raise #0.0 \small \musicglyph #"scripts.trill" \hspace #0.2 ")" } } +scrTutti = \markup \tiny \bold "Tutti" +scrTuttiCtr = \markup { \center-align \tiny \bold \whiteout "Tutti" } +scrTuttiCtrPar = \markup { \center-align \tiny \bold \whiteout "(Tutti)" } +scrPiano = \markup { \small \concat { \dynamic p \italic \bold "iano" } } +scrPianoSpc = \markup { \small \concat { \hspace #1 \dynamic p \italic \bold "iano" } } +scrPianoLeft = \markup { \center-align \small \concat { \hspace #3.7 \dynamic p \italic \bold "iano" } } +scrForteParLeft = \markup { \center-align \small \concat { \hspace #1.7 \italic "(" \dynamic f \italic \bold "orte)" } } +scrPianoWhite = \markup { \small \whiteout \concat { \dynamic p \italic \bold "iano" } } +scrPianoPar = \markup { \small \concat { \italic \bold "(" \dynamic p \italic \bold "iano)" } } +scrPianoParWhite = \markup { \small \whiteout \concat { \italic \bold "(" \dynamic p \italic \bold "iano)" } } +scrForte = \markup { \small \concat { \dynamic f \italic \bold "orte" } } +scrForteLeft = \markup { \center-align \small \concat { \hspace #2 \dynamic f \italic \bold "orte" } } +scrFortePar = \markup { \small \concat { \italic \bold "(" \dynamic f \italic \bold "orte)" } } +scrForteParCtr = \markup { \center-align \small \concat { \italic \bold "(" \dynamic f \italic \bold "orte)" } } +scrSolo = \markup \small \bold "Solo" +scrTastoSolo = \markup \small \bold "Tasto Solo" +scrSpiccato = \markup { \center-align \concat { \hspace #4 \small \bold "spiccato" } } +scrSpiccatoLeft = \markup \small \bold "spiccato" +scrSoloPiano = \markup { \override #'(baseline-skip . 0) \center-align \center-column \small \whiteout { \bold " Solo " \concat { \dynamic p \italic \bold "iano" } } } +scrSoloPianoLeftAlg = \markup { \override #'(baseline-skip . 0) \left-align \center-column \small \whiteout { \bold " Solo " \concat { \dynamic p \italic \bold "iano" } } } +scrTuttiSpiccato = \markup { \override #'(baseline-skip . 0.2) \left-align \left-column \small \bold \whiteout { "Tutti" "spiccato" } } + +scrNoPad = { + \once \override TextScript.staff-padding = #'() + \once \override TextScript.outside-staff-padding = #0.1 +} + +nachschlag = { + \shape #'((0 . 0.2) (0 . 0) (0 . 0) (0 . 0)) Slur + \once \override Slur.height-limit = 0.5 + \once \override NoteHead.font-size = -5 + \once \override Flag.font-size = -5 + \once \override Stem.length = 4 + \once \override Beam.beam-thickness = 0.3 + \once \override Beam.length-fraction = 0.5 + \once \override Beam.shorten = 1 +} + +setUpPrallSpanner = { + \override TrillSpanner.bound-details.left.text = \markup { + \halign #-1.1 \concat { + \raise #1.0 + \smaller + \musicglyph #"scripts.upprall" + \hspace #-.6 + } + } + \override TrillSpanner.bound-details.right.padding = #'3.0 + \override TrillSpanner.bound-details.left.padding = #'0 + \override TrillSpanner.to-barline = ##t +} + +setTrillSpanner = { + \override TrillSpanner.bound-details.left.text = \markup{ \musicglyph #"scripts.trill" } + \override TrillSpanner.bound-details.right.padding = #'5.0 + \override TrillSpanner.bound-details.left.padding = #'1.0 + \override TrillSpanner.to-barline = ##t +} + +setBeatStructureQuarter = { + \set Voice.baseMoment = #(ly:make-moment 1/4) + \set Voice.beatStructure = #'(1 1 1 1) +} + +setBeatStructureHalf = { + \set Voice.baseMoment = #(ly:make-moment 1/2) + \set Voice.beatStructure = #'(1 1) +} + +setBeatStructureEigth = { + \set Voice.baseMoment = #(ly:make-moment 1/8) + \set Voice.beatStructure = #'(1 1 1) + \set Timing.beamExceptions = #'() +} + +doKneedBeam = \once \override Beam.auto-knee-gap = #1 +flatBeam = \once \override Beam.damping = #+inf.0 +lessBeamSlant = \once \override Beam.damping = #2 + +posTextScriptA = \once \override TextScript.extra-offset = #'(0 . -1.9) +posTextScriptB = \once \override TextScript.extra-offset = #'(0 . -6.6) +posTextScriptC = \once \override TextScript.extra-offset = #'(0 . -0.3) +posTextScriptD = \once \override TextScript.extra-offset = #'(1.4 . 0) +posTextScriptE = \once \override TextScript.extra-offset = #'(-2.0 . -0.3) +posTextScriptF = \once \override TextScript.extra-offset = #'(3.9 . -0.5) + +alignBeamOne = \once \override Beam.positions = #'(0.1 . -0.1) +alignBeamTwo = \once \override Beam.positions = #'(-2.7 . -3.7) +alignBeamTre = \once \override Beam.positions = #'(1.9 . 1.9) +alignBeamQtr = \once \override Beam.positions = #'(3.4 . 3.4) +alignBeamCin = \once \override Beam.positions = #'(1.9 . 2.3) +alignBeamSix = \once \override Beam.positions = #'(2.9 . 2.9) +alignBeamSep = \once \override Beam.positions = #'(-3.1 . -1.8) + +shapeSlurA = \shape #'((0 . 0.6) (0 . 0.6) (0 . 0.6) (0 . 0.6)) Slur +shapeSlurB = \shape #'((0 . 0) (1 . 0.6) (-1 . 0.6) (-0.5 . 0)) Tie +shapeSlurC = \shape #'((0 . 0) (1 . -0.6) (-1 . -0.6) (-0.5 . 0)) Tie +shapeSlurD = \shape #'((0 . 0) (1 . 0.6) (-1 . 0.6) (0 . 0)) Tie +shapeSlurE = \shape #'((0 . 0) (1 . -0.6) (-1 . -0.6) (0 . 0)) Tie +shapeSlurF = \shape #'((0 . 0) (0 . -0.6) (0 . -0.6) (0 . 0)) Slur +shapeSlurG = \shape #'((0 . 0) (1 . 0.6) (-1 . 0.6) (0 . 0)) Slur +shapeSlurH = \shape #'((0 . 0) (1 . 0.3) (-1 . 0.3) (0 . 0)) Tie + +scriptAboveSlur = \once \override Script.avoid-slur = #'outside + +smallNotehead = { + \override NoteHead.font-size = #-4 + \override Accidental.font-size = #-4 + \override Beam.beam-thickness = #0.35 + \override Beam.length-fraction = #0.7 } +noteLeft = \once \override NoteColumn #'force-hshift = #-0.7 +longerStem = \once \override Stem #'length-fraction = #(magstep 2) +hideAccidental = \once \override Voice.Accidental.stencil = ##f +hideTupletBracket = \override TupletBracket.bracket-visibility = ##f +hideTuplets = { \override TupletNumber.transparent = ##t } +showTuplets = { \override TupletNumber.transparent = ##f} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm new file mode 100755 index 000000000..c8b99511b --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm @@ -0,0 +1,59 @@ +#(define (rest-score r) + (let ((score 0) + (yoff (ly:grob-property-data r 'Y-offset)) + (sp (ly:grob-property-data r 'staff-position))) + (if (number? yoff) + (set! score (+ score 2)) + (if (eq? yoff 'calculation-in-progress) + (set! score (- score 3)))) + (and (number? sp) + (<= 0 2 sp) + (set! score (+ score 2)) + (set! score (- score (abs (- 1 sp))))) + score)) + +#(define (merge-rests-on-positioning grob) + (let* ((can-merge #f) + (elts (ly:grob-object grob 'elements)) + (num-elts (and (ly:grob-array? elts) + (ly:grob-array-length elts))) + (two-voice? (= num-elts 2))) + (if two-voice? + (let* ((v1-grob (ly:grob-array-ref elts 0)) + (v2-grob (ly:grob-array-ref elts 1)) + (v1-rest (ly:grob-object v1-grob 'rest)) + (v2-rest (ly:grob-object v2-grob 'rest))) + (and + (ly:grob? v1-rest) + (ly:grob? v2-rest) + (let* ((v1-duration-log (ly:grob-property v1-rest 'duration-log)) + (v2-duration-log (ly:grob-property v2-rest 'duration-log)) + (v1-dot (ly:grob-object v1-rest 'dot)) + (v2-dot (ly:grob-object v2-rest 'dot)) + (v1-dot-count (and (ly:grob? v1-dot) + (ly:grob-property v1-dot 'dot-count -1))) + (v2-dot-count (and (ly:grob? v2-dot) + (ly:grob-property v2-dot 'dot-count -1)))) + (set! can-merge + (and + (number? v1-duration-log) + (number? v2-duration-log) + (= v1-duration-log v2-duration-log) + (eq? v1-dot-count v2-dot-count))) + (if can-merge + ;; keep the rest that looks best: + (let* ((keep-v1? (>= (rest-score v1-rest) + (rest-score v2-rest))) + (rest-to-keep (if keep-v1? v1-rest v2-rest)) + (dot-to-kill (if keep-v1? v2-dot v1-dot))) + ;; uncomment if you're curious of which rest was chosen: + ;;(ly:grob-set-property! v1-rest 'color green) + ;;(ly:grob-set-property! v2-rest 'color blue) + (ly:grob-suicide! (if keep-v1? v2-rest v1-rest)) + (if (ly:grob? dot-to-kill) + (ly:grob-suicide! dot-to-kill)) + (ly:grob-set-property! rest-to-keep 'direction 0) + (ly:rest::y-offset-callback rest-to-keep))))))) + (if can-merge + #t + (ly:rest-collision::calc-positioning-done grob)))) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily new file mode 100755 index 000000000..ede8aa72e --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily @@ -0,0 +1,12 @@ +\header { + date = "1734" + style = "Baroque" + source = "Paris: Chez l' Auteur, La Ve. Boivin, Le Clerc, 1734" + maintainer = "Mike Blackstock" + maintainerEmail = "mike (at) omet (dot) ca" + license = "Creative Commons Attribution-ShareAlike 4.0" + mutopiatitle = "Premier Balet de Village" + mutopiaopus = "Op. 52" + mutopiacomposer = "BoismortierJB" + mutopiainstrument = "Flute, violin and guitar" +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily new file mode 100755 index 000000000..b5d1a84bf --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily @@ -0,0 +1,22 @@ +%{ + *********************************************************************** + * * + * General dimensions, separate parts * + * * + * Do not compile * + * * + *********************************************************************** +%} + +\include "version.ily" + +% Global dimension = influences the arrangement of cover pages and text +% Dimension globale = influence la disposition des couvertures et pages textuelles + +#(set-global-staff-size 19) + +% Dimension of scores + +\layout { + #(layout-set-staff-size 19) +} diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily new file mode 100755 index 000000000..3c5bbeeba --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily @@ -0,0 +1,31 @@ +%{ + *********************************************************************** + * * + * score block for single-staff instruments * + * * + * Do not compile * + * * + *********************************************************************** +%} + +\include "version.ily" +\include "styles.ily" + +\score { + \keepWithTag #'printed %------------------------------- [manual entry] + + \new Staff \with { + \override RestCollision.positioning-done = #merge-rests-on-positioning + } + + << + + \set Staff.instrumentName = \thisInstrName %------- defined ahead of file insertion + \thisClef %------------------------------- defined ahead of file insertion + \condenseRests %------------------------------- /common/definitions.ily + \global %------------------------------- /mov_/music.ily + \theseNotes %------------------------------- defined ahead of file insertion + + >> + \layout{ } +} \ No newline at end of file diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps new file mode 100755 index 000000000..b1f139b8d --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps @@ -0,0 +1,1544 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.10.2 (http://cairographics.org) +%%CreationDate: Sat Feb 1 03:48:58 2014 +%%Pages: 1 +%%BoundingBox: 0 -1 365 166 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +/cairo_eps_state save def +/dict_count countdictstack def +/op_count count 1 sub def +userdict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/pdfmark where { pop globaldict /?pdfmark /exec load put } + { globaldict begin /?pdfmark /pop load def /pdfmark + /cleartomark load def end } ifelse +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 -1 365 166 +%%EndPageSetup +q 0 -1 365 167 rectclip q +0 165.477 366 -166 re W n +0.137255 0.121569 0.12549 rg +256.465 97.329 m 258.797 96.297 261.184 95.383 263.637 94.622 c 264.883 +94.235 266.145 93.891 267.422 93.586 c 268.008 93.45 268.598 93.325 +269.188 93.207 c 269.828 93.079 270.473 92.997 271.078 92.774 c 270.461 +92.891 269.844 93.004 269.223 93.122 c 270.578 92.954 271.918 92.719 +273.258 92.493 c 272.898 92.543 272.539 92.59 272.176 92.641 c 273.281 +92.602 274.395 92.422 275.438 92.102 c 274.82 92.215 274.203 92.332 +273.586 92.446 c 273.699 92.434 274.051 92.442 274.254 92.422 c 274.543 +92.399 274.832 92.356 275.121 92.325 c 275.738 92.254 276.355 92.196 +276.98 92.149 c 278.176 92.047 279.371 91.989 280.57 91.954 c 282.926 +91.887 285.289 91.957 287.633 92.141 c 292.34 92.516 296.992 93.414 +301.461 94.786 c 303.711 95.469 305.91 96.282 308.055 97.196 c 309.141 +97.664 310.211 98.161 311.266 98.676 c 311.777 98.93 312.281 99.188 +312.785 99.454 c 313.309 99.727 313.797 100.047 314.316 100.305 c +315.367 100.821 316.324 101.539 317.281 102.184 c 317.742 102.489 +318.191 102.809 318.633 103.133 c 319.105 103.477 319.637 103.821 +320.02 104.243 c 320.352 104.602 320.789 104.903 321.168 105.227 c +321.59 105.586 322 105.957 322.402 106.332 c 323.168 107.047 323.898 +107.793 324.594 108.563 c 330.539 115.114 333.734 123.414 334.039 +131.805 c 334.203 136.434 333.305 141.125 331.605 145.497 c 329.965 +149.723 327.504 153.747 324.051 157.012 c 323.422 157.61 322.762 +158.164 322.074 158.704 c 321.754 158.954 321.402 159.145 321.102 +159.414 c 320.766 159.715 320.32 159.961 319.941 160.215 c 319.574 +160.465 319.195 160.688 318.793 160.891 c 318.375 161.106 317.98 161.36 +317.562 161.582 c 317.191 161.786 316.812 161.969 316.43 162.149 c +316.02 162.344 315.594 162.61 315.152 162.739 c 315.41 162.68 315.668 +162.625 315.922 162.567 c 315.473 162.653 315.051 162.739 314.633 +162.911 c 314.27 163.059 313.902 163.2 313.535 163.336 c 312.793 +163.614 312.035 163.856 311.266 164.063 c 310.895 164.164 310.52 +164.254 310.145 164.332 c 309.953 164.372 309.777 164.438 309.594 +164.497 c 309.402 164.563 308.77 164.672 309.566 164.539 c 308.801 +164.668 308.023 164.739 307.258 164.864 c 306.812 164.938 306.32 +164.985 305.898 165.137 c 305.758 165.184 306.074 165.149 306.016 +165.153 c 306.242 165.133 306.465 165.098 306.688 165.059 c 307.598 +164.914 308.52 164.829 309.434 164.664 c 309.988 164.571 310.543 +164.469 311.09 164.336 c 311.461 164.243 311.805 164.118 312.168 +164.036 c 313.031 163.84 313.879 163.602 314.715 163.329 c 315.547 +163.059 316.34 162.661 317.176 162.414 c 316.918 162.473 316.664 +162.528 316.406 162.586 c 316.75 162.524 317.086 162.454 317.418 +162.356 c 317.684 162.282 317.953 162.102 318.195 161.989 c 318.75 +161.723 319.301 161.457 319.84 161.172 c 320.844 160.633 321.82 160.079 +322.746 159.434 c 324.652 158.102 326.43 156.645 327.938 154.938 c +331.055 151.411 333.238 147.215 334.609 142.903 c 337.383 134.168 +336.594 124.793 332.484 116.497 c 328.793 109.051 322.379 102.86 +314.504 98.805 c 306.32 94.582 297.105 92.071 287.664 91.61 c 285.352 +91.493 283.027 91.508 280.715 91.637 c 279.531 91.704 278.352 91.801 +277.172 91.926 c 275.746 92.075 274.332 92.133 272.961 92.555 c 273.578 +92.438 274.195 92.325 274.812 92.211 c 274.895 92.196 274.871 92.196 +274.742 92.211 c 274.598 92.223 274.461 92.239 274.316 92.247 c 273.957 +92.258 273.59 92.332 273.234 92.395 c 272.793 92.469 272.355 92.543 +271.93 92.614 c 270.855 92.786 269.73 92.844 268.723 93.211 c 269.078 +93.141 269.43 93.067 269.785 92.993 c 264.398 93.954 259.242 95.497 +254.312 97.672 c 254.191 97.727 254.465 97.688 254.434 97.692 c 254.66 +97.668 254.883 97.633 255.105 97.598 c 255.527 97.532 256.074 97.497 +256.465 97.329 c f +217.129 71.016 m 227.707 70.2 238.359 72.348 247.488 77.188 c 256.375 +81.903 263.5 89.059 267.762 97.454 c 272.16 106.118 273.723 116.282 +270.121 125.372 c 266.641 134.157 258.684 141.25 248.879 144.414 c +243.832 146.051 238.238 146.762 232.934 145.809 c 227.84 144.891 +223.184 142.481 219.68 139.067 c 216.086 135.567 213.895 131.024 213.41 +126.305 c 212.926 121.567 215.023 116.879 218.938 113.676 c 222.789 +110.524 228.688 108.809 233.762 110.336 c 238.723 111.832 242.59 +116.758 241.504 121.497 c 240.785 124.625 237.691 126.985 234.145 +127.219 c 232.348 127.34 230.637 126.622 229.484 125.418 c 228.922 +124.829 228.559 124.102 228.359 123.36 c 228.062 122.262 228.48 121.391 +228.973 120.403 c 229.172 120.004 228.559 119.664 228.305 120.055 c +228.277 120.098 228.254 120.137 228.227 120.176 c 228.449 120.293 +228.672 120.407 228.895 120.52 c 234.07 112.184 241.598 105.145 250.711 +100.18 c 259.516 95.383 269.66 92.633 279.953 92.192 c 290.559 91.743 +301.203 93.813 310.668 98.102 c 315.504 100.293 319.875 103.145 323.543 +106.723 c 327.055 110.145 329.832 114.164 331.738 118.481 c 335.578 +127.164 335.695 136.946 332.109 145.711 c 330.246 150.278 327.43 +154.516 323.41 157.825 c 319.594 160.969 314.844 163.141 309.789 +164.172 c 302.688 165.622 295.148 164.625 288.773 161.5 c 288.336 +161.286 287.949 161.883 288.387 162.098 c 297.598 166.614 308.887 +166.598 318.098 162.079 c 322.68 159.832 326.539 156.5 329.297 152.536 +c 332.102 148.5 333.949 143.872 334.863 139.2 c 336.633 130.161 334.668 +120.7 329.488 112.778 c 326.863 108.762 323.406 105.192 319.367 102.262 +c 315.172 99.219 310.332 96.961 305.312 95.207 c 295.594 91.817 284.973 +90.727 274.637 91.93 c 264.457 93.118 254.645 96.606 246.312 101.954 c +238.859 106.739 232.676 113.012 228.227 120.176 c 227.984 120.567 +228.645 120.907 228.895 120.52 c 228.922 120.481 228.945 120.442 +228.973 120.403 c 228.75 120.289 228.527 120.172 228.305 120.055 c 228 +120.672 227.664 121.274 227.52 121.938 c 227.383 122.559 227.508 +123.211 227.691 123.813 c 228.016 124.891 228.75 125.856 229.691 +126.579 c 231.711 128.129 234.48 128.204 236.871 127.356 c 239.211 +126.528 241.004 124.821 241.898 122.739 c 242.836 120.563 242.484 +118.071 241.496 115.965 c 239.465 111.653 234.562 108.895 229.336 +109.082 c 224.188 109.274 219.246 111.715 216.168 115.372 c 214.629 +117.196 213.543 119.293 212.984 121.52 c 212.398 123.848 212.504 +126.227 212.984 128.559 c 213.922 133.102 216.508 137.317 220.203 +140.539 c 223.863 143.735 228.617 145.868 233.66 146.625 c 238.91 +147.414 244.418 146.614 249.375 144.989 c 259.055 141.813 266.816 +134.895 270.543 126.332 c 274.434 117.387 273.156 107.34 269.152 98.606 +c 265.266 90.125 258.492 82.832 249.953 77.758 c 241.258 72.598 230.844 +69.95 220.414 70.161 c 219.32 70.18 218.227 70.239 217.137 70.325 c +216.645 70.364 216.633 71.051 217.129 71.012 c f +187.57 50.981 m 185.832 51.743 184.051 52.426 182.223 52.997 c 181.293 +53.286 180.348 53.539 179.398 53.766 c 178.961 53.872 178.52 53.961 +178.078 54.047 c 177.602 54.145 177.121 54.207 176.672 54.372 c 177.133 +54.286 177.594 54.2 178.051 54.114 c 177.047 54.239 176.047 54.411 +175.043 54.582 c 175.312 54.543 175.582 54.508 175.848 54.473 c 175.023 +54.504 174.195 54.637 173.418 54.875 c 173.879 54.789 174.34 54.704 +174.801 54.618 c 174.715 54.629 174.453 54.622 174.301 54.633 c 174.086 +54.653 173.871 54.684 173.656 54.707 c 173.195 54.758 172.73 54.805 +172.266 54.84 c 171.379 54.911 170.484 54.961 169.59 54.985 c 167.832 +55.036 166.07 54.981 164.32 54.844 c 160.809 54.567 157.34 53.891 +154.004 52.875 c 152.328 52.364 150.688 51.754 149.086 51.071 c 148.273 +50.723 147.477 50.356 146.691 49.969 c 146.309 49.782 145.934 49.59 +145.559 49.391 c 145.168 49.188 144.805 48.946 144.414 48.754 c 143.633 +48.368 142.918 47.836 142.203 47.356 c 141.859 47.125 141.523 46.887 +141.191 46.645 c 140.844 46.387 140.445 46.133 140.16 45.817 c 139.914 +45.547 139.586 45.325 139.305 45.082 c 138.992 44.813 138.684 44.539 +138.383 44.258 c 137.812 43.723 137.266 43.168 136.75 42.594 c 132.312 +37.707 129.93 31.516 129.703 25.254 c 129.582 21.805 130.25 18.305 +131.516 15.043 c 132.742 11.891 134.578 8.887 137.152 6.454 c 137.625 +6.008 138.117 5.59 138.629 5.192 c 138.867 5.004 139.129 4.86 139.352 +4.661 c 139.602 4.438 139.934 4.254 140.219 4.063 c 140.492 3.875 +140.773 3.707 141.074 3.559 c 141.391 3.399 141.68 3.207 141.992 3.039 +c 142.27 2.895 142.555 2.758 142.84 2.622 c 143.145 2.473 143.465 2.278 +143.793 2.18 c 143.598 2.223 143.41 2.266 143.219 2.309 c 143.551 2.243 +143.867 2.18 144.176 2.051 c 144.449 1.942 144.723 1.836 145 1.735 c +145.551 1.528 146.117 1.348 146.691 1.192 c 146.965 1.118 147.246 1.051 +147.527 0.993 c 147.672 0.961 147.801 0.914 147.938 0.868 c 148.082 +0.821 148.551 0.739 147.961 0.836 c 148.531 0.739 149.109 0.692 149.68 +0.594 c 150.012 0.543 150.379 0.504 150.695 0.395 c 150.801 0.356 +150.562 0.383 150.605 0.379 c 150.438 0.395 150.27 0.422 150.105 0.446 +c 149.426 0.559 148.738 0.622 148.059 0.743 c 147.645 0.817 147.227 +0.891 146.82 0.993 c 146.547 1.059 146.289 1.153 146.02 1.215 c 145.375 +1.36 144.742 1.539 144.121 1.739 c 143.5 1.942 142.906 2.239 142.281 +2.422 c 142.473 2.379 142.668 2.336 142.855 2.297 c 142.602 2.344 +142.348 2.391 142.102 2.465 c 141.902 2.52 141.707 2.653 141.52 2.743 c +141.109 2.938 140.695 3.137 140.293 3.352 c 139.547 3.75 138.816 4.168 +138.129 4.645 c 136.707 5.637 135.379 6.727 134.254 8 c 131.926 10.629 +130.301 13.762 129.277 16.977 c 127.207 23.493 127.797 30.489 130.863 +36.676 c 133.617 42.231 138.402 46.848 144.273 49.875 c 150.379 53.024 +157.254 54.899 164.297 55.243 c 166.023 55.325 167.754 55.313 169.48 +55.223 c 170.363 55.172 171.246 55.102 172.125 55.008 c 173.188 54.895 +174.246 54.852 175.266 54.536 c 174.805 54.622 174.344 54.707 173.883 +54.793 c 173.824 54.805 173.84 54.805 173.938 54.793 c 174.043 54.786 +174.148 54.774 174.254 54.77 c 174.523 54.758 174.797 54.704 175.059 +54.657 c 175.391 54.602 175.715 54.543 176.035 54.493 c 176.836 54.364 +177.676 54.321 178.426 54.043 c 178.164 54.098 177.898 54.157 177.633 +54.211 c 181.652 53.497 185.5 52.34 189.176 50.719 c 189.266 50.68 +189.062 50.707 189.086 50.707 c 188.918 50.719 188.75 50.75 188.586 +50.778 c 188.27 50.825 187.863 50.848 187.57 50.981 c f +217.23 70.321 m 209.34 70.93 200.562 69.469 193.754 65.86 c 187.125 +62.344 181.809 57.008 178.629 50.743 c 175.348 44.286 174.184 36.7 +176.871 29.918 c 179.465 23.364 185.398 18.075 192.715 15.711 c 196.48 +14.493 200.652 13.961 204.609 14.676 c 208.41 15.356 211.883 17.157 +214.5 19.7 c 217.18 22.313 218.812 25.704 219.176 29.223 c 219.535 +32.754 217.969 36.254 215.051 38.645 c 212.176 40.993 207.777 42.274 +203.992 41.133 c 200.293 40.02 197.406 36.344 198.219 32.805 c 198.754 +30.473 201.062 28.715 203.711 28.539 c 205.047 28.45 206.32 28.985 +207.184 29.883 c 207.605 30.321 207.875 30.864 208.023 31.422 c 208.242 +32.239 207.934 32.887 207.566 33.625 c 207.418 33.922 207.875 34.176 +208.062 33.883 c 208.086 33.852 208.102 33.825 208.121 33.793 c 207.957 +33.707 207.789 33.622 207.625 33.536 c 203.762 39.75 198.148 45.008 +191.348 48.711 c 184.781 52.289 177.215 54.34 169.535 54.668 c 161.621 +55.008 153.684 53.457 146.625 50.262 c 143.012 48.629 139.754 46.497 +137.016 43.829 c 134.398 41.278 132.328 38.278 130.902 35.063 c 128.039 +28.582 127.953 21.286 130.625 14.747 c 132.02 11.34 134.117 8.176 +137.117 5.704 c 139.965 3.364 143.508 1.743 147.277 0.973 c 152.574 +-0.109 158.203 0.637 162.957 2.969 c 163.281 3.125 163.566 2.68 163.242 +2.52 c 156.371 -0.847 147.949 -0.839 141.082 2.532 c 137.664 4.215 +134.785 6.7 132.727 9.653 c 130.633 12.661 129.254 16.122 128.57 19.602 +c 127.254 26.348 128.719 33.403 132.582 39.313 c 134.543 42.309 137.121 +44.973 140.133 47.157 c 143.262 49.426 146.875 51.114 150.617 52.418 c +157.867 54.95 165.789 55.762 173.504 54.864 c 181.094 53.977 188.414 +51.375 194.629 47.383 c 200.191 43.813 204.801 39.137 208.121 33.793 c +208.301 33.504 207.809 33.25 207.625 33.536 c 207.605 33.567 207.586 +33.598 207.566 33.625 c 207.73 33.711 207.898 33.797 208.062 33.883 c +208.293 33.422 208.543 32.977 208.648 32.477 c 208.75 32.016 208.656 +31.532 208.52 31.082 c 208.277 30.278 207.73 29.555 207.027 29.016 c +205.523 27.86 203.457 27.809 201.676 28.438 c 199.93 29.055 198.59 +30.332 197.922 31.879 c 197.223 33.504 197.484 35.364 198.223 36.938 c +199.738 40.153 203.395 42.211 207.293 42.067 c 211.133 41.926 214.82 +40.106 217.117 37.379 c 218.266 36.016 219.078 34.454 219.496 32.793 c +219.926 31.055 219.852 29.282 219.496 27.543 c 218.797 24.149 216.863 +21.008 214.109 18.602 c 211.379 16.223 207.832 14.625 204.066 14.063 c +200.152 13.473 196.047 14.075 192.344 15.286 c 185.125 17.653 179.336 +22.813 176.555 29.2 c 173.652 35.872 174.605 43.372 177.59 49.883 c +180.492 56.211 185.543 61.653 191.914 65.434 c 198.398 69.286 206.168 +71.262 213.949 71.106 c 214.766 71.086 216.297 71.071 217.109 71.008 c f +271.375 91.532 m 271.668 90.09 272.047 88.664 272.535 87.266 c 272.785 +86.555 273.066 85.856 273.375 85.164 c 273.516 84.848 273.668 84.532 +273.82 84.219 c 273.992 83.883 274.188 83.559 274.289 83.204 c 274.121 +83.524 273.953 83.848 273.789 84.172 c 274.199 83.497 274.574 82.801 +274.949 82.11 c 274.84 82.289 274.734 82.473 274.629 82.653 c 275.02 +82.141 275.34 81.567 275.547 80.973 c 275.379 81.297 275.215 81.622 +275.047 81.942 c 275.082 81.887 275.219 81.727 275.285 81.633 c 275.379 +81.493 275.465 81.348 275.555 81.204 c 275.746 80.895 275.949 80.594 +276.152 80.293 c 276.547 79.715 276.965 79.149 277.395 78.594 c 278.246 +77.504 279.176 76.457 280.164 75.465 c 282.148 73.477 284.41 71.707 +286.871 70.2 c 288.105 69.438 289.398 68.75 290.723 68.122 c 291.398 +67.805 292.082 67.504 292.773 67.227 c 293.109 67.09 293.449 66.957 +293.785 66.829 c 294.141 66.696 294.504 66.598 294.848 66.457 c 295.539 +66.176 296.305 66.012 297.031 65.821 c 297.379 65.731 297.73 65.645 +298.082 65.567 c 298.453 65.481 298.852 65.368 299.234 65.356 c 299.562 +65.344 299.898 65.254 300.227 65.207 c 300.59 65.153 300.953 65.106 +301.316 65.067 c 302.012 64.989 302.715 64.938 303.414 64.911 c 309.379 +64.688 315.293 66.364 320.18 69.387 c 322.875 71.055 325.203 73.231 +327.047 75.641 c 328.832 77.981 330.191 80.61 330.746 83.403 c 330.848 +83.911 330.918 84.418 330.965 84.934 c 330.984 85.172 330.965 85.403 +331.004 85.641 c 331.047 85.903 331.02 86.2 331.02 86.469 c 331.023 +86.731 331.008 86.985 330.973 87.243 c 330.938 87.512 330.93 87.786 +330.902 88.059 c 330.875 88.301 330.836 88.543 330.797 88.786 c 330.754 +89.047 330.746 89.336 330.648 89.586 c 330.715 89.45 330.777 89.313 +330.844 89.172 c 330.723 89.407 330.613 89.633 330.551 89.883 c 330.5 +90.106 330.441 90.325 330.383 90.543 c 330.258 90.985 330.113 91.418 +329.941 91.844 c 329.859 92.051 329.766 92.254 329.672 92.457 c 329.625 +92.555 329.594 92.661 329.559 92.766 c 329.523 92.872 329.348 93.204 +329.574 92.797 c 329.355 93.188 329.102 93.567 328.887 93.961 c 328.762 +94.192 328.605 94.43 328.527 94.68 c 328.504 94.762 328.602 94.606 +328.586 94.633 c 328.656 94.524 328.723 94.411 328.785 94.293 c 329.043 +93.825 329.34 93.375 329.594 92.903 c 329.746 92.614 329.898 92.325 +330.027 92.028 c 330.117 91.825 330.176 91.622 330.262 91.426 c 330.477 +90.961 330.664 90.485 330.82 90.004 c 330.98 89.528 331.055 89.02 +331.23 88.547 c 331.164 88.684 331.098 88.825 331.035 88.961 c 331.129 +88.782 331.219 88.606 331.289 88.414 c 331.344 88.27 331.344 88.079 +331.371 87.926 c 331.43 87.575 331.484 87.223 331.523 86.872 c 331.594 +86.211 331.648 85.563 331.633 84.903 c 331.594 83.539 331.434 82.184 +331.031 80.86 c 330.203 78.122 328.637 75.551 326.703 73.309 c 322.785 +68.762 317.156 65.586 310.891 64.329 c 305.27 63.196 299.336 63.77 +294.066 65.809 c 288.586 67.922 283.688 71.153 279.871 75.254 c 278.934 +76.258 278.07 77.313 277.27 78.411 c 276.859 78.969 276.473 79.543 +276.098 80.125 c 275.648 80.825 275.148 81.489 274.871 82.27 c 275.039 +81.946 275.207 81.622 275.375 81.297 c 275.395 81.258 275.387 81.27 +275.348 81.332 c 275.301 81.399 275.258 81.469 275.207 81.536 c 275.078 +81.704 274.984 81.899 274.883 82.079 c 274.758 82.309 274.641 82.536 +274.516 82.754 c 274.215 83.309 273.82 83.836 273.652 84.434 c 273.742 +84.247 273.836 84.059 273.926 83.872 c 272.441 86.668 271.379 89.59 +270.762 92.637 c 270.746 92.711 270.824 92.575 270.816 92.59 c 270.887 +92.481 270.953 92.364 271.016 92.25 c 271.137 92.036 271.324 91.774 +271.375 91.532 c f +241.605 99.438 m 245.129 94.34 250.359 90.329 256.551 88.016 c 262.57 +85.766 269.32 85.235 275.703 86.465 c 282.281 87.735 288.645 90.856 +292.457 95.911 c 296.141 100.793 297.176 107.067 295.285 112.7 c +294.309 115.602 292.609 118.399 290.07 120.442 c 287.633 122.407 +284.508 123.606 281.25 123.907 c 277.906 124.219 274.5 123.5 271.633 +121.942 c 268.762 120.379 266.883 117.661 266.539 114.684 c 266.195 +111.75 267.441 108.438 270.219 106.711 c 272.938 105.028 277.195 +105.133 279.48 107.411 c 280.984 108.914 281.164 111.204 279.961 +112.895 c 279.352 113.758 278.301 114.258 277.184 114.329 c 276.637 +114.364 276.086 114.254 275.59 114.063 c 274.852 113.782 274.516 +113.266 274.137 112.672 c 273.988 112.434 273.562 112.579 273.691 +112.844 c 273.703 112.872 273.715 112.899 273.73 112.922 c 273.879 +112.868 274.027 112.809 274.176 112.75 c 271.391 107.27 270.219 101.207 +270.828 95.211 c 271.418 89.422 273.672 83.793 277.301 78.965 c 281.035 +73.993 286.219 69.954 292.219 67.282 c 295.289 65.914 298.555 65.008 +301.973 64.696 c 305.238 64.395 308.566 64.649 311.738 65.411 c 318.121 +66.942 323.723 70.567 327.359 75.497 c 329.25 78.059 330.598 80.93 +330.969 83.997 c 331.316 86.911 330.762 89.875 329.445 92.555 c 327.598 +96.317 324.191 99.356 320.016 101.067 c 319.727 101.184 319.922 101.582 +320.207 101.461 c 326.246 98.993 330.488 93.875 331.383 88.004 c +331.832 85.082 331.391 82.079 330.176 79.344 c 328.941 76.551 327.004 +73.969 324.691 71.797 c 320.219 67.59 314.102 64.918 307.652 64.282 c +304.383 63.961 301.047 64.18 297.859 64.907 c 294.555 65.661 291.445 +67.004 288.562 68.614 c 282.973 71.739 278.355 76.141 275.148 81.274 c +271.988 86.332 270.281 92.086 270.184 97.872 c 270.094 103.055 271.332 +108.211 273.73 112.922 c 273.859 113.18 274.301 113.008 274.176 112.75 +c 274.164 112.723 274.152 112.7 274.137 112.672 c 273.988 112.727 +273.84 112.789 273.691 112.844 c 273.926 113.215 274.141 113.594 +274.465 113.911 c 274.766 114.204 275.184 114.391 275.594 114.536 c +276.332 114.793 277.152 114.829 277.922 114.672 c 279.562 114.34 +280.645 113.114 281.066 111.715 c 281.473 110.344 281.18 108.887 +280.336 107.7 c 279.449 106.454 277.898 105.676 276.328 105.329 c +273.117 104.625 269.699 105.805 267.84 108.247 c 266.012 110.649 +265.539 113.805 266.457 116.575 c 266.914 117.961 267.699 119.243 +268.754 120.332 c 269.855 121.477 271.246 122.321 272.754 122.985 c +275.691 124.27 279.059 124.684 282.285 124.227 c 285.477 123.77 288.48 +122.418 290.809 120.422 c 293.234 118.344 294.852 115.547 295.797 +112.692 c 297.637 107.114 296.625 100.993 293.16 96.079 c 289.543 90.95 +283.348 87.743 276.879 86.27 c 270.594 84.836 263.898 85.157 257.801 +87.118 c 251.59 89.11 246.168 92.825 242.359 97.633 c 241.961 98.133 +241.582 98.653 241.215 99.176 c 241.055 99.414 241.441 99.676 241.605 +99.438 c f +219.09 105.282 m 218.871 106.356 218.586 107.422 218.223 108.461 c +218.039 108.993 217.828 109.516 217.594 110.032 c 217.492 110.266 +217.379 110.504 217.262 110.735 c 217.137 110.989 216.988 111.227 +216.914 111.497 c 217.039 111.254 217.164 111.012 217.289 110.77 c +216.977 111.278 216.703 111.793 216.422 112.313 c 216.504 112.176 +216.582 112.039 216.664 111.903 c 216.367 112.289 216.133 112.711 +215.973 113.161 c 216.098 112.914 216.223 112.676 216.348 112.438 c +216.324 112.477 216.219 112.594 216.172 112.668 c 216.098 112.774 +216.039 112.879 215.969 112.985 c 215.824 113.215 215.676 113.442 +215.523 113.664 c 215.23 114.098 214.918 114.52 214.594 114.93 c +213.965 115.747 213.27 116.524 212.531 117.266 c 211.051 118.754 +209.363 120.067 207.527 121.196 c 206.605 121.762 205.645 122.278 +204.652 122.743 c 204.148 122.981 203.641 123.204 203.125 123.414 c +202.875 123.516 202.621 123.614 202.367 123.707 c 202.105 123.809 +201.832 123.883 201.578 123.989 c 201.062 124.196 200.488 124.321 +199.949 124.461 c 199.688 124.532 199.426 124.594 199.164 124.653 c +198.887 124.715 198.59 124.797 198.305 124.809 c 198.059 124.817 +197.809 124.883 197.566 124.918 c 197.297 124.961 197.023 124.997 +196.75 125.028 c 196.23 125.082 195.711 125.122 195.188 125.141 c +190.738 125.305 186.324 124.055 182.68 121.801 c 180.672 120.555 +178.934 118.934 177.559 117.133 c 176.227 115.391 175.215 113.43 +174.797 111.348 c 174.723 110.969 174.672 110.586 174.637 110.204 c +174.621 110.028 174.637 109.852 174.605 109.676 c 174.574 109.477 +174.594 109.258 174.594 109.059 c 174.59 108.868 174.602 108.672 +174.629 108.481 c 174.656 108.278 174.66 108.075 174.68 107.872 c +174.699 107.688 174.73 107.512 174.758 107.329 c 174.793 107.137 +174.801 106.918 174.867 106.731 c 174.82 106.836 174.773 106.942 +174.723 107.043 c 174.816 106.864 174.898 106.7 174.941 106.512 c +174.98 106.344 175.023 106.18 175.07 106.02 c 175.164 105.692 175.27 +105.368 175.398 105.051 c 175.461 104.895 175.527 104.743 175.598 +104.594 c 175.637 104.52 175.656 104.442 175.684 104.364 c 175.711 +104.278 175.84 104.032 175.672 104.336 c 175.832 104.047 176.023 +103.762 176.184 103.469 c 176.277 103.301 176.395 103.118 176.449 +102.934 c 176.469 102.872 176.395 102.989 176.41 102.969 c 176.355 +103.051 176.309 103.133 176.262 103.223 c 176.066 103.575 175.844 +103.907 175.656 104.258 c 175.543 104.473 175.43 104.692 175.336 +104.911 c 175.266 105.063 175.227 105.215 175.156 105.364 c 175 105.707 +174.859 106.059 174.742 106.418 c 174.625 106.778 174.57 107.157 +174.438 107.508 c 174.484 107.403 174.531 107.301 174.582 107.2 c +174.512 107.332 174.445 107.465 174.395 107.606 c 174.352 107.715 +174.352 107.856 174.332 107.973 c 174.289 108.235 174.246 108.497 +174.215 108.758 c 174.164 109.25 174.125 109.731 174.137 110.227 c +174.164 111.243 174.285 112.254 174.586 113.243 c 175.203 115.289 +176.371 117.204 177.812 118.875 c 180.738 122.266 184.938 124.633 +189.605 125.579 c 193.801 126.422 198.227 125.993 202.16 124.473 c +206.25 122.895 209.902 120.485 212.75 117.426 c 213.449 116.676 214.094 +115.887 214.688 115.071 c 214.992 114.653 215.285 114.227 215.562 +113.793 c 215.898 113.27 216.273 112.774 216.477 112.192 c 216.352 +112.434 216.23 112.672 216.102 112.914 c 216.086 112.946 216.094 +112.938 216.125 112.891 c 216.16 112.84 216.191 112.789 216.23 112.739 +c 216.324 112.614 216.395 112.469 216.469 112.332 c 216.562 112.161 +216.652 111.993 216.742 111.829 c 216.969 111.418 217.262 111.024 +217.391 110.575 c 217.32 110.715 217.254 110.856 217.184 110.997 c +218.293 108.911 219.086 106.731 219.547 104.457 c 219.559 104.399 +219.496 104.504 219.504 104.493 c 219.453 104.575 219.402 104.661 +219.355 104.743 c 219.266 104.907 219.125 105.102 219.09 105.282 c f +241.25 99.133 m 238.625 102.934 234.492 106.36 229.875 108.086 c +225.383 109.766 220.348 110.161 215.59 109.243 c 210.68 108.297 205.934 +105.969 203.09 102.196 c 200.34 98.551 199.566 93.872 200.98 89.672 c +201.707 87.508 202.973 85.418 204.867 83.899 c 206.688 82.43 209.02 +81.536 211.449 81.309 c 213.941 81.082 216.484 81.614 218.621 82.778 c +220.766 83.946 222.164 85.969 222.426 88.192 c 222.68 90.379 221.75 +92.852 219.676 94.137 c 217.648 95.395 214.473 95.317 212.77 93.618 c +211.645 92.497 211.512 90.789 212.41 89.524 c 212.863 88.887 213.648 +88.508 214.484 88.457 c 214.891 88.43 215.301 88.512 215.672 88.657 c +216.219 88.864 216.473 89.25 216.754 89.692 c 216.867 89.872 217.18 +89.762 217.09 89.563 c 217.078 89.543 217.07 89.524 217.059 89.504 c +216.949 89.547 216.836 89.59 216.727 89.633 c 218.805 93.723 219.676 +98.243 219.223 102.719 c 218.785 107.039 217.102 111.235 214.395 114.84 +c 211.609 118.551 207.742 121.563 203.266 123.555 c 200.977 124.571 +198.539 125.247 195.992 125.481 c 193.555 125.704 191.07 125.516 +188.703 124.95 c 183.941 123.805 179.762 121.102 177.055 117.426 c +175.641 115.512 174.633 113.372 174.359 111.082 c 174.098 108.911 +174.512 106.696 175.496 104.7 c 176.875 101.895 179.418 99.625 182.531 +98.348 c 182.746 98.262 182.598 97.965 182.387 98.051 c 177.883 99.895 +174.719 103.715 174.051 108.094 c 173.715 110.274 174.043 112.512 +174.949 114.559 c 175.871 116.641 177.316 118.563 179.043 120.184 c +182.379 123.321 186.941 125.313 191.754 125.789 c 194.195 126.032 +196.68 125.868 199.059 125.325 c 201.523 124.762 203.84 123.762 205.996 +122.559 c 210.16 120.231 213.609 116.946 216 113.114 c 218.355 109.344 +219.633 105.051 219.707 100.731 c 219.77 96.872 218.848 93.02 217.059 +89.504 c 216.961 89.313 216.633 89.442 216.727 89.633 c 216.734 89.653 +216.746 89.672 216.754 89.692 c 216.867 89.649 216.977 89.606 217.09 +89.563 c 216.914 89.286 216.754 89.004 216.512 88.77 c 216.285 88.551 +215.973 88.411 215.668 88.301 c 215.121 88.11 214.504 88.086 213.934 +88.204 c 212.707 88.446 211.898 89.364 211.586 90.407 c 211.281 91.43 +211.5 92.516 212.133 93.403 c 212.789 94.332 213.945 94.911 215.121 +95.172 c 217.516 95.696 220.062 94.813 221.449 92.997 c 222.816 91.204 +223.168 88.848 222.484 86.782 c 222.141 85.747 221.559 84.789 220.77 +83.977 c 219.945 83.125 218.91 82.493 217.785 82 c 215.594 81.039 +213.086 80.731 210.68 81.075 c 208.297 81.414 206.055 82.418 204.316 +83.911 c 202.508 85.461 201.301 87.547 200.598 89.68 c 199.223 93.84 +199.977 98.407 202.562 102.071 c 205.262 105.895 209.883 108.286 +214.711 109.387 c 219.398 110.457 224.391 110.219 228.941 108.758 c +233.574 107.27 237.621 104.497 240.461 100.914 c 240.758 100.536 +241.324 99.84 241.594 99.446 c f +304.402 152.266 m 305.16 152.848 305.938 153.368 306.734 153.805 c +307.141 154.024 307.555 154.215 307.969 154.391 c 308.16 154.469 +308.352 154.539 308.543 154.61 c 308.75 154.68 308.965 154.723 309.16 +154.852 c 308.957 154.786 308.758 154.723 308.555 154.657 c 308.996 +154.75 309.43 154.883 309.867 155.012 c 309.754 154.985 309.633 154.957 +309.516 154.93 c 309.879 154.95 310.238 155.051 310.578 155.235 c +310.379 155.172 310.176 155.106 309.977 155.039 c 310.012 155.047 +310.129 155.039 310.191 155.051 c 310.289 155.067 310.379 155.09 +310.473 155.11 c 310.676 155.145 310.879 155.18 311.082 155.211 c +311.469 155.266 311.859 155.301 312.25 155.321 c 313.016 155.356 +313.785 155.317 314.551 155.211 c 316.082 155 317.594 154.485 319.051 +153.711 c 319.781 153.321 320.5 152.86 321.195 152.336 c 321.551 +152.071 321.898 151.793 322.242 151.497 c 322.41 151.356 322.574 +151.204 322.738 151.055 c 322.906 150.903 323.066 150.719 323.234 +150.571 c 323.578 150.278 323.891 149.872 324.203 149.504 c 324.352 +149.332 324.496 149.149 324.641 148.961 c 324.797 148.77 324.969 +148.575 325.094 148.336 c 325.203 148.129 325.344 147.957 325.469 +147.774 c 325.602 147.571 325.734 147.36 325.867 147.145 c 326.117 +146.739 326.355 146.317 326.582 145.875 c 328.516 142.149 329.559 +137.434 329.656 132.664 c 329.711 130.032 329.418 127.368 328.867 +124.883 c 328.332 122.477 327.527 120.188 326.406 118.336 c 326.199 +117.997 325.984 117.68 325.762 117.372 c 325.656 117.231 325.543 +117.122 325.445 116.969 c 325.336 116.801 325.191 116.657 325.066 +116.512 c 324.945 116.372 324.824 116.247 324.691 116.129 c 324.559 +116.008 324.43 115.864 324.293 115.735 c 324.172 115.622 324.051 +115.516 323.926 115.414 c 323.789 115.305 323.652 115.153 323.508 +115.082 c 323.59 115.114 323.676 115.145 323.758 115.176 c 323.613 +115.129 323.477 115.082 323.34 114.981 c 323.223 114.899 323.102 +114.817 322.98 114.739 c 322.742 114.582 322.492 114.442 322.242 +114.329 c 322.125 114.27 322 114.219 321.879 114.176 c 321.816 114.153 +321.758 114.114 321.699 114.082 c 321.637 114.043 321.43 113.977 +321.688 114.055 c 321.441 113.981 321.188 113.942 320.938 113.872 c +320.793 113.832 320.633 113.801 320.496 113.715 c 320.449 113.688 +320.555 113.711 320.535 113.707 c 320.605 113.719 320.68 113.739 +320.754 113.758 c 321.051 113.844 321.348 113.891 321.645 113.985 c +321.828 114.039 322.008 114.098 322.184 114.172 c 322.305 114.223 +322.418 114.297 322.535 114.344 c 322.816 114.454 323.094 114.59 +323.367 114.743 c 323.637 114.899 323.895 115.125 324.168 115.262 c +324.082 115.231 324 115.2 323.918 115.168 c 324.027 115.204 324.137 +115.243 324.246 115.297 c 324.332 115.34 324.418 115.442 324.5 115.508 +c 324.68 115.657 324.859 115.805 325.035 115.973 c 325.359 116.278 +325.68 116.594 325.98 116.961 c 326.602 117.715 327.18 118.547 327.672 +119.512 c 328.688 121.52 329.395 123.903 329.844 126.356 c 330.746 +131.321 330.488 136.649 329.148 141.368 c 327.949 145.602 325.859 +149.118 323.297 151.426 c 320.633 153.825 317.633 155.254 314.559 +155.516 c 313.805 155.582 313.051 155.571 312.297 155.497 c 311.914 +155.461 311.527 155.407 311.141 155.336 c 310.676 155.25 310.219 +155.219 309.77 154.977 c 309.973 155.039 310.176 155.106 310.375 +155.172 c 310.402 155.18 310.395 155.18 310.352 155.172 c 310.305 +155.164 310.258 155.157 310.215 155.153 c 310.094 155.145 309.977 +155.102 309.859 155.067 c 309.719 155.028 309.574 154.981 309.438 +154.942 c 309.086 154.844 308.719 154.813 308.391 154.602 c 308.508 +154.645 308.625 154.684 308.738 154.731 c 306.984 154.184 305.305 +153.305 303.703 152.067 c 303.66 152.039 303.75 152.059 303.738 152.059 +c 303.812 152.071 303.887 152.09 303.957 152.11 c 304.098 152.149 +304.273 152.168 304.402 152.266 c f +362.664 155.262 m 357.219 155.68 351.734 154.575 347.035 152.082 c +342.461 149.657 338.793 145.973 336.598 141.649 c 334.332 137.188 +333.527 131.957 335.383 127.274 c 337.176 122.754 341.27 119.102 +346.316 117.469 c 348.918 116.633 351.797 116.262 354.527 116.758 c +357.148 117.227 359.547 118.469 361.352 120.227 c 363.203 122.028 +364.332 124.364 364.578 126.797 c 364.828 129.235 363.75 131.649 361.73 +133.297 c 359.75 134.918 356.715 135.805 354.102 135.016 c 351.547 +134.247 349.555 131.711 350.117 129.27 c 350.484 127.661 352.078 +126.446 353.906 126.325 c 354.828 126.262 355.711 126.633 356.305 +127.25 c 356.594 127.555 356.777 127.93 356.883 128.313 c 357.035 +128.875 356.82 129.325 356.566 129.832 c 356.465 130.039 356.781 +130.215 356.914 130.012 c 356.926 129.993 356.938 129.969 356.953 +129.954 c 356.836 129.895 356.723 129.832 356.605 129.774 c 353.941 +134.063 350.066 137.688 345.375 140.247 c 340.84 142.719 335.621 +144.133 330.32 144.356 c 324.859 144.59 319.379 143.524 314.508 141.317 +c 312.016 140.188 309.766 138.719 307.879 136.875 c 306.07 135.114 +304.641 133.047 303.66 130.825 c 301.684 126.352 301.621 121.317 +303.469 116.805 c 304.43 114.454 305.879 112.274 307.949 110.567 c +309.914 108.95 312.359 107.832 314.961 107.301 c 318.617 106.555 322.5 +107.067 325.781 108.676 c 326.004 108.786 326.203 108.481 325.977 +108.368 c 321.234 106.043 315.426 106.051 310.684 108.379 c 308.324 +109.536 306.336 111.254 304.918 113.293 c 303.473 115.368 302.52 +117.754 302.051 120.157 c 301.137 124.813 302.152 129.684 304.816 +133.758 c 306.172 135.825 307.949 137.668 310.031 139.176 c 312.188 +140.743 314.68 141.903 317.262 142.805 c 322.266 144.551 327.734 +145.114 333.059 144.493 c 338.301 143.883 343.348 142.082 347.637 +139.332 c 351.477 136.868 354.66 133.641 356.953 129.954 c 357.074 +129.75 356.734 129.575 356.605 129.774 c 356.594 129.793 356.582 +129.817 356.566 129.836 c 356.684 129.895 356.797 129.954 356.914 +130.012 c 357.066 129.696 357.242 129.387 357.316 129.043 c 357.383 +128.727 357.32 128.391 357.227 128.082 c 357.059 127.524 356.684 +127.028 356.195 126.653 c 355.16 125.856 353.73 125.821 352.5 126.254 c +351.297 126.68 350.371 127.563 349.914 128.633 c 349.43 129.754 349.609 +131.036 350.121 132.122 c 351.164 134.34 353.688 135.762 356.379 +135.661 c 359.031 135.563 361.574 134.305 363.16 132.426 c 363.953 +131.489 364.512 130.407 364.801 129.262 c 365.098 128.063 365.047 +126.836 364.801 125.637 c 364.316 123.297 362.984 121.125 361.082 +119.469 c 359.199 117.825 356.75 116.723 354.152 116.332 c 351.453 +115.926 348.617 116.344 346.062 117.176 c 341.078 118.813 337.086 +122.372 335.164 126.782 c 333.16 131.387 333.82 136.559 335.883 141.059 +c 337.883 145.422 341.371 149.18 345.766 151.789 c 350.242 154.45 +355.602 155.809 360.973 155.704 c 361.539 155.692 362.102 155.661 +362.66 155.618 c 362.914 155.598 362.918 155.243 362.664 155.262 c f +305.254 75.711 m 305.855 75.442 306.477 75.204 307.113 75.004 c 307.438 +74.907 307.766 74.817 308.094 74.739 c 308.25 74.704 308.402 74.672 +308.555 74.641 c 308.723 74.606 308.887 74.586 309.047 74.528 c 308.883 +74.555 308.723 74.586 308.562 74.618 c 308.918 74.575 309.262 74.512 +309.613 74.454 c 309.52 74.469 309.426 74.481 309.332 74.493 c 309.617 +74.485 309.906 74.438 310.18 74.352 c 310.016 74.383 309.855 74.414 +309.695 74.442 c 309.727 74.438 309.816 74.442 309.871 74.438 c 309.945 +74.43 310.02 74.418 310.094 74.411 c 310.258 74.391 310.418 74.375 +310.578 74.364 c 310.887 74.34 311.199 74.321 311.512 74.317 c 312.125 +74.297 312.734 74.317 313.344 74.364 c 314.566 74.461 315.773 74.696 +316.934 75.047 c 317.52 75.227 318.09 75.438 318.648 75.676 c 318.93 +75.797 319.211 75.926 319.48 76.059 c 319.617 76.125 319.746 76.192 +319.879 76.262 c 320.012 76.332 320.137 76.414 320.273 76.485 c 320.547 +76.618 320.797 76.801 321.047 76.969 c 321.164 77.047 321.281 77.133 +321.395 77.219 c 321.52 77.305 321.656 77.399 321.754 77.504 c 321.84 +77.598 321.957 77.676 322.055 77.758 c 322.164 77.856 322.27 77.954 +322.375 78.051 c 322.574 78.235 322.762 78.43 322.941 78.629 c 324.488 +80.329 325.316 82.485 325.395 84.664 c 325.438 85.868 325.207 87.082 +324.766 88.215 c 324.34 89.317 323.699 90.364 322.801 91.207 c 322.637 +91.364 322.465 91.508 322.289 91.649 c 322.207 91.715 322.117 91.762 +322.039 91.832 c 321.949 91.911 321.836 91.977 321.734 92.043 c 321.641 +92.106 321.543 92.164 321.438 92.215 c 321.328 92.27 321.227 92.336 +321.117 92.395 c 321.02 92.45 320.922 92.497 320.824 92.543 c 320.715 +92.598 320.605 92.664 320.492 92.696 c 320.559 92.68 320.625 92.668 +320.691 92.653 c 320.574 92.672 320.465 92.696 320.355 92.739 c 320.262 +92.782 320.168 92.817 320.07 92.852 c 319.879 92.922 319.684 92.985 +319.48 93.039 c 319.387 93.067 319.289 93.09 319.191 93.11 c 319.141 +93.122 319.098 93.137 319.047 93.153 c 319 93.168 318.836 93.2 319.043 +93.164 c 318.84 93.2 318.641 93.215 318.441 93.25 c 318.324 93.266 +318.195 93.282 318.09 93.321 c 318.051 93.332 318.133 93.321 318.117 +93.325 c 318.176 93.321 318.234 93.309 318.293 93.301 c 318.531 93.262 +318.77 93.239 319.008 93.2 c 319.148 93.172 319.297 93.145 319.438 +93.11 c 319.531 93.086 319.621 93.055 319.715 93.036 c 319.941 92.985 +320.16 92.922 320.379 92.852 c 320.594 92.782 320.801 92.676 321.016 +92.614 c 320.949 92.629 320.883 92.641 320.816 92.657 c 320.906 92.641 +320.992 92.622 321.082 92.598 c 321.148 92.579 321.219 92.532 321.281 +92.5 c 321.426 92.434 321.57 92.364 321.711 92.289 c 321.969 92.149 +322.223 92.004 322.465 91.84 c 322.957 91.493 323.422 91.114 323.812 +90.672 c 324.621 89.758 325.188 88.664 325.543 87.543 c 326.266 85.278 +326.059 82.844 324.992 80.688 c 324.031 78.754 322.367 77.149 320.324 +76.09 c 318.199 75 315.805 74.348 313.352 74.223 c 312.754 74.196 +312.148 74.2 311.551 74.235 c 311.242 74.25 310.934 74.278 310.629 +74.305 c 310.258 74.348 309.891 74.36 309.535 74.473 c 309.695 74.442 +309.855 74.411 310.016 74.383 c 310.039 74.375 310.031 74.375 309.996 +74.383 c 309.961 74.383 309.926 74.387 309.887 74.391 c 309.793 74.391 +309.699 74.414 309.605 74.43 c 309.492 74.45 309.379 74.469 309.266 +74.485 c 308.988 74.532 308.695 74.543 308.434 74.641 c 308.523 74.622 +308.617 74.602 308.711 74.582 c 307.312 74.832 305.973 75.235 304.691 +75.797 c 304.66 75.813 304.73 75.805 304.723 75.805 c 304.781 75.797 +304.84 75.789 304.898 75.778 c 305.008 75.762 305.148 75.754 305.254 +75.707 c f +279.832 113.657 m 283.895 113.344 288.414 114.098 291.918 115.957 c +295.332 117.766 298.066 120.512 299.707 123.739 c 301.395 127.063 +301.996 130.969 300.609 134.461 c 299.273 137.836 296.219 140.555 +292.453 141.774 c 290.512 142.399 288.367 142.676 286.332 142.305 c +284.375 141.957 282.586 141.032 281.238 139.719 c 279.859 138.375 +279.016 136.629 278.832 134.817 c 278.645 133 279.453 131.196 280.957 +129.965 c 282.434 128.758 284.699 128.098 286.648 128.684 c 288.551 +129.258 290.039 131.153 289.621 132.973 c 289.344 134.172 288.156 +135.079 286.797 135.168 c 286.105 135.215 285.449 134.942 285.004 +134.477 c 284.789 134.25 284.648 133.973 284.57 133.688 c 284.461 +133.262 284.621 132.93 284.809 132.551 c 284.883 132.399 284.648 +132.266 284.551 132.418 c 284.543 132.434 284.531 132.446 284.52 +132.465 c 284.605 132.508 284.691 132.551 284.777 132.598 c 286.766 +129.395 289.656 126.692 293.16 124.786 c 296.539 122.942 300.434 +121.887 304.387 121.715 c 308.461 121.543 312.551 122.34 316.184 +123.985 c 318.043 124.829 319.719 125.922 321.129 127.297 c 322.477 +128.61 323.543 130.157 324.277 131.813 c 325.75 135.145 325.797 138.903 +324.422 142.27 c 323.703 144.024 322.625 145.653 321.078 146.922 c +319.613 148.129 317.789 148.965 315.848 149.36 c 313.121 149.922 +310.223 149.536 307.773 148.336 c 307.605 148.254 307.461 148.481 +307.629 148.563 c 311.164 150.297 315.5 150.293 319.035 148.559 c +320.797 147.696 322.281 146.411 323.34 144.891 c 324.418 143.344 +325.125 141.563 325.477 139.77 c 326.156 136.297 325.398 132.664 +323.414 129.622 c 322.402 128.082 321.078 126.707 319.523 125.582 c +317.914 124.414 316.055 123.547 314.129 122.875 c 310.395 121.571 +306.316 121.153 302.344 121.618 c 298.434 122.071 294.668 123.414 +291.469 125.465 c 288.605 127.305 286.23 129.711 284.52 132.465 c +284.43 132.614 284.684 132.747 284.777 132.598 c 284.789 132.582 +284.797 132.567 284.809 132.551 c 284.723 132.508 284.637 132.461 +284.551 132.418 c 284.434 132.653 284.305 132.887 284.25 133.141 c +284.199 133.379 284.246 133.629 284.316 133.86 c 284.441 134.274 +284.723 134.645 285.086 134.926 c 285.859 135.52 286.926 135.547 287.84 +135.219 c 288.738 134.903 289.43 134.247 289.773 133.446 c 290.133 +132.614 290 131.653 289.617 130.844 c 288.84 129.192 286.953 128.129 +284.949 128.204 c 282.969 128.278 281.074 129.215 279.891 130.618 c +279.301 131.321 278.883 132.122 278.668 132.981 c 278.441 133.875 +278.48 134.786 278.668 135.684 c 279.027 137.43 280.02 139.047 281.441 +140.286 c 282.844 141.512 284.672 142.332 286.609 142.622 c 288.625 +142.926 290.738 142.618 292.645 141.993 c 296.363 140.774 299.344 +138.118 300.773 134.829 c 302.27 131.395 301.777 127.536 300.238 124.18 +c 298.746 120.922 296.145 118.122 292.867 116.176 c 289.527 114.188 +285.527 113.172 281.52 113.254 c 281.102 113.262 280.312 113.274 +279.895 113.305 c f +237.109 56.59 m 236.957 57.332 236.762 58.067 236.508 58.786 c 236.383 +59.153 236.238 59.512 236.078 59.872 c 236.008 60.036 235.926 60.196 +235.848 60.356 c 235.762 60.532 235.66 60.7 235.605 60.879 c 235.695 +60.715 235.777 60.547 235.867 60.383 c 235.652 60.727 235.461 61.086 +235.266 61.442 c 235.32 61.348 235.379 61.258 235.434 61.164 c 235.23 +61.43 235.066 61.723 234.961 62.028 c 235.047 61.864 235.133 61.696 +235.219 61.528 c 235.199 61.559 235.129 61.637 235.094 61.688 c 235.047 +61.762 235.004 61.836 234.957 61.911 c 234.855 62.067 234.754 62.223 +234.648 62.379 c 234.445 62.676 234.23 62.969 234.008 63.254 c 233.57 +63.813 233.094 64.352 232.582 64.864 c 231.559 65.887 230.398 66.797 +229.133 67.575 c 228.496 67.965 227.828 68.325 227.145 68.641 c 226.801 +68.809 226.445 68.961 226.09 69.106 c 225.918 69.176 225.746 69.243 +225.57 69.309 c 225.387 69.379 225.199 69.43 225.02 69.504 c 224.668 +69.645 224.27 69.731 223.898 69.829 c 223.719 69.875 223.539 69.922 +223.355 69.961 c 223.168 70.004 222.965 70.059 222.762 70.071 c 222.594 +70.075 222.422 70.118 222.254 70.145 c 222.066 70.172 221.879 70.196 +221.691 70.219 c 221.336 70.258 220.973 70.282 220.613 70.297 c 217.543 +70.414 214.496 69.551 211.98 67.993 c 210.594 67.137 209.395 66.016 +208.445 64.77 c 207.527 63.567 206.828 62.215 206.543 60.778 c 206.488 +60.516 206.453 60.254 206.43 59.989 c 206.418 59.868 206.43 59.75 +206.41 59.625 c 206.387 59.489 206.402 59.336 206.398 59.2 c 206.398 +59.067 206.406 58.934 206.426 58.801 c 206.441 58.661 206.445 58.52 +206.461 58.379 c 206.473 58.254 206.496 58.129 206.512 58.004 c 206.539 +57.872 206.543 57.719 206.59 57.594 c 206.555 57.664 206.523 57.735 +206.492 57.809 c 206.555 57.684 206.609 57.571 206.641 57.442 c 206.668 +57.329 206.695 57.211 206.727 57.102 c 206.793 56.872 206.867 56.649 +206.957 56.434 c 206.996 56.325 207.047 56.223 207.094 56.118 c 207.121 +56.067 207.137 56.012 207.152 55.957 c 207.172 55.899 207.262 55.731 +207.145 55.942 c 207.258 55.739 207.387 55.543 207.5 55.344 c 207.562 +55.223 207.645 55.102 207.684 54.973 c 207.695 54.93 207.645 55.012 +207.652 54.997 c 207.617 55.055 207.582 55.114 207.551 55.172 c 207.418 +55.411 207.262 55.641 207.133 55.887 c 207.055 56.036 206.977 56.184 +206.91 56.336 c 206.867 56.442 206.836 56.547 206.789 56.645 c 206.68 +56.887 206.586 57.129 206.5 57.375 c 206.422 57.625 206.383 57.887 +206.293 58.129 c 206.324 58.055 206.359 57.989 206.391 57.918 c 206.344 +58.008 206.301 58.102 206.262 58.196 c 206.234 58.274 206.234 58.372 +206.219 58.45 c 206.188 58.633 206.16 58.809 206.141 58.993 c 206.102 +59.329 206.078 59.664 206.086 60.004 c 206.105 60.707 206.188 61.407 +206.395 62.09 c 206.82 63.497 207.629 64.821 208.625 65.977 c 210.641 +68.317 213.539 69.95 216.762 70.598 c 219.656 71.18 222.711 70.883 +225.426 69.836 c 228.246 68.747 230.77 67.086 232.73 64.973 c 233.215 +64.457 233.66 63.911 234.07 63.348 c 234.281 63.059 234.48 62.766 +234.676 62.465 c 234.906 62.102 235.164 61.766 235.305 61.364 c 235.219 +61.528 235.133 61.696 235.051 61.86 c 235.035 61.883 235.043 61.879 +235.062 61.844 c 235.086 61.809 235.109 61.774 235.133 61.739 c 235.203 +61.653 235.25 61.551 235.301 61.457 c 235.363 61.34 235.426 61.227 +235.488 61.11 c 235.645 60.829 235.848 60.555 235.938 60.247 c 235.887 +60.344 235.84 60.442 235.797 60.539 c 236.559 59.098 237.105 57.594 +237.426 56.024 c 237.434 55.985 237.391 56.055 237.395 56.047 c 237.359 +56.106 237.324 56.164 237.293 56.223 c 237.23 56.336 237.133 56.469 +237.109 56.59 c f +252.434 52.52 m 250.621 55.145 247.926 57.211 244.742 58.403 c 241.641 +59.559 238.164 59.836 234.883 59.204 c 231.496 58.547 228.215 56.942 +226.254 54.34 c 224.355 51.825 223.824 48.594 224.797 45.696 c 225.301 +44.204 226.176 42.758 227.48 41.707 c 228.738 40.7 230.348 40.079 +232.023 39.926 c 233.746 39.766 235.5 40.133 236.973 40.934 c 238.453 +41.743 239.418 43.137 239.598 44.676 c 239.773 46.184 239.133 47.891 +237.703 48.778 c 236.301 49.645 234.109 49.59 232.934 48.418 c 232.16 +47.645 232.066 46.465 232.688 45.59 c 233 45.153 233.543 44.891 234.117 +44.856 c 234.398 44.84 234.68 44.895 234.938 44.993 c 235.316 45.133 +235.492 45.403 235.684 45.711 c 235.762 45.832 235.98 45.754 235.914 +45.622 c 235.91 45.606 235.902 45.59 235.895 45.579 c 235.816 45.61 +235.742 45.641 235.664 45.668 c 237.102 48.489 237.703 51.61 237.387 +54.7 c 237.086 57.68 235.926 60.575 234.059 63.063 c 232.133 65.625 +229.465 67.704 226.375 69.079 c 224.797 69.782 223.113 70.247 221.355 +70.411 c 219.676 70.563 217.957 70.434 216.328 70.043 c 213.043 69.254 +210.156 67.383 208.285 64.848 c 207.312 63.528 206.617 62.051 206.426 +60.473 c 206.25 58.973 206.531 57.442 207.211 56.067 c 208.16 54.125 +209.918 52.567 212.066 51.684 c 212.215 51.625 212.113 51.418 211.965 +51.481 c 208.859 52.75 206.676 55.387 206.211 58.407 c 205.98 59.914 +206.207 61.457 206.836 62.868 c 207.469 64.305 208.469 65.633 209.656 +66.754 c 211.961 68.918 215.109 70.293 218.43 70.622 c 220.113 70.786 +221.832 70.672 223.469 70.301 c 225.176 69.911 226.773 69.223 228.258 +68.391 c 231.133 66.782 233.512 64.516 235.164 61.875 c 236.793 59.27 +237.672 56.305 237.719 53.329 c 237.766 50.661 237.129 48.004 235.895 +45.579 c 235.828 45.45 235.602 45.536 235.664 45.668 c 235.672 45.68 +235.676 45.696 235.684 45.711 c 235.762 45.68 235.84 45.649 235.914 +45.622 c 235.797 45.43 235.684 45.235 235.516 45.071 c 235.363 44.922 +235.145 44.825 234.934 44.75 c 234.555 44.614 234.133 44.598 233.734 +44.68 c 232.895 44.852 232.336 45.481 232.121 46.204 c 231.91 46.911 +232.059 47.657 232.496 48.274 c 232.953 48.911 233.75 49.313 234.555 +49.489 c 236.211 49.852 237.969 49.243 238.926 47.989 c 239.871 46.75 +240.109 45.122 239.641 43.7 c 239.406 42.985 239 42.325 238.457 41.762 +c 237.891 41.176 237.172 40.739 236.398 40.403 c 234.887 39.739 233.152 +39.524 231.492 39.762 c 229.848 39.993 228.301 40.688 227.102 41.719 c +225.852 42.789 225.02 44.227 224.535 45.7 c 223.586 48.571 224.105 +51.723 225.891 54.25 c 227.754 56.891 230.941 58.543 234.273 59.301 c +237.508 60.039 240.957 59.875 244.098 58.868 c 247.293 57.84 250.086 +55.926 252.047 53.454 c 252.254 53.192 252.449 52.926 252.633 52.657 c +252.719 52.536 252.516 52.399 252.434 52.52 c f +151.598 41.157 m 151.207 41.223 150.801 41.25 150.379 41.219 c 150.164 +41.204 149.945 41.168 149.723 41.125 c 149.621 41.102 149.516 41.075 +149.414 41.043 c 149.301 41.012 149.184 40.969 149.082 40.973 c 149.191 +41.004 149.301 41.036 149.41 41.071 c 149.168 40.969 148.93 40.891 +148.695 40.817 c 148.758 40.84 148.82 40.864 148.887 40.887 c 148.684 +40.778 148.488 40.707 148.309 40.696 c 148.418 40.727 148.527 40.758 +148.637 40.793 c 148.613 40.786 148.551 40.739 148.512 40.727 c 148.461 +40.7 148.41 40.68 148.359 40.657 c 148.25 40.61 148.137 40.559 148.027 +40.504 c 147.812 40.399 147.594 40.282 147.379 40.157 c 146.949 39.907 +146.516 39.618 146.082 39.293 c 145.207 38.633 144.328 37.809 143.465 +36.86 c 143.031 36.375 142.602 35.864 142.18 35.321 c 141.965 35.043 +141.754 34.762 141.543 34.473 c 141.441 34.332 141.34 34.192 141.238 +34.047 c 141.133 33.899 141.035 33.739 140.93 33.598 c 140.719 33.309 +140.52 32.969 140.324 32.649 c 140.23 32.497 140.137 32.34 140.047 +32.184 c 139.945 32.02 139.84 31.848 139.754 31.668 c 139.68 31.512 +139.59 31.364 139.512 31.215 c 139.422 31.051 139.336 30.883 139.25 +30.715 c 139.086 30.395 138.926 30.071 138.77 29.739 c 137.465 26.934 +136.598 23.872 136.258 21.106 c 136.07 19.579 136.074 18.157 136.234 +16.93 c 136.395 15.743 136.707 14.711 137.227 14.043 c 137.32 13.922 +137.422 13.817 137.527 13.719 c 137.578 13.676 137.637 13.653 137.684 +13.598 c 137.734 13.539 137.805 13.508 137.867 13.469 c 137.926 13.43 +137.984 13.403 138.055 13.383 c 138.125 13.36 138.188 13.325 138.254 +13.297 c 138.316 13.274 138.379 13.258 138.441 13.243 c 138.512 13.223 +138.582 13.188 138.656 13.196 c 138.609 13.188 138.566 13.172 138.52 +13.161 c 138.602 13.188 138.676 13.207 138.746 13.2 c 138.805 13.192 +138.867 13.188 138.93 13.188 c 139.059 13.18 139.188 13.188 139.32 +13.207 c 139.383 13.219 139.449 13.231 139.516 13.247 c 139.551 13.254 +139.582 13.254 139.609 13.254 c 139.645 13.258 139.754 13.293 139.617 +13.243 c 139.75 13.289 139.891 13.356 140.023 13.403 c 140.105 13.43 +140.191 13.469 140.266 13.469 c 140.289 13.469 140.23 13.446 140.242 +13.454 c 140.203 13.43 140.164 13.418 140.125 13.403 c 139.961 13.348 +139.797 13.27 139.633 13.219 c 139.539 13.188 139.438 13.157 139.344 +13.141 c 139.281 13.129 139.219 13.129 139.156 13.114 c 139.008 13.079 +138.859 13.059 138.715 13.055 c 138.57 13.047 138.441 13.086 138.297 +13.071 c 138.34 13.082 138.387 13.09 138.43 13.102 c 138.371 13.086 +138.312 13.067 138.254 13.059 c 138.211 13.059 138.168 13.082 138.125 +13.094 c 138.035 13.118 137.941 13.137 137.852 13.172 c 137.688 13.231 +137.527 13.301 137.383 13.407 c 137.078 13.622 136.801 13.891 136.586 +14.278 c 136.137 15.071 135.879 16.184 135.773 17.43 c 135.566 19.954 +136.027 23.094 137.059 26.262 c 137.988 29.102 139.371 31.848 140.945 +34.067 c 142.586 36.368 144.352 38.235 146.094 39.461 c 146.52 39.762 +146.941 40.024 147.359 40.243 c 147.574 40.356 147.789 40.461 148 +40.551 c 148.254 40.668 148.512 40.809 148.746 40.829 c 148.637 40.797 +148.527 40.762 148.418 40.727 c 148.406 40.727 148.41 40.727 148.43 +40.735 c 148.457 40.75 148.48 40.762 148.508 40.778 c 148.574 40.813 +148.637 40.829 148.703 40.852 c 148.777 40.875 148.855 40.899 148.934 +40.926 c 149.125 40.993 149.328 41.102 149.5 41.094 c 149.434 41.082 +149.375 41.063 149.309 41.047 c 150.262 41.348 151.152 41.434 151.977 +41.289 c 152 41.286 151.949 41.266 151.957 41.266 c 151.914 41.25 +151.875 41.235 151.836 41.223 c 151.762 41.196 151.664 41.145 151.598 +41.157 c f +214.297 130.063 m 216.086 127.727 219.031 125.856 222.434 125.25 c +225.746 124.661 229.535 125.047 233.176 126.325 c 236.938 127.645 +240.648 129.914 242.996 132.957 c 245.262 135.891 246.09 139.297 +245.242 142.079 c 244.805 143.508 243.953 144.817 242.602 145.641 c +241.301 146.43 239.586 146.754 237.758 146.594 c 235.883 146.426 +233.934 145.711 232.258 144.61 c 230.574 143.5 229.414 141.883 229.102 +140.282 c 228.797 138.704 229.371 137.082 230.871 136.45 c 232.34 +135.829 234.742 136.305 236.121 137.731 c 237.027 138.672 237.215 +139.895 236.605 140.668 c 236.297 141.059 235.719 141.223 235.09 +141.145 c 234.785 141.11 234.473 141 234.184 140.848 c 233.758 140.629 +233.547 140.325 233.309 139.973 c 233.215 139.832 232.984 139.868 +233.066 140.02 c 233.074 140.036 233.082 140.051 233.09 140.067 c +233.172 140.051 233.254 140.036 233.336 140.02 c 231.551 136.856 +230.656 133.551 230.77 130.45 c 230.875 127.457 231.934 124.715 233.793 +122.532 c 235.707 120.282 238.477 118.668 241.758 117.852 c 243.434 +117.434 245.242 117.282 247.156 117.454 c 248.988 117.618 250.875 +118.082 252.691 118.797 c 256.352 120.235 259.652 122.7 261.895 125.649 +c 263.059 127.188 263.934 128.832 264.262 130.485 c 264.566 132.051 +264.371 133.563 263.734 134.844 c 262.836 136.641 261.031 137.907 +258.742 138.391 c 258.586 138.426 258.711 138.657 258.867 138.622 c +262.176 137.914 264.371 135.641 264.648 132.637 c 264.789 131.145 +264.426 129.516 263.633 127.954 c 262.828 126.364 261.633 124.813 +260.25 123.442 c 257.562 120.786 254.008 118.77 250.344 117.797 c +248.488 117.305 246.613 117.094 244.844 117.161 c 243.008 117.231 +241.309 117.633 239.746 118.192 c 236.715 119.286 234.277 121.149 +232.668 123.536 c 231.082 125.887 230.34 128.75 230.508 131.786 c +230.66 134.508 231.555 137.348 233.09 140.067 c 233.172 140.215 233.418 +140.168 233.336 140.02 c 233.328 140.004 233.32 139.989 233.309 139.973 +c 233.227 139.989 233.148 140.004 233.066 140.02 c 233.211 140.239 +233.348 140.457 233.543 140.657 c 233.723 140.84 233.965 140.981 +234.203 141.098 c 234.629 141.309 235.094 141.407 235.523 141.399 c +236.434 141.387 237 140.852 237.18 140.153 c 237.359 139.473 237.137 +138.676 236.613 137.961 c 236.066 137.223 235.164 136.661 234.262 +136.325 c 232.426 135.633 230.543 135.918 229.59 137.02 c 228.648 +138.102 228.504 139.719 229.129 141.274 c 229.441 142.043 229.93 +142.797 230.57 143.477 c 231.234 144.188 232.055 144.77 232.93 145.266 +c 234.633 146.235 236.551 146.789 238.352 146.864 c 240.137 146.938 +241.777 146.528 243.016 145.704 c 244.301 144.848 245.105 143.536 +245.527 142.122 c 246.352 139.368 245.543 136.043 243.398 133.114 c +241.16 130.055 237.543 127.758 233.836 126.34 c 230.234 124.961 226.469 +124.469 223.105 124.899 c 219.68 125.336 216.762 126.758 214.801 +128.911 c 214.594 129.137 214.207 129.559 214.02 129.797 c f +108.539 97.329 m 106.211 96.297 103.82 95.383 101.367 94.622 c 100.121 +94.235 98.855 93.891 97.582 93.586 c 96.996 93.45 96.406 93.325 95.816 +93.207 c 95.176 93.079 94.531 92.997 93.926 92.774 c 94.543 92.891 +95.16 93.004 95.777 93.122 c 94.426 92.954 93.09 92.719 91.746 92.493 c +92.105 92.543 92.465 92.59 92.828 92.641 c 91.723 92.602 90.609 92.422 +89.562 92.102 c 90.184 92.215 90.801 92.332 91.418 92.446 c 91.305 +92.434 90.953 92.442 90.754 92.422 c 90.461 92.399 90.176 92.356 89.883 +92.325 c 89.266 92.254 88.645 92.196 88.023 92.149 c 86.832 92.047 +85.633 91.989 84.434 91.954 c 82.078 91.887 79.719 91.957 77.371 92.141 +c 72.664 92.516 68.012 93.414 63.543 94.786 c 61.293 95.469 59.094 +96.282 56.949 97.196 c 55.863 97.664 54.793 98.161 53.738 98.676 c +53.227 98.93 52.723 99.188 52.219 99.454 c 51.695 99.727 51.211 100.047 +50.688 100.305 c 49.637 100.821 48.68 101.539 47.723 102.184 c 47.266 +102.489 46.812 102.809 46.371 103.133 c 45.898 103.477 45.367 103.821 +44.984 104.243 c 44.652 104.602 44.215 104.903 43.836 105.227 c 43.418 +105.586 43.004 105.957 42.602 106.332 c 41.836 107.047 41.105 107.793 +40.41 108.563 c 34.465 115.114 31.27 123.414 30.965 131.805 c 30.801 +136.434 31.699 141.125 33.398 145.497 c 35.039 149.723 37.504 153.747 +40.953 157.012 c 41.586 157.61 42.242 158.164 42.93 158.704 c 43.25 +158.954 43.602 159.145 43.902 159.414 c 44.238 159.715 44.684 159.961 +45.062 160.215 c 45.43 160.465 45.809 160.688 46.211 160.891 c 46.633 +161.106 47.023 161.36 47.438 161.582 c 47.809 161.786 48.191 161.969 +48.574 162.149 c 48.984 162.344 49.41 162.61 49.852 162.739 c 49.594 +162.68 49.34 162.625 49.082 162.567 c 49.531 162.653 49.953 162.739 +50.371 162.911 c 50.734 163.059 51.102 163.2 51.469 163.336 c 52.215 +163.614 52.969 163.856 53.734 164.063 c 54.109 164.164 54.484 164.254 +54.859 164.332 c 55.051 164.372 55.227 164.438 55.41 164.497 c 55.598 +164.563 56.234 164.672 55.438 164.539 c 56.203 164.668 56.98 164.739 +57.746 164.864 c 58.191 164.938 58.68 164.985 59.105 165.137 c 59.25 +165.184 58.93 165.149 58.984 165.153 c 58.762 165.133 58.539 165.098 +58.316 165.059 c 57.406 164.914 56.48 164.829 55.57 164.664 c 55.016 +164.571 54.461 164.469 53.914 164.336 c 53.547 164.243 53.199 164.118 +52.836 164.036 c 51.973 163.84 51.125 163.602 50.293 163.329 c 49.461 +163.059 48.668 162.661 47.828 162.414 c 48.086 162.473 48.34 162.528 +48.598 162.586 c 48.258 162.524 47.918 162.454 47.586 162.356 c 47.32 +162.282 47.055 162.102 46.809 161.989 c 46.254 161.723 45.703 161.457 +45.164 161.172 c 44.16 160.633 43.184 160.079 42.258 159.434 c 40.352 +158.102 38.574 156.645 37.066 154.938 c 33.945 151.411 31.766 147.215 +30.395 142.903 c 27.621 134.168 28.41 124.793 32.52 116.497 c 36.215 +109.051 42.629 102.86 50.5 98.805 c 58.68 94.582 67.898 92.071 77.34 +91.61 c 79.652 91.493 81.977 91.508 84.289 91.637 c 85.473 91.704 +86.652 91.801 87.832 91.926 c 89.258 92.075 90.672 92.133 92.047 92.555 +c 91.426 92.438 90.809 92.325 90.191 92.211 c 90.109 92.196 90.133 +92.196 90.262 92.211 c 90.402 92.223 90.547 92.239 90.688 92.247 c +91.051 92.258 91.414 92.332 91.766 92.395 c 92.211 92.469 92.645 92.543 +93.074 92.614 c 94.145 92.786 95.273 92.844 96.285 93.211 c 95.926 +93.141 95.57 93.067 95.219 92.993 c 100.605 93.954 105.762 95.497 +110.688 97.672 c 110.812 97.727 110.539 97.688 110.566 97.692 c 110.344 +97.668 110.121 97.633 109.898 97.598 c 109.477 97.532 108.93 97.497 +108.539 97.329 c f +147.875 71.016 m 137.297 70.2 126.645 72.348 117.516 77.188 c 108.629 +81.903 101.504 89.059 97.242 97.454 c 92.844 106.118 91.281 116.282 +94.883 125.372 c 98.363 134.157 106.32 141.25 116.125 144.414 c 121.176 +146.051 126.766 146.762 132.07 145.809 c 137.164 144.891 141.82 142.481 +145.324 139.067 c 148.918 135.567 151.109 131.024 151.594 126.305 c +152.078 121.567 149.98 116.879 146.066 113.676 c 142.215 110.524 +136.316 108.809 131.242 110.336 c 126.281 111.832 122.414 116.758 +123.504 121.497 c 124.223 124.625 127.312 126.985 130.859 127.219 c +132.652 127.34 134.367 126.622 135.52 125.418 c 136.082 124.829 136.445 +124.102 136.645 123.36 c 136.941 122.262 136.523 121.391 136.031 +120.403 c 135.832 120.004 136.445 119.664 136.699 120.055 c 136.727 +120.098 136.754 120.137 136.777 120.176 c 136.555 120.293 136.332 +120.407 136.109 120.52 c 130.93 112.184 123.406 105.145 114.293 100.18 +c 105.488 95.383 95.348 92.633 85.051 92.192 c 74.441 91.743 63.801 +93.813 54.34 98.102 c 49.5 100.293 45.129 103.145 41.461 106.723 c +37.949 110.145 35.172 114.164 33.266 118.481 c 29.426 127.164 29.309 +136.946 32.895 145.711 c 34.758 150.278 37.57 154.516 41.594 157.825 c +45.41 160.969 50.164 163.141 55.215 164.172 c 62.316 165.622 69.855 +164.625 76.23 161.5 c 76.668 161.286 77.055 161.883 76.617 162.098 c +67.406 166.614 56.117 166.598 46.91 162.079 c 42.324 159.832 38.465 +156.5 35.711 152.536 c 32.902 148.5 31.055 143.872 30.141 139.2 c +28.371 130.161 30.34 120.7 35.516 112.778 c 38.141 108.762 41.598 +105.192 45.641 102.262 c 49.832 99.219 54.672 96.961 59.691 95.207 c +69.41 91.817 80.031 90.727 90.367 91.93 c 100.551 93.118 110.359 96.606 +118.688 101.954 c 126.145 106.739 132.328 113.012 136.777 120.176 c +137.02 120.567 136.359 120.907 136.109 120.52 c 136.082 120.481 136.059 +120.442 136.031 120.403 c 136.254 120.289 136.477 120.172 136.699 +120.055 c 137.008 120.672 137.34 121.274 137.484 121.938 c 137.621 +122.559 137.496 123.211 137.312 123.813 c 136.988 124.891 136.254 +125.856 135.312 126.579 c 133.293 128.129 130.523 128.204 128.133 +127.356 c 125.797 126.528 124 124.821 123.102 122.739 c 122.168 120.563 +122.52 118.071 123.512 115.965 c 125.535 111.653 130.441 108.895 +135.668 109.082 c 140.816 109.274 145.758 111.715 148.84 115.372 c +150.379 117.196 151.465 119.293 152.02 121.52 c 152.602 123.848 152.5 +126.227 152.02 128.559 c 151.086 133.102 148.5 137.317 144.801 140.539 +c 141.141 143.735 136.387 145.868 131.344 146.625 c 126.094 147.414 +120.59 146.614 115.629 144.989 c 105.949 141.813 98.188 134.895 94.465 +126.332 c 90.57 117.387 91.848 107.34 95.852 98.606 c 99.738 90.125 +106.512 82.832 115.051 77.758 c 123.746 72.598 134.16 69.95 144.59 +70.161 c 145.684 70.18 146.777 70.239 147.867 70.325 c 148.359 70.364 +148.371 71.051 147.875 71.012 c f +177.434 50.981 m 179.172 51.743 180.953 52.426 182.785 52.997 c 183.711 +53.286 184.656 53.539 185.605 53.766 c 186.043 53.872 186.48 53.961 +186.926 54.047 c 187.402 54.145 187.883 54.207 188.336 54.372 c 187.875 +54.286 187.41 54.2 186.953 54.114 c 187.961 54.239 188.961 54.411 +189.961 54.582 c 189.691 54.543 189.422 54.508 189.152 54.473 c 189.98 +54.504 190.809 54.637 191.586 54.875 c 191.129 54.789 190.668 54.704 +190.203 54.618 c 190.289 54.629 190.551 54.622 190.703 54.633 c 190.918 +54.653 191.133 54.684 191.348 54.707 c 191.809 54.758 192.273 54.805 +192.734 54.84 c 193.629 54.911 194.52 54.961 195.418 54.985 c 197.172 +55.036 198.934 54.981 200.684 54.844 c 204.195 54.567 207.664 53.891 +211 52.875 c 212.676 52.364 214.32 51.754 215.918 51.071 c 216.727 +50.723 217.527 50.356 218.312 49.969 c 218.695 49.782 219.07 49.59 +219.445 49.391 c 219.84 49.188 220.199 48.946 220.59 48.754 c 221.371 +48.368 222.09 47.836 222.801 47.356 c 223.141 47.125 223.48 46.887 +223.809 46.645 c 224.16 46.387 224.559 46.133 224.844 45.817 c 225.09 +45.547 225.418 45.325 225.699 45.082 c 226.012 44.813 226.32 44.539 +226.621 44.258 c 227.191 43.723 227.734 43.168 228.258 42.594 c 232.691 +37.707 235.074 31.516 235.301 25.254 c 235.426 21.805 234.754 18.305 +233.484 15.043 c 232.262 11.891 230.426 8.887 227.848 6.454 c 227.383 +6.008 226.887 5.59 226.375 5.192 c 226.137 5.004 225.875 4.86 225.652 +4.661 c 225.402 4.438 225.066 4.254 224.785 4.063 c 224.512 3.875 +224.227 3.707 223.93 3.559 c 223.613 3.399 223.32 3.207 223.012 3.039 c +222.734 2.895 222.449 2.758 222.164 2.622 c 221.859 2.473 221.543 2.278 +221.215 2.18 c 221.402 2.223 221.594 2.266 221.785 2.309 c 221.453 +2.243 221.137 2.18 220.828 2.051 c 220.555 1.942 220.281 1.836 220.004 +1.735 c 219.453 1.528 218.887 1.348 218.312 1.192 c 218.039 1.118 +217.758 1.051 217.477 0.993 c 217.336 0.961 217.203 0.914 217.066 0.868 +c 216.926 0.821 216.453 0.739 217.047 0.836 c 216.473 0.739 215.895 +0.692 215.324 0.594 c 214.992 0.543 214.625 0.504 214.309 0.395 c +214.203 0.356 214.441 0.383 214.398 0.379 c 214.566 0.395 214.73 0.422 +214.898 0.446 c 215.578 0.559 216.266 0.622 216.945 0.743 c 217.359 +0.817 217.773 0.891 218.18 0.993 c 218.457 1.059 218.715 1.153 218.984 +1.215 c 219.629 1.36 220.262 1.539 220.887 1.739 c 221.508 1.942 +222.098 2.239 222.723 2.422 c 222.531 2.379 222.34 2.336 222.148 2.297 +c 222.402 2.344 222.656 2.391 222.902 2.465 c 223.098 2.52 223.301 +2.653 223.48 2.743 c 223.895 2.938 224.309 3.137 224.711 3.352 c +225.457 3.75 226.188 4.168 226.875 4.645 c 228.301 5.637 229.625 6.727 +230.75 8 c 233.078 10.629 234.707 13.762 235.727 16.977 c 237.797 +23.493 237.211 30.489 234.141 36.676 c 231.387 42.231 226.602 46.848 +220.73 49.875 c 214.625 53.024 207.75 54.899 200.707 55.243 c 198.98 +55.325 197.25 55.313 195.523 55.223 c 194.641 55.172 193.758 55.102 +192.883 55.008 c 191.816 54.895 190.758 54.852 189.738 54.536 c 190.199 +54.622 190.66 54.707 191.121 54.793 c 191.18 54.805 191.164 54.805 +191.066 54.793 c 190.961 54.786 190.855 54.774 190.75 54.77 c 190.48 +54.758 190.207 54.704 189.941 54.657 c 189.613 54.602 189.289 54.543 +188.969 54.493 c 188.172 54.364 187.328 54.321 186.578 54.043 c 186.84 +54.098 187.105 54.157 187.371 54.211 c 183.352 53.497 179.504 52.34 +175.828 50.719 c 175.734 50.68 175.941 50.707 175.922 50.707 c 176.086 +50.719 176.254 50.75 176.418 50.778 c 176.734 50.825 177.141 50.848 +177.434 50.981 c f +147.773 70.321 m 155.664 70.93 164.441 69.469 171.254 65.86 c 177.883 +62.344 183.195 57.008 186.375 50.743 c 189.656 44.286 190.82 36.7 +188.133 29.918 c 185.539 23.364 179.602 18.075 172.289 15.711 c 168.523 +14.493 164.352 13.961 160.395 14.676 c 156.594 15.356 153.121 17.157 +150.508 19.7 c 147.828 22.313 146.188 25.704 145.832 29.223 c 145.469 +32.754 147.035 36.254 149.953 38.645 c 152.828 40.993 157.227 42.274 +161.012 41.133 c 164.715 40.02 167.598 36.344 166.785 32.805 c 166.25 +30.473 163.941 28.715 161.297 28.539 c 159.957 28.45 158.68 28.985 +157.82 29.883 c 157.398 30.321 157.133 30.864 156.98 31.422 c 156.762 +32.239 157.07 32.887 157.438 33.625 c 157.586 33.922 157.133 34.176 +156.938 33.883 c 156.922 33.852 156.902 33.825 156.883 33.793 c 157.047 +33.707 157.215 33.622 157.383 33.536 c 161.242 39.75 166.855 45.008 +173.656 48.711 c 180.223 52.289 187.789 54.34 195.469 54.668 c 203.383 +55.008 211.32 53.457 218.383 50.262 c 221.992 48.629 225.25 46.497 +227.988 43.829 c 230.605 41.278 232.68 38.278 234.098 35.063 c 236.965 +28.582 237.051 21.286 234.379 14.747 c 232.984 11.34 230.887 8.176 +227.887 5.704 c 225.039 3.364 221.496 1.743 217.727 0.973 c 212.43 +-0.109 206.801 0.637 202.051 2.969 c 201.723 3.125 201.434 2.68 201.762 +2.52 c 208.633 -0.847 217.055 -0.839 223.922 2.532 c 227.344 4.215 +230.223 6.7 232.277 9.653 c 234.371 12.661 235.75 16.122 236.43 19.602 +c 237.754 26.348 236.285 33.403 232.422 39.313 c 230.465 42.309 227.883 +44.973 224.871 47.157 c 221.742 49.426 218.129 51.114 214.391 52.418 c +207.137 54.95 199.215 55.762 191.504 54.864 c 183.91 53.977 176.59 +51.375 170.375 47.383 c 164.812 43.813 160.203 39.137 156.883 33.793 c +156.703 33.504 157.195 33.25 157.383 33.536 c 157.398 33.567 157.418 +33.598 157.438 33.625 c 157.273 33.711 157.105 33.797 156.938 33.883 c +156.711 33.422 156.465 32.977 156.355 32.477 c 156.258 32.016 156.348 +31.532 156.48 31.082 c 156.727 30.278 157.273 29.555 157.977 29.016 c +159.48 27.86 161.547 27.809 163.332 28.438 c 165.074 29.055 166.414 +30.332 167.082 31.879 c 167.781 33.504 167.52 35.364 166.781 36.938 c +165.266 40.153 161.605 42.211 157.711 42.067 c 153.871 41.926 150.184 +40.106 147.883 37.379 c 146.738 36.016 145.926 34.454 145.512 32.793 c +145.078 31.055 145.152 29.282 145.512 27.543 c 146.211 24.149 148.137 +21.008 150.895 18.602 c 153.629 16.223 157.176 14.625 160.934 14.063 c +164.852 13.473 168.961 14.075 172.66 15.286 c 179.879 17.653 185.672 +22.813 188.449 29.2 c 191.352 35.872 190.398 43.372 187.414 49.883 c +184.512 56.211 179.461 61.653 173.09 65.434 c 166.602 69.286 158.836 +71.262 151.055 71.106 c 150.238 71.086 148.707 71.071 147.895 71.008 c f +93.633 91.532 m 93.34 90.09 92.957 88.664 92.469 87.266 c 92.219 86.555 +91.938 85.856 91.633 85.164 c 91.488 84.848 91.34 84.532 91.18 84.219 c +91.012 83.883 90.816 83.559 90.715 83.204 c 90.883 83.524 91.051 83.848 +91.219 84.172 c 90.805 83.497 90.43 82.801 90.055 82.11 c 90.164 82.289 +90.27 82.473 90.379 82.653 c 89.984 82.141 89.668 81.567 89.457 80.973 +c 89.625 81.297 89.793 81.622 89.961 81.942 c 89.922 81.887 89.785 +81.727 89.719 81.633 c 89.625 81.493 89.543 81.348 89.453 81.204 c +89.258 80.895 89.055 80.594 88.852 80.293 c 88.457 79.715 88.043 79.149 +87.609 78.594 c 86.758 77.504 85.832 76.457 84.84 75.465 c 82.855 +73.477 80.594 71.707 78.133 70.2 c 76.898 69.438 75.605 68.75 74.277 +68.122 c 73.605 67.805 72.922 67.504 72.23 67.227 c 71.895 67.09 71.555 +66.957 71.219 66.829 c 70.863 66.696 70.5 66.598 70.156 66.457 c 69.465 +66.176 68.699 66.012 67.973 65.821 c 67.625 65.731 67.273 65.645 66.922 +65.567 c 66.551 65.481 66.152 65.368 65.77 65.356 c 65.441 65.344 +65.105 65.254 64.777 65.207 c 64.418 65.153 64.051 65.106 63.684 65.067 +c 62.992 64.989 62.293 64.938 61.59 64.911 c 55.629 64.688 49.711 +66.364 44.824 69.387 c 42.133 71.055 39.801 73.231 37.961 75.641 c +36.176 77.981 34.812 80.61 34.258 83.403 c 34.156 83.911 34.09 84.418 +34.043 84.934 c 34.02 85.172 34.043 85.403 34.004 85.641 c 33.957 +85.903 33.984 86.2 33.984 86.469 c 33.98 86.731 33.996 86.985 34.031 +87.243 c 34.066 87.512 34.074 87.786 34.102 88.059 c 34.129 88.301 +34.168 88.543 34.207 88.786 c 34.25 89.047 34.262 89.336 34.352 89.586 +c 34.289 89.45 34.223 89.313 34.16 89.172 c 34.281 89.407 34.391 89.633 +34.453 89.883 c 34.504 90.106 34.562 90.325 34.621 90.543 c 34.746 +90.985 34.891 91.418 35.062 91.844 c 35.145 92.051 35.234 92.254 35.332 +92.457 c 35.383 92.555 35.41 92.661 35.445 92.766 c 35.48 92.872 35.656 +93.204 35.434 92.797 c 35.648 93.188 35.898 93.567 36.117 93.961 c +36.246 94.192 36.398 94.43 36.473 94.68 c 36.5 94.762 36.402 94.606 +36.418 94.633 c 36.348 94.524 36.281 94.411 36.219 94.293 c 35.961 +93.825 35.664 93.375 35.41 92.903 c 35.258 92.614 35.105 92.325 34.977 +92.028 c 34.887 91.825 34.832 91.622 34.742 91.426 c 34.527 90.961 +34.34 90.485 34.184 90.004 c 34.023 89.528 33.953 89.02 33.773 88.547 c +33.84 88.684 33.902 88.825 33.969 88.961 c 33.875 88.782 33.785 88.606 +33.715 88.414 c 33.66 88.27 33.66 88.079 33.633 87.926 c 33.574 87.575 +33.516 87.223 33.48 86.872 c 33.41 86.211 33.355 85.563 33.375 84.903 c +33.41 83.539 33.57 82.184 33.973 80.86 c 34.801 78.122 36.367 75.551 +38.301 73.309 c 42.223 68.762 47.848 65.586 54.109 64.329 c 59.734 +63.196 65.668 63.77 70.938 65.809 c 76.418 67.922 81.316 71.153 85.133 +75.254 c 86.07 76.258 86.934 77.313 87.73 78.411 c 88.141 78.969 88.531 +79.543 88.906 80.125 c 89.355 80.825 89.855 81.489 90.133 82.27 c +89.965 81.946 89.797 81.622 89.629 81.297 c 89.605 81.258 89.617 81.27 +89.656 81.332 c 89.703 81.399 89.75 81.469 89.797 81.536 c 89.926 +81.704 90.02 81.899 90.121 82.079 c 90.246 82.309 90.367 82.536 90.484 +82.754 c 90.793 83.309 91.184 83.836 91.352 84.434 c 91.262 84.247 +91.172 84.059 91.078 83.872 c 92.562 86.668 93.625 89.59 94.246 92.637 +c 94.258 92.711 94.18 92.575 94.188 92.59 c 94.117 92.481 94.051 92.364 +93.988 92.25 c 93.867 92.036 93.68 91.774 93.633 91.532 c f +123.395 99.438 m 119.879 94.34 114.645 90.329 108.457 88.016 c 102.43 +85.766 95.684 85.235 89.305 86.465 c 82.727 87.735 76.359 90.856 72.547 +95.911 c 68.863 100.793 67.828 107.067 69.719 112.7 c 70.691 115.602 +72.395 118.399 74.93 120.442 c 77.371 122.407 80.496 123.606 83.754 +123.907 c 87.098 124.219 90.508 123.5 93.371 121.942 c 96.246 120.379 +98.121 117.661 98.469 114.684 c 98.809 111.75 97.562 108.438 94.785 +106.711 c 92.066 105.028 87.809 105.133 85.527 107.411 c 84.016 108.914 +83.84 111.204 85.043 112.895 c 85.648 113.758 86.703 114.258 87.82 +114.329 c 88.367 114.364 88.918 114.254 89.418 114.063 c 90.148 113.782 +90.492 113.266 90.867 112.672 c 91.016 112.434 91.441 112.579 91.312 +112.844 c 91.301 112.872 91.289 112.899 91.273 112.922 c 91.125 112.868 +90.977 112.809 90.828 112.75 c 93.613 107.27 94.785 101.207 94.176 +95.211 c 93.59 89.422 91.332 83.793 87.707 78.965 c 83.969 73.993 +78.785 69.954 72.785 67.282 c 69.715 65.914 66.445 65.008 63.035 64.696 +c 59.766 64.395 56.434 64.649 53.266 65.411 c 46.883 66.942 41.281 +70.567 37.645 75.497 c 35.754 78.059 34.402 80.93 34.039 83.997 c +33.688 86.911 34.242 89.875 35.555 92.555 c 37.406 96.317 40.812 99.356 +44.988 101.067 c 45.273 101.184 45.082 101.582 44.797 101.461 c 38.758 +98.993 34.516 93.875 33.621 88.004 c 33.172 85.082 33.613 82.079 34.828 +79.344 c 36.062 76.551 38 73.969 40.309 71.797 c 44.785 67.59 50.902 +64.918 57.352 64.282 c 60.625 63.961 63.957 64.18 67.145 64.907 c +70.449 65.661 73.555 67.004 76.441 68.614 c 82.027 71.739 86.648 76.141 +89.855 81.274 c 93.012 86.332 94.723 92.086 94.82 97.872 c 94.91 +103.055 93.672 108.211 91.273 112.922 c 91.145 113.18 90.703 113.008 +90.828 112.75 c 90.84 112.723 90.852 112.7 90.867 112.672 c 91.016 +112.727 91.164 112.789 91.312 112.844 c 91.078 113.215 90.863 113.594 +90.539 113.911 c 90.238 114.204 89.82 114.391 89.41 114.536 c 88.676 +114.793 87.852 114.829 87.082 114.672 c 85.441 114.34 84.355 113.114 +83.938 111.715 c 83.527 110.344 83.824 108.887 84.672 107.7 c 85.555 +106.454 87.102 105.676 88.676 105.329 c 91.887 104.625 95.305 105.805 +97.164 108.247 c 98.992 110.649 99.465 113.805 98.547 116.575 c 98.09 +117.961 97.305 119.243 96.25 120.332 c 95.145 121.477 93.758 122.321 +92.25 122.985 c 89.312 124.27 85.945 124.684 82.723 124.227 c 79.527 +123.77 76.523 122.418 74.195 120.422 c 71.77 118.344 70.152 115.547 +69.211 112.692 c 67.367 107.114 68.379 100.993 71.844 96.079 c 75.465 +90.95 81.652 87.743 88.129 86.27 c 94.414 84.836 101.105 85.157 107.203 +87.118 c 113.414 89.11 118.84 92.825 122.645 97.633 c 123.047 98.133 +123.426 98.653 123.789 99.176 c 123.949 99.414 123.562 99.676 123.395 +99.438 c f +145.914 105.282 m 146.133 106.356 146.418 107.422 146.781 108.461 c +146.969 108.993 147.176 109.516 147.41 110.032 c 147.512 110.266 +147.629 110.504 147.742 110.735 c 147.867 110.989 148.016 111.227 +148.09 111.497 c 147.965 111.254 147.84 111.012 147.715 110.77 c +148.023 111.278 148.301 111.793 148.582 112.313 c 148.504 112.176 +148.422 112.039 148.344 111.903 c 148.637 112.289 148.875 112.711 +149.027 113.161 c 148.906 112.914 148.777 112.676 148.652 112.438 c +148.68 112.477 148.785 112.594 148.836 112.668 c 148.902 112.774 +148.965 112.879 149.035 112.985 c 149.18 113.215 149.328 113.442 149.48 +113.664 c 149.773 114.098 150.086 114.52 150.41 114.93 c 151.043 +115.747 151.734 116.524 152.473 117.266 c 153.953 118.754 155.641 +120.067 157.477 121.196 c 158.398 121.762 159.359 122.278 160.352 +122.743 c 160.855 122.981 161.363 123.204 161.883 123.414 c 162.133 +123.516 162.383 123.614 162.637 123.707 c 162.898 123.809 163.172 +123.883 163.426 123.989 c 163.941 124.196 164.516 124.321 165.055 +124.461 c 165.316 124.532 165.578 124.594 165.84 124.653 c 166.117 +124.715 166.414 124.797 166.699 124.809 c 166.945 124.817 167.195 +124.883 167.438 124.918 c 167.711 124.961 167.98 124.997 168.254 +125.028 c 168.773 125.082 169.293 125.122 169.816 125.141 c 174.266 +125.305 178.68 124.055 182.324 121.801 c 184.336 120.555 186.07 118.934 +187.445 117.133 c 188.777 115.391 189.793 113.43 190.207 111.348 c +190.285 110.969 190.336 110.586 190.371 110.204 c 190.383 110.028 +190.367 109.852 190.395 109.676 c 190.43 109.477 190.41 109.258 190.414 +109.059 c 190.414 108.868 190.402 108.672 190.375 108.481 c 190.348 +108.278 190.344 108.075 190.324 107.872 c 190.305 107.688 190.273 +107.512 190.246 107.329 c 190.215 107.137 190.203 106.918 190.137 +106.731 c 190.184 106.836 190.23 106.942 190.277 107.043 c 190.188 +106.864 190.105 106.7 190.062 106.512 c 190.023 106.344 189.98 106.18 +189.934 106.02 c 189.844 105.692 189.734 105.368 189.605 105.051 c +189.543 104.895 189.477 104.743 189.402 104.594 c 189.367 104.52 +189.344 104.442 189.32 104.364 c 189.293 104.278 189.164 104.032 +189.332 104.336 c 189.172 104.047 188.98 103.762 188.82 103.469 c +188.727 103.301 188.609 103.118 188.551 102.934 c 188.535 102.872 +188.609 102.989 188.594 102.969 c 188.648 103.051 188.695 103.133 +188.746 103.223 c 188.934 103.575 189.16 103.907 189.348 104.258 c +189.461 104.473 189.574 104.692 189.672 104.911 c 189.734 105.063 +189.777 105.215 189.848 105.364 c 190.008 105.707 190.141 106.059 +190.262 106.418 c 190.383 106.778 190.434 107.157 190.566 107.508 c +190.52 107.403 190.469 107.301 190.426 107.2 c 190.492 107.332 190.559 +107.465 190.609 107.606 c 190.652 107.715 190.652 107.856 190.672 +107.973 c 190.715 108.235 190.758 108.497 190.789 108.758 c 190.84 +109.25 190.879 109.731 190.867 110.227 c 190.84 111.243 190.719 112.254 +190.422 113.243 c 189.801 115.289 188.633 117.204 187.188 118.875 c +184.266 122.266 180.066 124.633 175.395 125.579 c 171.203 126.422 +166.773 125.993 162.844 124.473 c 158.758 122.895 155.102 120.485 +152.254 117.426 c 151.555 116.676 150.91 115.887 150.312 115.071 c +150.008 114.653 149.719 114.227 149.441 113.793 c 149.105 113.27 148.73 +112.774 148.523 112.192 c 148.648 112.434 148.773 112.672 148.898 +112.914 c 148.918 112.946 148.91 112.938 148.879 112.891 c 148.844 +112.84 148.812 112.789 148.773 112.739 c 148.68 112.614 148.609 112.469 +148.535 112.332 c 148.441 112.161 148.352 111.993 148.262 111.829 c +148.035 111.418 147.738 111.024 147.613 110.575 c 147.816 110.997 l +146.711 108.911 145.922 106.731 145.457 104.457 c 145.445 104.399 +145.508 104.504 145.5 104.493 c 145.555 104.575 145.602 104.661 145.648 +104.743 c 145.738 104.907 145.879 105.102 145.914 105.282 c f +123.754 99.133 m 126.379 102.934 130.512 106.36 135.129 108.086 c +139.621 109.766 144.656 110.161 149.418 109.243 c 154.324 108.297 +159.07 105.969 161.918 102.196 c 164.664 98.551 165.434 93.872 164.023 +89.672 c 163.297 87.508 162.031 85.418 160.137 83.899 c 158.316 82.43 +155.984 81.536 153.555 81.309 c 151.062 81.082 148.52 81.614 146.383 +82.778 c 144.238 83.946 142.84 85.969 142.582 88.192 c 142.324 90.379 +143.254 92.852 145.328 94.137 c 147.355 95.395 150.531 95.317 152.234 +93.618 c 153.359 92.497 153.492 90.789 152.594 89.524 c 152.141 88.887 +151.355 88.508 150.52 88.457 c 150.113 88.43 149.703 88.512 149.332 +88.657 c 148.785 88.864 148.531 89.25 148.25 89.692 c 148.137 89.872 +147.82 89.762 147.918 89.563 c 147.926 89.543 147.934 89.524 147.945 +89.504 c 148.059 89.547 148.168 89.59 148.277 89.633 c 146.199 93.723 +145.328 98.243 145.781 102.719 c 146.219 107.039 147.902 111.235 +150.609 114.84 c 153.395 118.551 157.266 121.563 161.738 123.555 c +164.027 124.571 166.465 125.247 169.012 125.481 c 171.449 125.704 +173.934 125.516 176.301 124.95 c 181.062 123.805 185.238 121.102 +187.953 117.426 c 189.363 115.512 190.371 113.372 190.645 111.082 c +190.902 108.911 190.492 106.696 189.508 104.7 c 188.133 101.895 185.59 +99.625 182.473 98.348 c 182.258 98.262 182.406 97.965 182.617 98.051 c +187.121 99.895 190.285 103.715 190.957 108.094 c 191.289 110.274 +190.961 112.512 190.055 114.559 c 189.133 116.641 187.684 118.563 +185.965 120.184 c 182.629 123.321 178.062 125.313 173.25 125.789 c +170.809 126.032 168.324 125.868 165.945 125.325 c 163.477 124.762 +161.164 123.762 159.012 122.559 c 154.84 120.231 151.395 116.946 +149.004 113.114 c 146.648 109.344 145.375 105.051 145.301 100.731 c +145.234 96.872 146.156 93.02 147.945 89.504 c 148.043 89.313 148.371 +89.442 148.277 89.633 c 148.27 89.653 148.258 89.672 148.25 89.692 c +148.137 89.649 148.027 89.606 147.918 89.563 c 148.09 89.286 148.254 +89.004 148.492 88.77 c 148.719 88.551 149.027 88.411 149.336 88.301 c +149.887 88.11 150.5 88.086 151.07 88.204 c 152.297 88.446 153.105 +89.364 153.418 90.407 c 153.723 91.43 153.504 92.516 152.871 93.403 c +152.215 94.332 151.055 94.911 149.883 95.172 c 147.488 95.696 144.938 +94.813 143.555 92.997 c 142.188 91.204 141.836 88.848 142.52 86.782 c +142.859 85.747 143.445 84.789 144.234 83.977 c 145.055 83.125 146.094 +82.493 147.219 82 c 149.41 81.039 151.922 80.731 154.328 81.075 c +156.711 81.414 158.949 82.418 160.688 83.911 c 162.496 85.461 163.703 +87.547 164.406 89.68 c 165.781 93.84 165.023 98.407 162.441 102.071 c +159.742 105.895 155.121 108.286 150.293 109.387 c 145.605 110.457 +140.609 110.219 136.062 108.758 c 131.43 107.27 127.383 104.497 124.543 +100.914 c 124.246 100.536 123.68 99.84 123.41 99.446 c f +60.602 152.266 m 59.844 152.848 59.066 153.368 58.266 153.805 c 57.863 +154.024 57.453 154.215 57.035 154.391 c 56.844 154.469 56.652 154.539 +56.461 154.61 c 56.254 154.68 56.043 154.723 55.844 154.852 c 56.047 +154.786 56.25 154.723 56.449 154.657 c 56.008 154.75 55.57 154.883 +55.137 155.012 c 55.254 154.985 55.371 154.957 55.488 154.93 c 55.129 +154.95 54.766 155.051 54.426 155.235 c 54.625 155.172 54.828 155.106 +55.027 155.039 c 54.992 155.047 54.875 155.039 54.812 155.051 c 54.719 +155.067 54.625 155.09 54.527 155.11 c 54.328 155.145 54.129 155.18 +53.926 155.211 c 53.535 155.266 53.145 155.301 52.754 155.321 c 51.988 +155.356 51.219 155.317 50.457 155.211 c 48.922 155 47.41 154.485 45.953 +153.711 c 45.219 153.321 44.504 152.86 43.805 152.336 c 43.453 152.071 +43.105 151.793 42.762 151.497 c 42.594 151.356 42.43 151.204 42.266 +151.055 c 42.098 150.903 41.938 150.719 41.766 150.571 c 41.426 150.278 +41.113 149.872 40.801 149.504 c 40.652 149.332 40.508 149.149 40.359 +148.961 c 40.211 148.77 40.035 148.575 39.91 148.336 c 39.801 148.129 +39.66 147.957 39.539 147.774 c 39.398 147.571 39.266 147.36 39.137 +147.145 c 38.887 146.739 38.648 146.317 38.422 145.875 c 36.484 142.149 +35.445 137.434 35.348 132.664 c 35.293 130.032 35.586 127.368 36.141 +124.883 c 36.676 122.477 37.477 120.188 38.598 118.336 c 38.805 117.997 +39.02 117.68 39.242 117.372 c 39.344 117.231 39.461 117.122 39.559 +116.969 c 39.668 116.801 39.812 116.657 39.938 116.512 c 40.055 116.372 +40.18 116.247 40.309 116.129 c 40.445 116.008 40.574 115.864 40.711 +115.735 c 40.832 115.622 40.957 115.516 41.082 115.414 c 41.215 115.305 +41.352 115.153 41.496 115.082 c 41.414 115.114 41.328 115.145 41.246 +115.176 c 41.391 115.129 41.527 115.082 41.664 114.981 c 41.781 114.899 +41.902 114.817 42.023 114.739 c 42.266 114.582 42.512 114.442 42.762 +114.329 c 42.883 114.27 43.004 114.219 43.125 114.176 c 43.188 114.153 +43.246 114.114 43.305 114.082 c 43.367 114.043 43.574 113.977 43.316 +114.055 c 43.562 113.981 43.816 113.942 44.066 113.872 c 44.211 113.832 +44.371 113.801 44.508 113.715 c 44.555 113.688 44.453 113.711 44.469 +113.707 c 44.395 113.719 44.324 113.739 44.25 113.758 c 43.957 113.844 +43.652 113.891 43.359 113.985 c 43.176 114.039 42.996 114.098 42.816 +114.172 c 42.699 114.223 42.586 114.297 42.469 114.344 c 42.188 114.454 +41.91 114.59 41.641 114.743 c 41.367 114.899 41.109 115.125 40.84 +115.262 c 40.922 115.231 41.004 115.2 41.09 115.168 c 40.977 115.204 +40.867 115.243 40.758 115.297 c 40.672 115.34 40.586 115.442 40.508 +115.508 c 40.324 115.657 40.145 115.805 39.969 115.973 c 39.641 116.278 +39.324 116.594 39.023 116.961 c 38.402 117.715 37.824 118.547 37.336 +119.512 c 36.316 121.52 35.605 123.903 35.16 126.356 c 34.258 131.321 +34.516 136.649 35.852 141.368 c 37.055 145.602 39.145 149.118 41.707 +151.426 c 44.371 153.825 47.371 155.254 50.445 155.516 c 51.199 155.582 +51.953 155.571 52.707 155.497 c 53.09 155.461 53.477 155.407 53.859 +155.336 c 54.328 155.25 54.785 155.219 55.23 154.977 c 55.031 155.039 +54.832 155.106 54.629 155.172 c 54.602 155.18 54.609 155.18 54.652 +155.172 c 54.699 155.164 54.746 155.157 54.793 155.153 c 54.91 155.145 +55.027 155.102 55.141 155.067 c 55.289 155.028 55.43 154.981 55.566 +154.942 c 55.918 154.844 56.285 154.813 56.613 154.602 c 56.496 154.645 +56.383 154.684 56.266 154.731 c 58.02 154.184 59.699 153.305 61.301 +152.067 c 61.344 152.039 61.254 152.059 61.262 152.059 c 61.191 152.071 +61.117 152.09 61.047 152.11 c 60.91 152.149 60.73 152.168 60.602 +152.266 c f +2.34 155.262 m 7.785 155.68 13.27 154.575 17.969 152.082 c 22.547 +149.657 26.215 145.973 28.41 141.649 c 30.672 137.188 31.477 131.957 +29.621 127.274 c 27.832 122.754 23.734 119.102 18.688 117.469 c 16.086 +116.633 13.207 116.262 10.477 116.758 c 7.855 117.227 5.457 118.469 +3.652 120.227 c 1.801 122.028 0.676 124.364 0.426 126.797 c 0.176 +129.235 1.258 131.649 3.27 133.297 c 5.254 134.918 8.293 135.805 10.902 +135.016 c 13.457 134.247 15.449 131.711 14.887 129.27 c 14.52 127.661 +12.926 126.446 11.098 126.325 c 10.176 126.262 9.293 126.633 8.699 +127.25 c 8.41 127.555 8.223 127.93 8.121 128.313 c 7.969 128.875 8.184 +129.325 8.438 129.832 c 8.539 130.039 8.223 130.215 8.09 130.012 c +8.078 129.993 8.066 129.969 8.051 129.954 c 8.168 129.895 8.281 129.832 +8.395 129.774 c 11.062 134.063 14.938 137.688 19.629 140.247 c 24.164 +142.719 29.383 144.133 34.684 144.356 c 40.145 144.59 45.625 143.524 +50.496 141.317 c 52.988 140.188 55.238 138.719 57.125 136.875 c 58.934 +135.114 60.363 133.047 61.344 130.825 c 63.32 126.352 63.383 121.317 +61.539 116.805 c 60.574 114.454 59.129 112.274 57.055 110.567 c 55.09 +108.95 52.645 107.832 50.043 107.301 c 46.387 106.555 42.508 107.067 +39.223 108.676 c 39 108.786 38.801 108.481 39.027 108.368 c 43.77 +106.043 49.582 106.051 54.32 108.379 c 56.68 109.536 58.668 111.254 +60.086 113.293 c 61.531 115.368 62.48 117.754 62.953 120.157 c 63.867 +124.813 62.852 129.684 60.188 133.758 c 58.836 135.825 57.055 137.668 +54.973 139.176 c 52.816 140.743 50.324 141.903 47.742 142.805 c 42.734 +144.551 37.27 145.114 31.945 144.493 c 26.703 143.883 21.652 142.082 +17.367 139.332 c 13.527 136.868 10.344 133.641 8.051 129.954 c 7.93 +129.75 8.27 129.575 8.395 129.774 c 8.41 129.793 8.422 129.817 8.438 +129.836 c 8.32 129.895 8.207 129.954 8.09 130.012 c 7.934 129.696 7.762 +129.387 7.688 129.043 c 7.621 128.727 7.684 128.391 7.777 128.082 c +7.945 127.524 8.32 127.028 8.809 126.653 c 9.848 125.856 11.273 125.821 +12.504 126.254 c 13.707 126.68 14.633 127.563 15.094 128.633 c 15.574 +129.754 15.391 131.036 14.883 132.122 c 13.84 134.34 11.312 135.762 +8.625 135.661 c 5.973 135.563 3.43 134.305 1.844 132.426 c 1.051 +131.489 0.492 130.407 0.207 129.262 c -0.094 128.063 -0.039 126.836 +0.207 125.637 c 0.688 123.297 2.02 121.125 3.922 119.469 c 5.805 +117.825 8.254 116.723 10.852 116.332 c 13.551 115.926 16.387 116.344 +18.941 117.176 c 23.926 118.813 27.922 122.372 29.84 126.782 c 31.844 +131.387 31.184 136.559 29.125 141.059 c 27.121 145.422 23.633 149.18 +19.238 151.789 c 14.762 154.45 9.402 155.809 4.031 155.704 c 3.469 +155.692 2.902 155.661 2.344 155.618 c 2.09 155.598 2.086 155.243 2.34 +155.262 c f +59.754 75.711 m 59.148 75.442 58.527 75.204 57.891 75.004 c 57.566 +74.907 57.238 74.817 56.91 74.739 c 56.758 74.704 56.602 74.672 56.449 +74.641 c 56.281 74.606 56.117 74.586 55.957 74.528 c 56.121 74.555 +56.277 74.586 56.441 74.618 c 56.09 74.575 55.742 74.512 55.391 74.454 +c 55.484 74.469 55.578 74.481 55.672 74.493 c 55.387 74.485 55.098 +74.438 54.824 74.352 c 54.984 74.383 55.148 74.414 55.305 74.442 c +55.277 74.438 55.184 74.442 55.133 74.438 c 55.059 74.43 54.984 74.418 +54.91 74.411 c 54.75 74.391 54.586 74.375 54.426 74.364 c 54.117 74.34 +53.805 74.321 53.492 74.317 c 52.883 74.297 52.27 74.317 51.66 74.364 c +50.438 74.461 49.227 74.696 48.066 75.047 c 47.484 75.227 46.914 75.438 +46.355 75.676 c 46.074 75.797 45.797 75.926 45.523 76.059 c 45.391 +76.125 45.258 76.192 45.129 76.262 c 44.992 76.332 44.867 76.414 44.73 +76.485 c 44.457 76.618 44.207 76.801 43.961 76.969 c 43.84 77.047 +43.723 77.133 43.605 77.219 c 43.484 77.305 43.348 77.399 43.25 77.504 +c 43.164 77.598 43.047 77.676 42.949 77.758 c 42.84 77.856 42.734 +77.954 42.629 78.051 c 42.43 78.235 42.242 78.43 42.059 78.629 c 40.516 +80.329 39.688 82.485 39.609 84.664 c 39.566 85.868 39.801 87.082 40.238 +88.215 c 40.668 89.317 41.305 90.364 42.203 91.207 c 42.367 91.364 +42.539 91.508 42.715 91.649 c 42.801 91.715 42.887 91.762 42.965 91.832 +c 43.055 91.911 43.172 91.977 43.27 92.043 c 43.363 92.106 43.461 +92.164 43.566 92.215 c 43.676 92.27 43.777 92.336 43.887 92.395 c 43.98 +92.45 44.082 92.497 44.18 92.543 c 44.289 92.598 44.398 92.664 44.512 +92.696 c 44.445 92.68 44.379 92.668 44.312 92.653 c 44.43 92.672 44.539 +92.696 44.645 92.739 c 44.742 92.782 44.836 92.817 44.934 92.852 c +45.125 92.922 45.32 92.985 45.52 93.039 c 45.617 93.067 45.715 93.09 +45.812 93.11 c 45.863 93.122 45.906 93.137 45.957 93.153 c 46.008 +93.168 46.168 93.2 45.965 93.164 c 46.164 93.2 46.363 93.215 46.562 +93.25 c 46.68 93.266 46.805 93.282 46.918 93.321 c 46.953 93.332 46.871 +93.321 46.883 93.325 c 46.828 93.321 46.766 93.309 46.711 93.301 c +46.473 93.262 46.234 93.239 45.996 93.2 c 45.852 93.172 45.711 93.145 +45.566 93.11 c 45.473 93.086 45.383 93.055 45.289 93.036 c 45.062 +92.985 44.844 92.922 44.625 92.852 c 44.41 92.782 44.207 92.676 43.988 +92.614 c 44.055 92.629 44.121 92.641 44.188 92.657 c 44.098 92.641 +44.008 92.622 43.926 92.598 c 43.855 92.579 43.785 92.532 43.723 92.5 c +43.578 92.434 43.434 92.364 43.297 92.289 c 43.035 92.149 42.781 92.004 +42.539 91.84 c 42.047 91.493 41.586 91.114 41.195 90.672 c 40.383 +89.758 39.816 88.664 39.461 87.543 c 38.738 85.278 38.945 82.844 40.012 +80.688 c 40.969 78.754 42.637 77.149 44.68 76.09 c 46.805 75 49.199 +74.348 51.652 74.223 c 52.254 74.196 52.855 74.2 53.457 74.235 c 53.762 +74.25 54.07 74.278 54.375 74.305 c 54.746 74.348 55.113 74.36 55.469 +74.473 c 55.309 74.442 55.148 74.411 54.988 74.383 c 54.969 74.375 +54.973 74.375 55.008 74.383 c 55.043 74.383 55.082 74.387 55.117 74.391 +c 55.211 74.391 55.305 74.414 55.398 74.43 c 55.512 74.45 55.625 74.469 +55.738 74.485 c 56.016 74.532 56.309 74.543 56.57 74.641 c 56.477 +74.622 56.387 74.602 56.293 74.582 c 57.695 74.832 59.031 75.235 60.309 +75.797 c 60.344 75.813 60.273 75.805 60.281 75.805 c 60.223 75.797 +60.164 75.789 60.105 75.778 c 59.996 75.762 59.855 75.754 59.754 75.707 +c f +85.172 113.657 m 81.109 113.344 76.59 114.098 73.086 115.957 c 69.672 +117.766 66.934 120.512 65.297 123.739 c 63.609 127.063 63.008 130.969 +64.391 134.461 c 65.727 137.836 68.785 140.555 72.551 141.774 c 74.492 +142.399 76.637 142.676 78.676 142.305 c 80.629 141.957 82.422 141.032 +83.766 139.719 c 85.145 138.375 85.988 136.629 86.172 134.817 c 86.359 +133 85.551 131.196 84.051 129.965 c 82.57 128.758 80.305 128.098 78.355 +128.684 c 76.453 129.258 74.965 131.153 75.383 132.973 c 75.66 134.172 +76.848 135.079 78.211 135.168 c 78.898 135.215 79.555 134.942 80 +134.477 c 80.215 134.25 80.355 133.973 80.43 133.688 c 80.547 133.262 +80.383 132.93 80.195 132.551 c 80.121 132.399 80.355 132.266 80.453 +132.418 c 80.465 132.434 80.473 132.446 80.48 132.465 c 80.398 132.508 +80.309 132.551 80.227 132.598 c 78.238 129.395 75.348 126.692 71.844 +124.786 c 68.465 122.942 64.57 121.887 60.617 121.715 c 56.543 121.543 +52.457 122.34 48.82 123.985 c 46.961 124.829 45.285 125.922 43.875 +127.297 c 42.527 128.61 41.461 130.157 40.727 131.813 c 39.254 135.145 +39.207 138.903 40.586 142.27 c 41.301 144.024 42.383 145.653 43.926 +146.922 c 45.391 148.129 47.215 148.965 49.156 149.36 c 51.883 149.922 +54.781 149.536 57.23 148.336 c 57.395 148.254 57.547 148.481 57.379 +148.563 c 53.84 150.297 49.504 150.293 45.969 148.559 c 44.207 147.696 +42.723 146.411 41.668 144.891 c 40.59 143.344 39.879 141.563 39.527 +139.77 c 38.848 136.297 39.602 132.664 41.59 129.622 c 42.598 128.082 +43.926 126.707 45.48 125.582 c 47.09 124.414 48.949 123.547 50.875 +122.875 c 54.609 121.571 58.688 121.153 62.66 121.618 c 66.566 122.071 +70.336 123.414 73.535 125.465 c 76.398 127.305 78.773 129.711 80.48 +132.465 c 80.574 132.614 80.324 132.747 80.227 132.598 c 80.215 132.582 +80.207 132.567 80.195 132.551 c 80.281 132.508 80.367 132.461 80.453 +132.418 c 80.57 132.653 80.699 132.887 80.754 133.141 c 80.805 133.379 +80.758 133.629 80.688 133.86 c 80.562 134.274 80.281 134.645 79.922 +134.926 c 79.145 135.52 78.082 135.547 77.164 135.219 c 76.266 134.903 +75.574 134.247 75.23 133.446 c 74.871 132.614 75.008 131.653 75.387 +130.844 c 76.164 129.192 78.051 128.129 80.055 128.204 c 82.035 128.278 +83.93 129.215 85.113 130.618 c 85.707 131.321 86.121 132.122 86.336 +132.981 c 86.559 133.875 86.52 134.786 86.336 135.684 c 85.977 137.43 +84.984 139.047 83.562 140.286 c 82.16 141.512 80.332 142.332 78.395 +142.622 c 76.379 142.926 74.266 142.618 72.359 141.993 c 68.641 140.774 +65.664 138.118 64.23 134.829 c 62.734 131.395 63.227 127.536 64.766 +124.18 c 66.258 120.922 68.859 118.122 72.137 116.176 c 75.477 114.188 +79.477 113.172 83.484 113.254 c 83.902 113.262 84.691 113.274 85.109 +113.305 c f +127.895 56.59 m 128.047 57.332 128.242 58.067 128.496 58.786 c 128.621 +59.153 128.766 59.512 128.926 59.872 c 129 60.036 129.078 60.196 +129.156 60.356 c 129.242 60.532 129.344 60.7 129.398 60.879 c 129.309 +60.715 129.223 60.547 129.137 60.383 c 129.352 60.727 129.543 61.086 +129.734 61.442 c 129.68 61.348 129.629 61.258 129.57 61.164 c 129.773 +61.43 129.938 61.723 130.047 62.028 c 129.785 61.528 l 129.805 61.559 +129.875 61.637 129.91 61.688 c 129.957 61.762 130 61.836 130.047 61.911 +c 130.148 62.067 130.25 62.223 130.355 62.379 c 130.559 62.676 130.773 +62.969 130.996 63.254 c 131.434 63.813 131.91 64.352 132.422 64.864 c +133.441 65.887 134.609 66.797 135.875 67.575 c 136.512 67.965 137.176 +68.325 137.859 68.641 c 138.207 68.809 138.559 68.961 138.914 69.106 c +139.086 69.176 139.258 69.243 139.434 69.309 c 139.617 69.379 139.805 +69.43 139.98 69.504 c 140.336 69.645 140.73 69.731 141.105 69.829 c +141.285 69.875 141.465 69.922 141.645 69.961 c 141.836 70.004 142.043 +70.059 142.242 70.071 c 142.41 70.075 142.582 70.118 142.75 70.145 c +142.938 70.172 143.125 70.196 143.312 70.219 c 143.672 70.258 144.031 +70.282 144.391 70.297 c 147.461 70.414 150.508 69.551 153.023 67.993 c +154.41 67.137 155.609 66.016 156.559 64.77 c 157.477 63.567 158.176 +62.215 158.465 60.778 c 158.516 60.516 158.551 60.254 158.574 59.989 c +158.586 59.868 158.574 59.75 158.594 59.625 c 158.617 59.489 158.602 +59.336 158.605 59.2 c 158.605 59.067 158.598 58.934 158.582 58.801 c +158.562 58.661 158.559 58.52 158.543 58.379 c 158.531 58.254 158.512 +58.129 158.492 58.004 c 158.469 57.872 158.461 57.719 158.414 57.594 c +158.445 57.664 158.48 57.735 158.512 57.809 c 158.449 57.684 158.395 +57.571 158.363 57.442 c 158.34 57.329 158.305 57.211 158.273 57.102 c +158.211 56.872 158.137 56.649 158.051 56.434 c 158.008 56.325 157.961 +56.223 157.91 56.118 c 157.883 56.067 157.871 56.012 157.852 55.957 c +157.832 55.899 157.742 55.731 157.859 55.942 c 157.75 55.739 157.617 +55.543 157.508 55.344 c 157.441 55.223 157.359 55.102 157.32 54.973 c +157.309 54.93 157.359 55.012 157.352 54.997 c 157.387 55.055 157.422 +55.114 157.453 55.172 c 157.586 55.411 157.742 55.641 157.871 55.887 c +157.949 56.036 158.027 56.184 158.094 56.336 c 158.137 56.442 158.168 +56.547 158.215 56.645 c 158.324 56.887 158.422 57.129 158.504 57.375 c +158.586 57.625 158.621 57.887 158.715 58.129 c 158.68 58.055 158.645 +57.989 158.613 57.918 c 158.66 58.008 158.707 58.102 158.742 58.196 c +158.77 58.274 158.77 58.372 158.785 58.45 c 158.816 58.633 158.844 +58.809 158.863 58.993 c 158.902 59.329 158.926 59.664 158.918 60.004 c +158.898 60.707 158.816 61.407 158.613 62.09 c 158.184 63.497 157.379 +64.821 156.383 65.977 c 154.363 68.317 151.465 69.95 148.242 70.598 c +145.348 71.18 142.293 70.883 139.578 69.836 c 136.758 68.747 134.234 +67.086 132.27 64.973 c 131.789 64.457 131.344 63.911 130.93 63.348 c +130.723 63.059 130.52 62.766 130.328 62.465 c 130.098 62.102 129.84 +61.766 129.699 61.364 c 129.785 61.528 129.871 61.696 129.957 61.86 c +129.965 61.883 129.965 61.879 129.941 61.844 c 129.918 61.809 129.895 +61.774 129.871 61.739 c 129.805 61.653 129.754 61.551 129.703 61.457 c +129.641 61.34 129.578 61.227 129.512 61.11 c 129.359 60.829 129.156 +60.555 129.07 60.247 c 129.117 60.344 129.164 60.442 129.211 60.539 c +128.445 59.098 127.898 57.594 127.578 56.024 c 127.57 55.985 127.613 +56.055 127.609 56.047 c 127.645 56.106 127.68 56.164 127.711 56.223 c +127.773 56.336 127.871 56.469 127.895 56.59 c f +112.57 52.52 m 114.383 55.145 117.078 57.211 120.262 58.403 c 123.367 +59.559 126.84 59.836 130.125 59.204 c 133.512 58.547 136.789 56.942 +138.75 54.34 c 140.645 51.825 141.18 48.594 140.207 45.696 c 139.703 +44.204 138.828 42.758 137.52 41.707 c 136.266 40.7 134.656 40.079 +132.98 39.926 c 131.258 39.766 129.504 40.133 128.031 40.934 c 126.551 +41.743 125.586 43.137 125.406 44.676 c 125.23 46.184 125.871 47.891 +127.301 48.778 c 128.703 49.645 130.895 49.59 132.07 48.418 c 132.844 +47.645 132.934 46.465 132.316 45.59 c 132.004 45.153 131.461 44.891 +130.887 44.856 c 130.605 44.84 130.32 44.895 130.066 44.993 c 129.688 +45.133 129.512 45.403 129.32 45.711 c 129.242 45.832 129.023 45.754 +129.09 45.622 c 129.094 45.606 129.102 45.59 129.105 45.579 c 129.184 +45.61 129.262 45.641 129.34 45.668 c 127.902 48.489 127.301 51.61 +127.617 54.7 c 127.918 57.68 129.082 60.575 130.949 63.063 c 132.871 +65.625 135.539 67.704 138.629 69.079 c 140.207 69.782 141.891 70.247 +143.648 70.411 c 145.332 70.563 147.047 70.434 148.676 70.043 c 151.965 +69.254 154.848 67.383 156.719 64.848 c 157.691 63.528 158.387 62.051 +158.578 60.473 c 158.758 58.973 158.473 57.442 157.793 56.067 c 156.844 +54.125 155.09 52.567 152.938 51.684 c 152.793 51.625 152.891 51.418 +153.039 51.481 c 156.145 52.75 158.328 55.387 158.793 58.407 c 159.02 +59.914 158.797 61.457 158.172 62.868 c 157.535 64.305 156.535 65.633 +155.348 66.754 c 153.043 68.918 149.895 70.293 146.574 70.622 c 144.891 +70.786 143.172 70.672 141.535 70.301 c 139.832 69.911 138.23 69.223 +136.746 68.391 c 133.867 66.782 131.492 64.516 129.84 61.875 c 128.215 +59.27 127.332 56.305 127.285 53.329 c 127.238 50.661 127.875 48.004 +129.105 45.579 c 129.176 45.45 129.402 45.536 129.34 45.668 c 129.332 +45.68 129.328 45.696 129.32 45.711 c 129.242 45.68 129.168 45.649 +129.09 45.622 c 129.211 45.43 129.32 45.235 129.484 45.071 c 129.641 +44.922 129.855 44.825 130.066 44.75 c 130.445 44.614 130.875 44.598 +131.266 44.68 c 132.109 44.852 132.672 45.481 132.883 46.204 c 133.098 +46.911 132.945 47.657 132.508 48.274 c 132.055 48.911 131.258 49.313 +130.445 49.489 c 128.793 49.852 127.035 49.243 126.078 47.989 c 125.137 +46.75 124.891 45.122 125.363 43.7 c 125.598 42.985 126.004 42.325 +126.547 41.762 c 127.117 41.176 127.832 40.739 128.605 40.403 c 130.117 +39.739 131.852 39.524 133.512 39.762 c 135.156 39.993 136.703 40.688 +137.902 41.719 c 139.148 42.789 139.98 44.227 140.469 45.7 c 141.418 +48.571 140.895 51.723 139.113 54.25 c 137.25 56.891 134.062 58.543 +130.727 59.301 c 127.496 60.039 124.047 59.875 120.91 58.868 c 117.711 +57.84 114.918 55.926 112.957 53.454 c 112.754 53.192 112.555 52.926 +112.371 52.657 c 112.285 52.536 112.484 52.399 112.57 52.52 c f +213.406 41.157 m 213.797 41.223 214.203 41.25 214.625 41.219 c 214.84 +41.204 215.059 41.168 215.281 41.125 c 215.383 41.102 215.488 41.075 +215.59 41.043 c 215.703 41.012 215.816 40.969 215.922 40.973 c 215.812 +41.004 215.703 41.036 215.594 41.071 c 215.836 40.969 216.074 40.891 +216.309 40.817 c 216.246 40.84 216.18 40.864 216.117 40.887 c 216.316 +40.778 216.516 40.707 216.695 40.696 c 216.586 40.727 216.477 40.758 +216.367 40.793 c 216.391 40.786 216.453 40.739 216.492 40.727 c 216.543 +40.7 216.594 40.68 216.645 40.657 c 216.754 40.61 216.867 40.559 +216.977 40.504 c 217.191 40.399 217.41 40.282 217.629 40.157 c 218.055 +39.907 218.488 39.618 218.926 39.293 c 219.797 38.633 220.676 37.809 +221.539 36.86 c 221.973 36.375 222.402 35.864 222.824 35.321 c 223.039 +35.043 223.254 34.762 223.461 34.473 c 223.562 34.332 223.664 34.192 +223.766 34.047 c 223.871 33.899 223.969 33.739 224.074 33.598 c 224.285 +33.309 224.484 32.969 224.68 32.649 c 224.773 32.497 224.867 32.34 +224.961 32.184 c 225.059 32.02 225.168 31.848 225.25 31.668 c 225.324 +31.512 225.414 31.364 225.492 31.215 c 225.582 31.051 225.672 30.883 +225.758 30.715 c 225.922 30.395 226.078 30.071 226.23 29.739 c 227.543 +26.934 228.406 23.872 228.746 21.106 c 228.934 19.579 228.93 18.157 +228.77 16.93 c 228.609 15.743 228.301 14.711 227.777 14.043 c 227.684 +13.922 227.586 13.817 227.473 13.719 c 227.426 13.676 227.367 13.653 +227.324 13.598 c 227.27 13.539 227.199 13.508 227.137 13.469 c 227.078 +13.43 227.016 13.403 226.949 13.383 c 226.883 13.36 226.816 13.325 +226.75 13.297 c 226.688 13.274 226.625 13.258 226.562 13.243 c 226.492 +13.223 226.426 13.188 226.348 13.196 c 226.391 13.188 226.438 13.172 +226.484 13.161 c 226.406 13.188 226.332 13.207 226.258 13.2 c 226.199 +13.192 226.137 13.188 226.074 13.188 c 225.945 13.18 225.816 13.188 +225.684 13.207 c 225.621 13.219 225.555 13.231 225.488 13.247 c 225.453 +13.254 225.426 13.254 225.391 13.254 c 225.359 13.258 225.25 13.293 +225.391 13.243 c 225.254 13.289 225.113 13.356 224.977 13.403 c 224.898 +13.43 224.812 13.469 224.738 13.469 c 224.715 13.469 224.773 13.446 +224.762 13.454 c 224.801 13.43 224.84 13.418 224.883 13.403 c 225.043 +13.348 225.207 13.27 225.371 13.219 c 225.469 13.188 225.566 13.157 +225.66 13.141 c 225.727 13.129 225.785 13.129 225.848 13.114 c 226 +13.079 226.145 13.059 226.289 13.055 c 226.43 13.047 226.562 13.086 +226.707 13.071 c 226.66 13.082 226.617 13.09 226.57 13.102 c 226.633 +13.086 226.691 13.067 226.75 13.059 c 226.797 13.059 226.84 13.082 +226.879 13.094 c 226.969 13.118 227.062 13.137 227.152 13.172 c 227.316 +13.231 227.477 13.301 227.625 13.407 c 227.926 13.622 228.203 13.891 +228.418 14.278 c 228.867 15.071 229.125 16.184 229.227 17.43 c 229.438 +19.954 228.977 23.094 227.941 26.262 c 227.016 29.102 225.633 31.848 +224.059 34.067 c 222.422 36.368 220.652 38.235 218.91 39.461 c 218.484 +39.762 218.062 40.024 217.645 40.243 c 217.43 40.356 217.215 40.461 +217.008 40.551 c 216.75 40.668 216.492 40.809 216.258 40.829 c 216.367 +40.797 216.477 40.762 216.586 40.727 c 216.598 40.727 216.594 40.727 +216.57 40.735 c 216.547 40.75 216.52 40.762 216.492 40.778 c 216.43 +40.813 216.363 40.829 216.301 40.852 c 216.223 40.875 216.148 40.899 +216.07 40.926 c 215.883 40.993 215.68 41.102 215.508 41.094 c 215.566 +41.082 215.633 41.063 215.691 41.047 c 214.742 41.348 213.852 41.434 +213.023 41.289 c 213.008 41.286 213.055 41.266 213.051 41.266 c 213.09 +41.25 213.129 41.235 213.168 41.223 c 213.242 41.196 213.34 41.145 +213.406 41.157 c f +150.707 130.063 m 148.922 127.727 145.973 125.856 142.57 125.25 c +139.258 124.661 135.469 125.047 131.828 126.325 c 128.066 127.645 +124.355 129.914 122.008 132.957 c 119.742 135.891 118.914 139.297 +119.766 142.079 c 120.203 143.508 121.051 144.817 122.402 145.641 c +123.707 146.43 125.422 146.754 127.246 146.594 c 129.121 146.426 131.07 +145.711 132.746 144.61 c 134.43 143.5 135.59 141.883 135.902 140.282 c +136.211 138.704 135.633 137.082 134.133 136.45 c 132.668 135.829 +130.262 136.305 128.883 137.731 c 127.977 138.672 127.789 139.895 +128.398 140.668 c 128.711 141.059 129.285 141.223 129.914 141.145 c +130.219 141.11 130.531 141 130.82 140.848 c 131.246 140.629 131.461 +140.325 131.691 139.973 c 131.789 139.832 132.02 139.868 131.938 140.02 +c 131.93 140.036 131.922 140.051 131.914 140.067 c 131.832 140.051 +131.75 140.036 131.668 140.02 c 133.453 136.856 134.348 133.551 134.234 +130.45 c 134.129 127.457 133.07 124.715 131.215 122.532 c 129.297 +120.282 126.527 118.668 123.25 117.852 c 121.57 117.434 119.762 117.282 +117.848 117.454 c 116.016 117.618 114.129 118.082 112.312 118.797 c +108.652 120.235 105.352 122.7 103.109 125.649 c 101.941 127.188 101.07 +128.832 100.746 130.485 c 100.434 132.051 100.633 133.563 101.27 +134.844 c 102.168 136.641 103.973 137.907 106.262 138.391 c 106.418 +138.426 106.293 138.657 106.137 138.622 c 102.828 137.914 100.633 +135.641 100.352 132.637 c 100.215 131.145 100.582 129.516 101.371 +127.954 c 102.176 126.364 103.371 124.813 104.758 123.442 c 107.441 +120.786 110.996 118.77 114.66 117.797 c 116.52 117.305 118.391 117.094 +120.16 117.161 c 121.996 117.231 123.695 117.633 125.258 118.192 c +128.293 119.286 130.727 121.149 132.34 123.536 c 133.926 125.887 +134.668 128.75 134.496 131.786 c 134.344 134.508 133.449 137.348 +131.914 140.067 c 131.832 140.215 131.59 140.168 131.668 140.02 c +131.676 140.004 131.684 139.989 131.691 139.973 c 131.773 139.989 +131.859 140.004 131.938 140.02 c 131.793 140.239 131.656 140.457 +131.461 140.657 c 131.281 140.84 131.039 140.981 130.801 141.098 c +130.375 141.309 129.91 141.407 129.48 141.399 c 128.57 141.387 128.004 +140.852 127.824 140.153 c 127.645 139.473 127.867 138.676 128.391 +137.961 c 128.938 137.223 129.84 136.661 130.742 136.325 c 132.582 +135.633 134.461 135.918 135.414 137.02 c 136.355 138.102 136.5 139.719 +135.875 141.274 c 135.562 142.043 135.07 142.797 134.434 143.477 c +133.766 144.188 132.953 144.77 132.078 145.266 c 130.371 146.235 +128.453 146.789 126.652 146.864 c 124.871 146.938 123.223 146.528 +121.988 145.704 c 120.703 144.848 119.898 143.536 119.477 142.122 c +118.652 139.368 119.461 136.043 121.605 133.114 c 123.844 130.055 +127.461 127.758 131.168 126.34 c 134.77 124.961 138.535 124.469 141.898 +124.899 c 145.324 125.336 148.242 126.758 150.203 128.911 c 150.41 +129.137 150.801 129.559 150.984 129.797 c f +Q Q +showpage +%%Trailer +count op_count sub {pop} repeat +countdictstack dict_count sub {end} repeat +cairo_eps_state restore +%%EOF diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps new file mode 100755 index 000000000..17d24b6b2 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps @@ -0,0 +1,1534 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.10.2 (http://cairographics.org) +%%CreationDate: Sat Feb 1 03:48:01 2014 +%%Pages: 1 +%%BoundingBox: 0 -1 365 166 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +/cairo_eps_state save def +/dict_count countdictstack def +/op_count count 1 sub def +userdict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/pdfmark where { pop globaldict /?pdfmark /exec load put } + { globaldict begin /?pdfmark /pop load def /pdfmark + /cleartomark load def end } ifelse +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 -1 365 166 +%%EndPageSetup +q 0 -1 365 167 rectclip q +0 165.477 366 -166 re W n +0.137255 0.121569 0.12549 rg +108.539 68.149 m 106.207 69.18 103.82 70.094 101.367 70.856 c 100.121 +71.243 98.859 71.586 97.582 71.891 c 96.996 72.028 96.406 72.153 95.816 +72.27 c 95.176 72.399 94.531 72.481 93.926 72.704 c 94.543 72.586 95.16 +72.473 95.781 72.356 c 94.43 72.524 93.086 72.754 91.746 72.985 c +92.105 72.934 92.465 72.887 92.828 72.832 c 91.723 72.875 90.609 73.055 +89.566 73.375 c 90.184 73.262 90.801 73.145 91.418 73.032 c 91.305 +73.043 90.953 73.036 90.75 73.055 c 90.461 73.079 90.176 73.122 89.887 +73.153 c 89.266 73.219 88.648 73.282 88.023 73.329 c 86.828 73.43 +85.633 73.489 84.434 73.524 c 82.078 73.59 79.719 73.52 77.371 73.336 c +72.664 72.961 68.012 72.059 63.543 70.692 c 61.293 70.008 59.094 69.196 +56.949 68.278 c 55.863 67.813 54.793 67.317 53.738 66.801 c 53.227 +66.547 52.723 66.289 52.219 66.024 c 51.695 65.75 51.207 65.43 50.688 +65.172 c 49.637 64.657 48.68 63.938 47.723 63.293 c 47.266 62.989 +46.812 62.668 46.371 62.344 c 45.898 62 45.367 61.657 44.984 61.235 c +44.652 60.872 44.215 60.575 43.836 60.25 c 43.414 59.891 43.004 59.52 +42.602 59.145 c 41.836 58.43 41.105 57.684 40.41 56.914 c 34.465 50.364 +31.27 42.063 30.965 33.672 c 30.801 29.043 31.699 24.348 33.398 19.981 +c 35.039 15.754 37.5 11.727 40.953 8.465 c 41.582 7.868 42.242 7.313 +42.93 6.774 c 43.25 6.524 43.602 6.332 43.902 6.063 c 44.238 5.762 +44.684 5.516 45.062 5.262 c 45.43 5.012 45.809 4.789 46.211 4.586 c +46.629 4.372 47.023 4.118 47.441 3.891 c 47.812 3.692 48.191 3.508 +48.574 3.329 c 48.984 3.133 49.41 2.868 49.852 2.739 c 49.594 2.797 +49.336 2.852 49.082 2.907 c 49.531 2.825 49.953 2.739 50.371 2.567 c +50.734 2.418 51.102 2.278 51.469 2.141 c 52.211 1.864 52.969 1.622 +53.738 1.414 c 54.109 1.313 54.484 1.223 54.859 1.145 c 55.051 1.106 +55.227 1.039 55.41 0.981 c 55.602 0.914 56.234 0.805 55.438 0.938 c +56.203 0.809 56.98 0.739 57.746 0.614 c 58.191 0.539 58.684 0.489 +59.105 0.34 c 59.246 0.293 58.93 0.329 58.988 0.325 c 58.762 0.344 +58.539 0.379 58.316 0.418 c 57.406 0.563 56.484 0.649 55.57 0.813 c +55.016 0.907 54.461 1.008 53.914 1.141 c 53.543 1.235 53.199 1.36 +52.836 1.442 c 51.973 1.637 51.125 1.875 50.289 2.149 c 49.457 2.418 +48.664 2.817 47.828 3.063 c 48.086 3.004 48.344 2.95 48.598 2.891 c +48.254 2.954 47.918 3.02 47.586 3.118 c 47.32 3.196 47.055 3.375 46.809 +3.489 c 46.254 3.75 45.703 4.02 45.164 4.305 c 44.16 4.844 43.184 5.399 +42.258 6.043 c 40.352 7.375 38.574 8.832 37.066 10.539 c 33.949 14.067 +31.766 18.262 30.395 22.571 c 27.621 31.309 28.41 40.684 32.52 48.981 c +36.211 56.426 42.625 62.614 50.5 66.672 c 58.684 70.895 67.898 73.407 +77.34 73.868 c 79.652 73.985 81.977 73.969 84.289 73.836 c 85.473 +73.774 86.652 73.676 87.832 73.551 c 89.258 73.403 90.672 73.344 92.043 +72.922 c 91.426 73.036 90.809 73.149 90.191 73.266 c 90.109 73.282 +90.133 73.282 90.262 73.266 c 90.406 73.254 90.543 73.239 90.688 73.231 +c 91.051 73.219 91.414 73.141 91.77 73.082 c 92.211 73.008 92.648 72.93 +93.074 72.864 c 94.148 72.692 95.273 72.633 96.281 72.266 c 95.93 +72.336 95.574 72.411 95.219 72.485 c 100.605 71.524 105.762 69.981 +110.691 67.805 c 110.812 67.75 110.539 67.789 110.57 67.786 c 110.344 +67.809 110.121 67.844 109.898 67.879 c 109.477 67.946 108.93 67.981 +108.539 68.149 c f +147.875 94.461 m 137.297 95.278 126.645 93.129 117.516 88.286 c 108.629 +83.575 101.504 76.418 97.242 68.024 c 92.844 59.36 91.281 49.196 94.883 +40.106 c 98.363 31.321 106.32 24.227 116.125 21.059 c 121.176 19.426 +126.766 18.715 132.07 19.668 c 137.164 20.586 141.82 22.997 145.324 +26.407 c 148.918 29.911 151.109 34.454 151.594 39.172 c 152.078 43.907 +149.98 48.594 146.066 51.801 c 142.215 54.954 136.316 56.668 131.242 +55.137 c 126.281 53.645 122.414 48.719 123.5 43.977 c 124.223 40.852 +127.312 38.493 130.859 38.258 c 132.656 38.137 134.367 38.856 135.52 +40.059 c 136.082 40.645 136.445 41.375 136.645 42.118 c 136.941 43.215 +136.523 44.086 136.031 45.075 c 135.832 45.473 136.445 45.813 136.699 +45.422 c 136.727 45.379 136.75 45.34 136.777 45.301 c 136.555 45.184 +136.332 45.071 136.109 44.957 c 130.934 53.293 123.406 60.332 114.293 +65.297 c 105.488 70.094 95.348 72.844 85.051 73.282 c 74.445 73.735 +63.801 71.664 54.336 67.375 c 49.5 65.184 45.129 62.332 41.461 58.754 c +37.949 55.332 35.172 51.313 33.266 46.997 c 29.426 38.313 29.309 28.532 +32.895 19.766 c 34.762 15.2 37.574 10.961 41.594 7.653 c 45.41 4.508 +50.16 2.336 55.215 1.305 c 62.316 -0.144 69.855 0.852 76.23 3.977 c +76.668 4.192 77.055 3.594 76.617 3.379 c 67.406 -1.136 56.117 -1.121 +46.906 3.399 c 42.324 5.645 38.465 8.977 35.707 12.942 c 32.902 16.977 +31.055 21.606 30.141 26.278 c 28.371 35.317 30.336 44.778 35.516 52.7 c +38.141 56.711 41.598 60.286 45.641 63.215 c 49.832 66.254 54.676 68.516 +59.691 70.266 c 69.41 73.661 80.031 74.75 90.367 73.547 c 100.551 72.36 +110.359 68.868 118.691 63.52 c 126.145 58.735 132.328 52.465 136.777 +45.301 c 137.02 44.911 136.359 44.571 136.109 44.957 c 136.082 44.997 +136.059 45.036 136.031 45.075 c 136.254 45.188 136.477 45.305 136.699 +45.422 c 137.008 44.805 137.34 44.204 137.484 43.539 c 137.621 42.918 +137.496 42.266 137.312 41.664 c 136.988 40.586 136.254 39.622 135.312 +38.899 c 133.293 37.348 130.523 37.274 128.133 38.122 c 125.793 38.95 +124 40.657 123.105 42.739 c 122.168 44.914 122.52 47.407 123.512 49.512 +c 125.539 53.825 130.441 56.582 135.668 56.395 c 140.816 56.204 145.758 +53.762 148.836 50.106 c 150.375 48.282 151.461 46.184 152.02 43.957 c +152.605 41.629 152.5 39.25 152.02 36.918 c 151.082 32.375 148.496 +28.161 144.801 24.938 c 141.141 21.743 136.387 19.61 131.344 18.852 c +126.094 18.059 120.586 18.864 115.629 20.489 c 105.949 23.664 98.188 +30.582 94.461 39.141 c 90.57 48.09 91.848 58.137 95.852 66.872 c 99.738 +75.352 106.512 82.645 115.051 87.719 c 123.746 92.879 134.16 95.528 +144.59 95.317 c 145.684 95.293 146.777 95.235 147.867 95.153 c 148.359 +95.114 148.371 94.422 147.875 94.461 c f +177.434 114.497 m 179.172 113.731 180.953 113.051 182.781 112.481 c +183.711 112.192 184.656 111.938 185.605 111.711 c 186.043 111.606 +186.484 111.512 186.926 111.43 c 187.402 111.332 187.883 111.27 188.332 +111.106 c 187.871 111.188 187.41 111.278 186.953 111.364 c 187.957 +111.239 188.957 111.063 189.961 110.895 c 189.691 110.93 189.422 +110.969 189.156 111.004 c 189.98 110.973 190.809 110.84 191.586 110.602 +c 191.125 110.688 190.664 110.774 190.203 110.86 c 190.289 110.848 +190.555 110.856 190.703 110.844 c 190.918 110.825 191.133 110.793 +191.348 110.766 c 191.809 110.719 192.273 110.672 192.738 110.637 c +193.625 110.563 194.52 110.516 195.414 110.493 c 197.172 110.442 +198.934 110.493 200.684 110.633 c 204.195 110.911 207.664 111.582 211 +112.602 c 212.68 113.114 214.316 113.723 215.918 114.407 c 216.73 +114.75 217.527 115.122 218.312 115.508 c 218.695 115.696 219.07 115.887 +219.445 116.086 c 219.836 116.289 220.199 116.528 220.59 116.723 c +221.371 117.106 222.086 117.641 222.801 118.122 c 223.145 118.352 +223.48 118.59 223.812 118.832 c 224.16 119.09 224.559 119.344 224.844 +119.657 c 225.09 119.93 225.418 120.153 225.699 120.395 c 226.016 +120.661 226.32 120.938 226.621 121.219 c 227.191 121.75 227.738 122.309 +228.258 122.883 c 232.691 127.77 235.074 133.957 235.301 140.219 c +235.426 143.672 234.754 147.172 233.488 150.434 c 232.262 153.586 +230.426 156.59 227.852 159.024 c 227.383 159.469 226.891 159.883 +226.375 160.286 c 226.137 160.473 225.875 160.614 225.652 160.817 c +225.402 161.039 225.07 161.223 224.785 161.414 c 224.512 161.602 224.23 +161.766 223.93 161.918 c 223.613 162.079 223.324 162.266 223.012 +162.434 c 222.734 162.582 222.449 162.719 222.164 162.856 c 221.859 +163.004 221.539 163.2 221.211 163.297 c 221.406 163.25 221.594 163.211 +221.785 163.168 c 221.453 163.235 221.137 163.297 220.828 163.426 c +220.555 163.536 220.281 163.641 220.004 163.743 c 219.453 163.95 +218.887 164.129 218.312 164.286 c 218.039 164.36 217.758 164.426 +217.477 164.485 c 217.332 164.516 217.203 164.563 217.066 164.606 c +216.926 164.657 216.453 164.739 217.043 164.641 c 216.473 164.739 +215.895 164.786 215.324 164.883 c 214.992 164.934 214.625 164.973 +214.309 165.082 c 214.203 165.122 214.441 165.094 214.398 165.098 c +214.566 165.082 214.734 165.055 214.898 165.032 c 215.578 164.918 +216.266 164.852 216.945 164.735 c 217.359 164.661 217.777 164.586 +218.184 164.485 c 218.457 164.418 218.715 164.325 218.984 164.262 c +219.629 164.118 220.262 163.938 220.887 163.739 c 221.508 163.536 +222.098 163.239 222.723 163.055 c 222.531 163.098 222.336 163.141 +222.148 163.18 c 222.402 163.133 222.656 163.086 222.902 163.012 c +223.102 162.954 223.301 162.825 223.484 162.735 c 223.895 162.539 +224.309 162.34 224.711 162.125 c 225.457 161.723 226.188 161.309 +226.875 160.832 c 228.301 159.84 229.625 158.75 230.75 157.477 c +233.078 154.848 234.703 151.715 235.727 148.5 c 237.797 141.985 237.207 +134.985 234.141 128.801 c 231.387 123.247 226.602 118.629 220.73 +115.602 c 214.625 112.454 207.75 110.579 200.707 110.235 c 198.98 +110.153 197.25 110.161 195.523 110.254 c 194.641 110.305 193.758 +110.375 192.879 110.469 c 191.816 110.582 190.762 110.625 189.738 +110.942 c 190.199 110.856 190.66 110.77 191.121 110.684 c 191.18 +110.672 191.164 110.672 191.066 110.684 c 190.961 110.692 190.855 +110.704 190.75 110.707 c 190.48 110.719 190.207 110.774 189.945 110.821 +c 189.613 110.875 189.289 110.93 188.969 110.985 c 188.168 111.114 +187.328 111.157 186.578 111.434 c 186.84 111.379 187.105 111.321 +187.371 111.266 c 183.352 111.981 179.504 113.137 175.828 114.758 c +175.738 114.797 175.941 114.77 175.918 114.77 c 176.086 114.758 176.254 +114.727 176.418 114.7 c 176.734 114.653 177.141 114.625 177.434 114.497 +c f +147.773 95.157 m 155.664 94.547 164.441 96.008 171.25 99.614 c 177.883 +103.133 183.195 108.469 186.375 114.731 c 189.656 121.192 190.82 +128.778 188.133 135.559 c 185.539 142.114 179.605 147.403 172.289 +149.766 c 168.523 150.985 164.352 151.516 160.395 150.801 c 156.594 +150.122 153.121 148.321 150.508 145.778 c 147.824 143.164 146.191 +139.774 145.828 136.254 c 145.469 132.723 147.035 129.223 149.953 +126.832 c 152.828 124.485 157.227 123.204 161.012 124.344 c 164.711 +125.457 167.598 129.133 166.785 132.672 c 166.25 135.004 163.941 +136.762 161.293 136.938 c 159.957 137.028 158.684 136.489 157.82 +135.594 c 157.398 135.153 157.133 134.614 156.98 134.055 c 156.762 +133.239 157.07 132.59 157.438 131.852 c 157.586 131.555 157.129 131.301 +156.941 131.594 c 156.918 131.625 156.902 131.653 156.883 131.684 c +157.047 131.77 157.215 131.856 157.383 131.942 c 161.242 125.727 +166.855 120.469 173.656 116.762 c 180.223 113.184 187.789 111.137 +195.469 110.809 c 203.383 110.469 211.32 112.02 218.383 115.215 c +221.992 116.848 225.25 118.981 227.988 121.649 c 230.605 124.2 232.68 +127.2 234.102 130.414 c 236.965 136.895 237.051 144.192 234.379 150.731 +c 232.984 154.137 230.887 157.301 227.887 159.77 c 225.039 162.114 +221.496 163.735 217.727 164.504 c 212.43 165.586 206.805 164.84 202.051 +162.508 c 201.723 162.352 201.438 162.793 201.762 162.957 c 208.633 +166.325 217.055 166.313 223.922 162.946 c 227.344 161.262 230.223 +158.778 232.277 155.825 c 234.371 152.813 235.75 149.356 236.434 +145.875 c 237.75 139.129 236.285 132.075 232.422 126.164 c 230.461 +123.168 227.883 120.504 224.871 118.321 c 221.742 116.051 218.129 +114.364 214.391 113.059 c 207.141 110.528 199.215 109.715 191.5 110.614 +c 183.91 111.497 176.59 114.102 170.375 118.09 c 164.812 121.661 +160.203 126.34 156.883 131.684 c 156.703 131.973 157.195 132.227 +157.383 131.942 c 157.398 131.911 157.418 131.879 157.438 131.852 c +157.273 131.766 157.105 131.68 156.941 131.594 c 156.711 132.055 +156.461 132.5 156.355 132.997 c 156.254 133.461 156.348 133.946 156.484 +134.395 c 156.727 135.2 157.273 135.918 157.977 136.461 c 159.48 +137.614 161.547 137.668 163.328 137.039 c 165.074 136.418 166.414 +135.145 167.082 133.598 c 167.781 131.973 167.52 130.114 166.781 +128.539 c 165.266 125.325 161.609 123.266 157.711 123.411 c 153.871 +123.551 150.184 125.372 147.887 128.098 c 146.738 129.461 145.93 +131.024 145.512 132.684 c 145.078 134.422 145.152 136.196 145.512 +137.934 c 146.207 141.329 148.141 144.465 150.895 146.875 c 153.625 +149.254 157.176 150.852 160.938 151.414 c 164.852 152.004 168.957 +151.403 172.66 150.192 c 179.879 147.825 185.668 142.664 188.449 +136.278 c 191.352 129.602 190.398 122.106 187.414 115.59 c 184.512 +109.266 179.461 103.825 173.09 100.043 c 166.605 96.192 158.836 94.211 +151.055 94.372 c 150.238 94.391 148.707 94.407 147.895 94.469 c f +93.633 73.942 m 93.336 75.387 92.957 76.813 92.469 78.207 c 92.219 +78.918 91.938 79.622 91.629 80.313 c 91.488 80.629 91.336 80.942 91.184 +81.258 c 91.016 81.594 90.816 81.918 90.715 82.274 c 90.883 81.954 +91.051 81.629 91.219 81.305 c 90.805 81.981 90.43 82.676 90.055 83.368 +c 90.164 83.184 90.27 83 90.375 82.825 c 89.984 83.336 89.664 83.911 +89.457 84.504 c 89.625 84.18 89.789 83.856 89.957 83.536 c 89.922 83.59 +89.785 83.747 89.719 83.844 c 89.625 83.985 89.539 84.129 89.449 84.274 +c 89.258 84.582 89.055 84.883 88.852 85.184 c 88.457 85.762 88.039 +86.325 87.609 86.883 c 86.758 87.973 85.828 89.016 84.844 90.008 c +82.855 92 80.594 93.77 78.133 95.278 c 76.898 96.039 75.605 96.727 +74.281 97.356 c 73.605 97.672 72.922 97.969 72.23 98.25 c 71.895 98.387 +71.555 98.52 71.219 98.649 c 70.863 98.782 70.5 98.879 70.156 99.02 c +69.469 99.301 68.699 99.465 67.973 99.657 c 67.625 99.747 67.273 99.832 +66.922 99.911 c 66.551 99.993 66.152 100.11 65.77 100.122 c 65.441 +100.133 65.105 100.219 64.777 100.27 c 64.414 100.325 64.051 100.372 +63.688 100.411 c 62.992 100.489 62.289 100.536 61.59 100.567 c 55.625 +100.789 49.711 99.114 44.824 96.09 c 42.129 94.422 39.805 92.247 37.957 +89.832 c 36.176 87.497 34.812 84.868 34.258 82.075 c 34.156 81.567 +34.086 81.059 34.039 80.543 c 34.02 80.305 34.039 80.075 34 79.836 c +33.957 79.571 33.984 79.278 33.984 79.008 c 33.98 78.747 33.996 78.493 +34.031 78.235 c 34.066 77.965 34.074 77.688 34.102 77.418 c 34.129 +77.176 34.168 76.934 34.207 76.692 c 34.25 76.43 34.262 76.141 34.355 +75.891 c 34.289 76.028 34.227 76.164 34.16 76.305 c 34.281 76.071 +34.391 75.844 34.453 75.594 c 34.504 75.372 34.562 75.153 34.621 74.934 +c 34.746 74.493 34.891 74.059 35.062 73.633 c 35.145 73.426 35.238 +73.223 35.332 73.02 c 35.379 72.922 35.41 72.817 35.445 72.711 c 35.48 +72.606 35.656 72.27 35.43 72.68 c 35.648 72.289 35.902 71.911 36.117 +71.516 c 36.242 71.286 36.398 71.047 36.477 70.797 c 36.5 70.715 36.402 +70.872 36.418 70.844 c 36.348 70.954 36.281 71.067 36.219 71.18 c +35.961 71.653 35.664 72.102 35.41 72.575 c 35.258 72.864 35.105 73.153 +34.977 73.45 c 34.891 73.653 34.828 73.856 34.742 74.051 c 34.527 +74.516 34.344 74.989 34.184 75.473 c 34.023 75.946 33.949 76.457 33.773 +76.93 c 33.84 76.793 33.906 76.653 33.969 76.516 c 33.875 76.696 33.785 +76.872 33.715 77.063 c 33.66 77.207 33.66 77.399 33.633 77.551 c 33.574 +77.903 33.52 78.25 33.48 78.602 c 33.41 79.262 33.355 79.914 33.371 +80.575 c 33.41 81.938 33.57 83.293 33.973 84.618 c 34.801 87.356 36.367 +89.926 38.301 92.168 c 42.223 96.715 47.848 99.887 54.113 101.149 c +59.734 102.282 65.668 101.707 70.938 99.668 c 76.418 97.555 81.316 +94.325 85.133 90.223 c 86.07 89.219 86.934 88.164 87.734 87.067 c +88.145 86.508 88.531 85.934 88.906 85.352 c 89.355 84.653 89.855 83.989 +90.133 83.207 c 89.965 83.532 89.797 83.856 89.629 84.18 c 89.609 +84.219 89.617 84.207 89.656 84.145 c 89.703 84.079 89.746 84.008 89.797 +83.942 c 89.926 83.774 90.02 83.579 90.121 83.395 c 90.246 83.168 +90.363 82.938 90.488 82.723 c 90.789 82.168 91.184 81.637 91.352 81.043 +c 91.262 81.231 91.168 81.418 91.078 81.606 c 92.562 78.805 93.625 +75.887 94.242 72.84 c 94.262 72.762 94.18 72.903 94.188 72.887 c 94.117 +72.997 94.051 73.114 93.988 73.227 c 93.867 73.442 93.68 73.704 93.633 +73.942 c f +123.398 66.039 m 119.875 71.137 114.645 75.145 108.453 77.461 c 102.434 +79.711 95.684 80.243 89.305 79.012 c 82.723 77.743 76.359 74.622 72.547 +69.567 c 68.863 64.684 67.828 58.411 69.719 52.778 c 70.695 49.875 +72.395 47.079 74.934 45.036 c 77.371 43.071 80.496 41.868 83.754 41.567 +c 87.098 41.258 90.504 41.977 93.371 43.536 c 96.242 45.098 98.121 +47.813 98.469 50.793 c 98.809 53.723 97.562 57.039 94.785 58.762 c +92.066 60.45 87.809 60.344 85.523 58.067 c 84.02 56.563 83.844 54.274 +85.043 52.579 c 85.652 51.719 86.703 51.219 87.82 51.149 c 88.367 +51.114 88.918 51.223 89.414 51.414 c 90.152 51.696 90.488 52.211 90.867 +52.805 c 91.016 53.043 91.441 52.895 91.312 52.633 c 91.301 52.606 +91.289 52.579 91.273 52.555 c 91.125 52.61 90.977 52.668 90.828 52.727 +c 93.613 58.207 94.785 64.266 94.176 70.266 c 93.586 76.055 91.332 +81.684 87.703 86.512 c 83.969 91.485 78.785 95.524 72.785 98.196 c +69.715 99.563 66.449 100.469 63.031 100.782 c 59.766 101.082 56.438 +100.829 53.266 100.067 c 46.883 98.532 41.281 94.907 37.645 89.981 c +35.754 87.414 34.406 84.547 34.035 81.481 c 33.688 78.567 34.242 75.602 +35.559 72.922 c 37.406 69.161 40.812 66.122 44.988 64.411 c 45.277 +64.293 45.082 63.895 44.797 64.012 c 38.762 66.485 34.516 71.602 33.621 +77.473 c 33.172 80.395 33.613 83.395 34.828 86.133 c 36.062 88.926 38 +91.508 40.312 93.68 c 44.785 97.883 50.902 100.555 57.352 101.196 c +60.621 101.516 63.957 101.297 67.145 100.571 c 70.449 99.817 73.559 +98.473 76.441 96.86 c 82.031 93.739 86.648 89.336 89.855 84.204 c +93.016 79.145 94.723 73.391 94.82 67.606 c 94.91 62.422 93.672 57.266 +91.273 52.555 c 91.145 52.297 90.703 52.469 90.828 52.727 c 90.84 +52.754 90.852 52.778 90.867 52.805 c 91.016 52.747 91.164 52.688 91.312 +52.633 c 91.078 52.262 90.863 51.883 90.539 51.567 c 90.238 51.274 +89.82 51.086 89.41 50.942 c 88.676 50.68 87.852 50.649 87.082 50.805 c +85.441 51.137 84.359 52.364 83.938 53.762 c 83.531 55.133 83.824 56.59 +84.668 57.778 c 85.555 59.024 87.105 59.801 88.676 60.149 c 91.887 +60.852 95.305 59.668 97.164 57.231 c 98.992 54.829 99.465 51.672 98.547 +48.903 c 98.09 47.516 97.305 46.235 96.25 45.145 c 95.148 44 93.758 +43.157 92.25 42.493 c 89.312 41.207 85.945 40.793 82.723 41.25 c 79.527 +41.707 76.523 43.055 74.195 45.055 c 71.77 47.133 70.152 49.93 69.207 +52.786 c 67.367 58.364 68.379 64.485 71.844 69.395 c 75.461 74.528 +81.656 77.731 88.125 79.207 c 94.41 80.641 101.105 80.317 107.203 78.36 +c 113.414 76.368 118.836 72.649 122.645 67.844 c 123.043 67.344 123.422 +66.825 123.789 66.301 c 123.949 66.063 123.562 65.797 123.398 66.039 c f +145.914 60.196 m 146.133 59.122 146.418 58.055 146.781 57.016 c 146.969 +56.485 147.18 55.961 147.41 55.446 c 147.512 55.207 147.625 54.973 +147.742 54.743 c 147.867 54.489 148.016 54.25 148.09 53.981 c 147.965 +54.223 147.84 54.465 147.715 54.707 c 148.027 54.2 148.305 53.684 +148.582 53.164 c 148.5 53.301 148.422 53.438 148.344 53.575 c 148.637 +53.188 148.871 52.766 149.031 52.317 c 148.906 52.563 148.781 52.801 +148.656 53.039 c 148.68 53 148.785 52.883 148.832 52.809 c 148.906 +52.704 148.965 52.598 149.035 52.493 c 149.18 52.262 149.328 52.036 +149.48 51.813 c 149.773 51.379 150.086 50.957 150.41 50.547 c 151.039 +49.731 151.734 48.954 152.473 48.211 c 153.953 46.723 155.641 45.411 +157.477 44.282 c 158.398 43.715 159.359 43.2 160.352 42.735 c 160.855 +42.497 161.363 42.274 161.879 42.063 c 162.133 41.961 162.383 41.864 +162.637 41.77 c 162.898 41.668 163.172 41.594 163.43 41.489 c 163.941 +41.282 164.516 41.157 165.055 41.016 c 165.316 40.946 165.578 40.883 +165.84 40.825 c 166.117 40.762 166.414 40.68 166.699 40.668 c 166.945 +40.661 167.195 40.594 167.438 40.559 c 167.707 40.516 167.98 40.481 +168.254 40.45 c 168.773 40.395 169.293 40.356 169.816 40.336 c 174.266 +40.172 178.68 41.422 182.324 43.676 c 184.332 44.918 186.07 46.543 +187.445 48.344 c 188.777 50.086 189.789 52.043 190.207 54.129 c 190.281 +54.508 190.332 54.891 190.367 55.27 c 190.383 55.45 190.367 55.622 +190.398 55.797 c 190.43 56 190.41 56.219 190.41 56.418 c 190.414 56.61 +190.402 56.801 190.375 56.997 c 190.348 57.2 190.348 57.403 190.324 +57.606 c 190.305 57.786 190.273 57.965 190.246 58.149 c 190.215 58.34 +190.203 58.559 190.137 58.747 c 190.184 58.641 190.23 58.536 190.281 +58.434 c 190.188 58.614 190.105 58.778 190.062 58.965 c 190.023 59.133 +189.98 59.297 189.934 59.457 c 189.844 59.786 189.734 60.11 189.605 +60.426 c 189.543 60.582 189.477 60.731 189.406 60.883 c 189.367 60.957 +189.348 61.036 189.32 61.114 c 189.293 61.2 189.164 61.446 189.332 +61.137 c 189.172 61.43 188.98 61.715 188.82 62.008 c 188.727 62.176 +188.609 62.36 188.555 62.543 c 188.535 62.606 188.609 62.489 188.594 +62.508 c 188.648 62.426 188.695 62.34 188.742 62.254 c 188.938 61.903 +189.16 61.567 189.348 61.219 c 189.461 61.004 189.574 60.786 189.672 +60.567 c 189.738 60.414 189.777 60.262 189.848 60.114 c 190.008 59.77 +190.145 59.418 190.262 59.059 c 190.383 58.7 190.434 58.321 190.566 +57.969 c 190.52 58.075 190.473 58.172 190.426 58.278 c 190.492 58.145 +190.559 58.012 190.609 57.872 c 190.652 57.758 190.652 57.622 190.672 +57.504 c 190.715 57.243 190.758 56.981 190.789 56.719 c 190.84 56.227 +190.879 55.747 190.867 55.25 c 190.84 54.235 190.719 53.223 190.422 +52.235 c 189.801 50.188 188.633 48.274 187.191 46.602 c 184.266 43.211 +180.066 40.844 175.398 39.899 c 171.203 39.055 166.777 39.485 162.844 +41.004 c 158.758 42.582 155.102 44.993 152.254 48.051 c 151.555 48.801 +150.91 49.59 150.316 50.407 c 150.012 50.825 149.719 51.25 149.441 +51.684 c 149.105 52.207 148.73 52.704 148.527 53.286 c 148.652 53.043 +148.773 52.805 148.902 52.563 c 148.918 52.532 148.91 52.539 148.879 +52.586 c 148.844 52.637 148.812 52.688 148.773 52.739 c 148.68 52.864 +148.609 53.008 148.535 53.145 c 148.441 53.317 148.352 53.485 148.262 +53.649 c 148.035 54.059 147.742 54.454 147.613 54.903 c 147.684 54.762 +147.75 54.622 147.82 54.481 c 146.711 56.567 145.922 58.747 145.457 +61.02 c 145.445 61.079 145.508 60.973 145.5 60.985 c 145.555 60.903 +145.602 60.817 145.648 60.731 c 145.738 60.571 145.879 60.375 145.914 +60.196 c f +123.754 66.344 m 126.379 62.543 130.512 59.114 135.129 57.391 c 139.621 +55.711 144.656 55.317 149.414 56.235 c 154.324 57.18 159.07 59.508 +161.914 63.282 c 164.664 66.922 165.438 71.602 164.023 75.805 c 163.297 +77.969 162.031 80.059 160.137 81.579 c 158.316 83.047 155.984 83.942 +153.555 84.168 c 151.062 84.395 148.52 83.864 146.383 82.7 c 144.238 +81.532 142.84 79.508 142.578 77.286 c 142.324 75.098 143.254 72.622 +145.328 71.34 c 147.355 70.082 150.531 70.161 152.234 71.86 c 153.359 +72.981 153.492 74.688 152.594 75.954 c 152.141 76.59 151.355 76.969 +150.52 77.02 c 150.113 77.047 149.703 76.965 149.332 76.821 c 148.785 +76.614 148.531 76.227 148.25 75.786 c 148.137 75.606 147.824 75.715 +147.914 75.914 c 147.926 75.934 147.934 75.954 147.945 75.973 c 148.055 +75.93 148.168 75.887 148.277 75.844 c 146.199 71.754 145.328 67.235 +145.781 62.758 c 146.219 58.438 147.902 54.243 150.609 50.637 c 153.395 +46.926 157.266 43.914 161.738 41.922 c 164.027 40.907 166.465 40.231 +169.012 39.997 c 171.449 39.774 173.934 39.961 176.301 40.528 c 181.062 +41.672 185.242 44.375 187.949 48.051 c 189.363 49.965 190.371 52.106 +190.645 54.391 c 190.906 56.567 190.492 58.782 189.512 60.778 c 188.129 +63.582 185.586 65.852 182.473 67.125 c 182.262 67.215 182.406 67.512 +182.617 67.426 c 187.121 65.582 190.285 61.762 190.953 57.383 c 191.289 +55.204 190.961 52.965 190.055 50.918 c 189.133 48.836 187.688 46.914 +185.961 45.293 c 182.625 42.157 178.062 40.164 173.25 39.688 c 170.809 +39.446 168.324 39.61 165.945 40.153 c 163.48 40.715 161.164 41.715 +159.012 42.918 c 154.844 45.247 151.395 48.532 149.004 52.364 c 146.648 +56.133 145.371 60.426 145.301 64.743 c 145.234 68.606 146.156 72.457 +147.945 75.973 c 148.043 76.164 148.371 76.036 148.277 75.844 c 148.27 +75.825 148.262 75.805 148.25 75.786 c 148.141 75.829 148.027 75.872 +147.914 75.914 c 148.09 76.192 148.25 76.473 148.492 76.704 c 148.719 +76.926 149.031 77.067 149.336 77.176 c 149.887 77.368 150.5 77.391 +151.07 77.274 c 152.297 77.028 153.105 76.114 153.418 75.067 c 153.723 +74.047 153.504 72.961 152.871 72.075 c 152.215 71.145 151.059 70.567 +149.887 70.305 c 147.488 69.782 144.941 70.661 143.555 72.481 c 142.188 +74.274 141.836 76.629 142.52 78.696 c 142.863 79.731 143.445 80.688 +144.234 81.497 c 145.059 82.348 146.094 82.985 147.219 83.477 c 149.41 +84.438 151.918 84.747 154.324 84.403 c 156.707 84.063 158.949 83.059 +160.688 81.567 c 162.496 80.016 163.703 77.926 164.406 75.797 c 165.781 +71.637 165.027 67.071 162.441 63.407 c 159.742 59.579 155.121 57.188 +150.293 56.09 c 145.605 55.02 140.613 55.258 136.062 56.719 c 131.43 +58.207 127.383 60.977 124.543 64.563 c 124.246 64.942 123.68 65.637 +123.41 66.032 c f +60.602 13.211 m 59.844 12.625 59.066 12.106 58.27 11.672 c 57.863 +11.454 57.449 11.262 57.035 11.086 c 56.844 11.008 56.652 10.938 56.461 +10.868 c 56.254 10.797 56.039 10.75 55.844 10.625 c 56.047 10.692 +56.246 10.754 56.449 10.821 c 56.008 10.727 55.574 10.594 55.137 10.465 +c 55.25 10.493 55.371 10.52 55.488 10.547 c 55.125 10.528 54.766 10.426 +54.426 10.243 c 54.625 10.305 54.828 10.372 55.027 10.438 c 54.992 +10.43 54.875 10.434 54.812 10.426 c 54.719 10.411 54.625 10.387 54.531 +10.368 c 54.328 10.332 54.125 10.293 53.926 10.266 c 53.535 10.211 +53.145 10.176 52.754 10.157 c 51.988 10.122 51.219 10.161 50.453 10.266 +c 48.922 10.477 47.41 10.989 45.953 11.766 c 45.223 12.157 44.504 +12.618 43.809 13.141 c 43.453 13.407 43.105 13.684 42.762 13.981 c +42.594 14.122 42.43 14.27 42.266 14.418 c 42.098 14.575 41.938 14.758 +41.77 14.903 c 41.426 15.2 41.113 15.606 40.801 15.973 c 40.652 16.145 +40.508 16.329 40.363 16.512 c 40.207 16.707 40.035 16.903 39.91 17.141 +c 39.805 17.348 39.66 17.52 39.535 17.7 c 39.402 17.907 39.27 18.118 +39.137 18.332 c 38.887 18.739 38.648 19.161 38.422 19.598 c 36.488 +23.329 35.445 28.043 35.348 32.809 c 35.293 35.446 35.586 38.11 36.141 +40.594 c 36.676 43 37.477 45.289 38.598 47.141 c 38.805 47.481 39.02 +47.793 39.242 48.102 c 39.348 48.247 39.461 48.356 39.559 48.508 c +39.668 48.676 39.812 48.821 39.938 48.965 c 40.059 49.106 40.18 49.231 +40.312 49.348 c 40.445 49.469 40.574 49.614 40.711 49.743 c 40.832 +49.852 40.953 49.957 41.078 50.063 c 41.215 50.172 41.352 50.325 41.496 +50.395 c 41.414 50.364 41.328 50.332 41.246 50.301 c 41.391 50.348 +41.527 50.395 41.664 50.497 c 41.781 50.579 41.902 50.661 42.023 50.739 +c 42.266 50.895 42.512 51.032 42.762 51.149 c 42.879 51.207 43.004 +51.258 43.125 51.301 c 43.188 51.325 43.246 51.364 43.305 51.395 c +43.367 51.434 43.574 51.497 43.316 51.422 c 43.562 51.497 43.816 51.532 +44.066 51.606 c 44.211 51.645 44.371 51.676 44.508 51.762 c 44.555 +51.789 44.449 51.766 44.469 51.77 c 44.398 51.758 44.324 51.739 44.25 +51.719 c 43.953 51.633 43.656 51.586 43.359 51.493 c 43.176 51.438 +42.996 51.379 42.82 51.305 c 42.699 51.254 42.586 51.18 42.469 51.133 c +42.188 51.024 41.91 50.887 41.641 50.735 c 41.367 50.579 41.109 50.352 +40.836 50.215 c 40.922 50.243 41.004 50.278 41.086 50.309 c 40.977 +50.274 40.867 50.235 40.758 50.18 c 40.672 50.137 40.586 50.036 40.504 +49.969 c 40.324 49.821 40.145 49.672 39.969 49.504 c 39.645 49.2 39.324 +48.883 39.023 48.516 c 38.402 47.762 37.824 46.93 37.332 45.965 c +36.316 43.957 35.609 41.575 35.16 39.122 c 34.258 34.157 34.516 28.829 +35.855 24.11 c 37.055 19.875 39.145 16.36 41.707 14.051 c 44.371 11.653 +47.371 10.223 50.445 9.961 c 51.199 9.895 51.953 9.907 52.707 9.981 c +53.094 10.016 53.477 10.071 53.863 10.141 c 54.328 10.227 54.785 10.258 +55.234 10.5 c 55.031 10.438 54.828 10.368 54.629 10.305 c 54.602 10.293 +54.609 10.293 54.652 10.305 c 54.699 10.309 54.746 10.321 54.789 10.325 +c 54.91 10.332 55.027 10.375 55.145 10.411 c 55.285 10.45 55.43 10.497 +55.566 10.536 c 55.918 10.633 56.285 10.664 56.613 10.875 c 56.496 +10.832 56.379 10.789 56.266 10.747 c 58.02 11.293 59.699 12.172 61.305 +13.411 c 61.344 13.438 61.254 13.418 61.266 13.418 c 61.191 13.407 +61.117 13.387 61.047 13.368 c 60.906 13.329 60.73 13.309 60.602 13.211 +c f +2.34 10.215 m 7.785 9.797 13.27 10.903 17.969 13.395 c 22.543 15.821 +26.211 19.504 28.406 23.829 c 30.672 28.289 31.477 33.52 29.621 38.2 c +27.828 42.723 23.734 46.375 18.688 48.008 c 16.086 48.844 13.207 49.211 +10.477 48.719 c 7.855 48.25 5.457 47.008 3.652 45.25 c 1.801 43.45 +0.672 41.11 0.426 38.68 c 0.176 36.243 1.254 33.829 3.273 32.176 c +5.254 30.559 8.289 29.672 10.902 30.461 c 13.457 31.231 15.449 33.766 +14.887 36.204 c 14.52 37.817 12.926 39.032 11.098 39.153 c 10.176 +39.215 9.293 38.844 8.699 38.227 c 8.41 37.922 8.227 37.547 8.121 +37.164 c 7.969 36.598 8.184 36.153 8.438 35.641 c 8.539 35.438 8.223 +35.262 8.094 35.465 c 8.078 35.485 8.066 35.508 8.055 35.524 c 8.168 +35.582 8.281 35.645 8.398 35.704 c 11.062 31.411 14.938 27.789 19.629 +25.231 c 24.164 22.758 29.383 21.344 34.684 21.122 c 40.145 20.883 +45.625 21.954 50.496 24.161 c 52.988 25.289 55.238 26.758 57.125 28.602 +c 58.934 30.364 60.363 32.43 61.344 34.653 c 63.32 39.125 63.383 44.161 +61.535 48.672 c 60.574 51.024 59.125 53.204 57.055 54.911 c 55.09 +56.528 52.645 57.645 50.043 58.176 c 46.387 58.922 42.504 58.411 39.223 +56.801 c 39 56.692 38.801 56.997 39.027 57.11 c 43.77 59.43 49.578 +59.426 54.32 57.098 c 56.68 55.942 58.668 54.223 60.086 52.184 c 61.531 +50.106 62.484 47.723 62.953 45.321 c 63.867 40.661 62.852 35.793 60.188 +31.715 c 58.832 29.649 57.055 27.809 54.973 26.301 c 52.816 24.735 +50.324 23.571 47.742 22.672 c 42.738 20.926 37.27 20.364 31.945 20.985 +c 26.703 21.594 21.656 23.395 17.367 26.145 c 13.527 28.61 10.344 +31.836 8.055 35.524 c 7.93 35.727 8.27 35.903 8.398 35.704 c 8.41 +35.684 8.422 35.661 8.438 35.641 c 8.32 35.582 8.207 35.524 8.094 +35.461 c 7.938 35.778 7.766 36.09 7.688 36.43 c 7.621 36.75 7.684 +37.086 7.777 37.395 c 7.945 37.954 8.32 38.45 8.809 38.821 c 9.848 +39.622 11.273 39.657 12.504 39.223 c 13.707 38.797 14.633 37.914 15.094 +36.844 c 15.574 35.723 15.395 34.442 14.883 33.356 c 13.84 31.137 +11.316 29.715 8.625 29.817 c 5.973 29.914 3.43 31.172 1.844 33.051 c +1.051 33.989 0.492 35.067 0.203 36.215 c -0.094 37.414 -0.043 38.637 +0.203 39.84 c 0.688 42.18 2.02 44.352 3.922 46.008 c 5.805 47.653 8.254 +48.754 10.852 49.145 c 13.551 49.551 16.391 49.133 18.941 48.301 c +23.926 46.664 27.918 43.106 29.84 38.696 c 31.844 34.09 31.184 28.918 +29.121 24.418 c 27.121 20.055 23.637 16.297 19.238 13.688 c 14.762 +11.028 9.402 9.668 4.031 9.774 c 3.469 9.786 2.902 9.817 2.344 9.86 c +2.09 9.879 2.086 10.235 2.34 10.211 c f +59.75 89.766 m 59.148 90.036 58.527 90.274 57.891 90.473 c 57.566 +90.571 57.238 90.661 56.91 90.739 c 56.754 90.774 56.602 90.805 56.449 +90.836 c 56.281 90.872 56.117 90.891 55.957 90.95 c 56.121 90.922 +56.281 90.891 56.441 90.86 c 56.086 90.903 55.742 90.965 55.391 91.024 +c 55.484 91.008 55.578 90.997 55.672 90.985 c 55.387 90.993 55.098 +91.039 54.824 91.125 c 54.988 91.094 55.148 91.063 55.309 91.036 c +55.277 91.039 55.188 91.036 55.137 91.039 c 55.059 91.047 54.984 91.055 +54.91 91.067 c 54.746 91.082 54.586 91.102 54.426 91.11 c 54.117 91.137 +53.805 91.153 53.492 91.161 c 52.879 91.18 52.27 91.161 51.66 91.114 c +50.438 91.016 49.23 90.782 48.07 90.43 c 47.484 90.25 46.914 90.039 +46.355 89.801 c 46.074 89.68 45.793 89.551 45.523 89.418 c 45.391 +89.352 45.258 89.286 45.125 89.215 c 44.992 89.145 44.867 89.059 44.73 +88.993 c 44.457 88.86 44.207 88.672 43.957 88.508 c 43.84 88.426 43.723 +88.344 43.609 88.258 c 43.484 88.172 43.348 88.079 43.25 87.973 c +43.164 87.879 43.047 87.801 42.949 87.715 c 42.844 87.622 42.734 87.524 +42.629 87.426 c 42.43 87.243 42.242 87.047 42.062 86.848 c 40.516 +85.145 39.688 82.993 39.609 80.813 c 39.566 79.61 39.801 78.391 40.238 +77.258 c 40.664 76.161 41.305 75.114 42.203 74.266 c 42.367 74.114 +42.539 73.969 42.715 73.829 c 42.797 73.762 42.891 73.715 42.969 73.645 +c 43.055 73.567 43.168 73.5 43.27 73.434 c 43.363 73.372 43.461 73.313 +43.566 73.262 c 43.676 73.204 43.777 73.141 43.887 73.079 c 43.984 +73.028 44.082 72.981 44.18 72.934 c 44.289 72.879 44.398 72.813 44.512 +72.782 c 44.445 72.797 44.379 72.809 44.312 72.825 c 44.43 72.805 +44.539 72.782 44.648 72.739 c 44.742 72.696 44.836 72.661 44.934 72.625 +c 45.125 72.551 45.32 72.493 45.523 72.438 c 45.617 72.411 45.715 +72.387 45.812 72.368 c 45.863 72.356 45.906 72.34 45.957 72.325 c +46.004 72.305 46.168 72.278 45.965 72.313 c 46.164 72.278 46.363 72.262 +46.562 72.227 c 46.68 72.207 46.809 72.196 46.918 72.157 c 46.953 +72.145 46.871 72.157 46.887 72.153 c 46.828 72.157 46.77 72.164 46.711 +72.176 c 46.473 72.215 46.234 72.239 45.996 72.278 c 45.855 72.305 +45.711 72.332 45.566 72.368 c 45.473 72.391 45.383 72.422 45.289 72.442 +c 45.062 72.493 44.844 72.555 44.625 72.625 c 44.41 72.696 44.203 +72.801 43.988 72.864 c 44.055 72.848 44.121 72.832 44.188 72.821 c +44.098 72.836 44.012 72.856 43.926 72.879 c 43.855 72.899 43.785 72.946 +43.723 72.977 c 43.578 73.043 43.434 73.114 43.297 73.188 c 43.035 +73.329 42.781 73.473 42.539 73.637 c 42.047 73.985 41.582 74.364 41.191 +74.805 c 40.383 75.719 39.816 76.813 39.461 77.934 c 38.738 80.2 38.945 +82.633 40.012 84.789 c 40.973 86.723 42.637 88.329 44.68 89.387 c +46.805 90.477 49.199 91.129 51.652 91.25 c 52.254 91.282 52.855 91.278 +53.453 91.243 c 53.762 91.227 54.07 91.2 54.375 91.172 c 54.746 91.129 +55.113 91.118 55.469 91.004 c 55.309 91.036 55.148 91.067 54.988 91.094 +c 54.969 91.102 54.973 91.102 55.008 91.094 c 55.043 91.094 55.078 +91.09 55.117 91.086 c 55.211 91.082 55.305 91.063 55.398 91.047 c +55.512 91.028 55.625 91.008 55.738 90.993 c 56.016 90.946 56.309 90.934 +56.57 90.836 c 56.48 90.856 56.387 90.872 56.293 90.895 c 57.691 90.645 +59.031 90.243 60.312 89.68 c 60.344 89.664 60.273 89.672 60.281 89.672 +c 60.223 89.68 60.164 89.688 60.105 89.696 c 59.996 89.715 59.855 +89.723 59.75 89.766 c f +85.172 51.821 m 81.109 52.133 76.59 51.379 73.086 49.52 c 69.672 47.711 +66.938 44.965 65.297 41.739 c 63.609 38.411 63.008 34.508 64.395 31.016 +c 65.73 27.641 68.785 24.922 72.551 23.704 c 74.492 23.079 76.637 +22.801 78.676 23.168 c 80.629 23.52 82.418 24.446 83.766 25.754 c +85.145 27.102 85.988 28.848 86.172 30.661 c 86.359 32.477 85.555 34.278 +84.047 35.508 c 82.57 36.719 80.305 37.379 78.355 36.793 c 76.453 +36.219 74.965 34.325 75.383 32.504 c 75.66 31.305 76.848 30.399 78.207 +30.309 c 78.898 30.262 79.555 30.536 80 31 c 80.215 31.227 80.355 +31.504 80.434 31.789 c 80.543 32.211 80.387 32.547 80.195 32.926 c +80.121 33.079 80.355 33.211 80.453 33.059 c 80.465 33.043 80.473 33.028 +80.484 33.012 c 80.398 32.969 80.312 32.926 80.227 32.879 c 78.238 +36.082 75.348 38.786 71.848 40.692 c 68.465 42.536 64.57 43.59 60.617 +43.758 c 56.543 43.934 52.453 43.137 48.82 41.493 c 46.961 40.649 +45.285 39.555 43.875 38.18 c 42.527 36.864 41.461 35.321 40.727 33.664 +c 39.254 30.329 39.207 26.575 40.582 23.204 c 41.301 21.454 42.383 +19.825 43.926 18.551 c 45.391 17.348 47.219 16.512 49.156 16.118 c +51.887 15.555 54.781 15.942 57.23 17.141 c 57.398 17.223 57.543 16.997 +57.375 16.914 c 53.84 15.18 49.504 15.184 45.969 16.918 c 44.207 17.782 +42.723 19.063 41.664 20.586 c 40.59 22.133 39.879 23.914 39.527 25.707 +c 38.848 29.18 39.605 32.813 41.59 35.856 c 42.602 37.395 43.93 38.77 +45.48 39.895 c 47.09 41.059 48.949 41.93 50.875 42.602 c 54.609 43.907 +58.688 44.325 62.66 43.86 c 66.57 43.407 70.336 42.063 73.535 40.012 c +76.398 38.172 78.773 35.766 80.484 33.012 c 80.574 32.864 80.32 32.731 +80.227 32.879 c 80.215 32.895 80.207 32.911 80.195 32.926 c 80.281 +32.969 80.367 33.012 80.453 33.059 c 80.57 32.825 80.699 32.59 80.754 +32.336 c 80.805 32.098 80.758 31.848 80.688 31.618 c 80.562 31.2 80.281 +30.832 79.918 30.551 c 79.145 29.957 78.078 29.93 77.164 30.258 c +76.266 30.575 75.574 31.231 75.23 32.032 c 74.871 32.864 75.008 33.821 +75.387 34.629 c 76.164 36.286 78.051 37.348 80.055 37.274 c 82.035 37.2 +83.93 36.262 85.113 34.86 c 85.703 34.157 86.121 33.356 86.336 32.497 c +86.562 31.602 86.523 30.692 86.336 29.793 c 85.977 28.047 84.984 26.43 +83.562 25.192 c 82.16 23.965 80.332 23.145 78.395 22.856 c 76.379 +22.551 74.266 22.86 72.359 23.485 c 68.641 24.7 65.66 27.36 64.23 +30.649 c 62.734 34.082 63.227 37.942 64.766 41.297 c 66.258 44.555 +68.859 47.356 72.137 49.301 c 75.477 51.286 79.477 52.305 83.484 52.223 +c 83.902 52.215 84.691 52.204 85.109 52.172 c f +127.895 108.887 m 128.047 108.145 128.242 107.407 128.496 106.692 c +128.621 106.321 128.766 105.961 128.926 105.606 c 128.996 105.442 +129.078 105.282 129.156 105.122 c 129.242 104.946 129.344 104.778 +129.398 104.598 c 129.309 104.762 129.227 104.93 129.137 105.094 c +129.352 104.75 129.543 104.391 129.738 104.036 c 129.684 104.125 +129.625 104.219 129.57 104.313 c 129.773 104.047 129.938 103.754 +130.043 103.45 c 129.957 103.614 129.871 103.782 129.785 103.95 c +129.805 103.918 129.875 103.836 129.91 103.789 c 129.957 103.715 130 +103.641 130.047 103.567 c 130.148 103.411 130.25 103.254 130.355 +103.098 c 130.559 102.801 130.773 102.508 130.996 102.223 c 131.434 +101.661 131.91 101.125 132.422 100.614 c 133.445 99.59 134.605 98.68 +135.871 97.903 c 136.512 97.512 137.176 97.153 137.859 96.836 c 138.203 +96.668 138.559 96.516 138.914 96.372 c 139.086 96.297 139.262 96.235 +139.434 96.168 c 139.617 96.098 139.805 96.047 139.984 95.973 c 140.336 +95.832 140.734 95.747 141.105 95.649 c 141.285 95.602 141.465 95.555 +141.648 95.516 c 141.836 95.473 142.039 95.418 142.242 95.407 c 142.41 +95.403 142.582 95.356 142.75 95.332 c 142.938 95.305 143.125 95.278 +143.312 95.258 c 143.668 95.215 144.031 95.192 144.391 95.18 c 147.461 +95.063 150.508 95.926 153.023 97.485 c 154.41 98.34 155.609 99.461 +156.559 100.704 c 157.477 101.911 158.18 103.262 158.461 104.7 c +158.516 104.961 158.551 105.223 158.574 105.489 c 158.586 105.61 +158.574 105.727 158.594 105.852 c 158.617 105.989 158.602 106.141 +158.605 106.278 c 158.605 106.411 158.598 106.543 158.578 106.676 c +158.562 106.817 158.559 106.957 158.543 107.098 c 158.531 107.223 +158.512 107.348 158.492 107.473 c 158.469 107.606 158.461 107.758 +158.414 107.883 c 158.449 107.813 158.48 107.739 158.512 107.668 c +158.449 107.793 158.395 107.907 158.363 108.036 c 158.336 108.149 +158.309 108.266 158.277 108.375 c 158.211 108.602 158.137 108.829 +158.051 109.043 c 158.008 109.153 157.957 109.254 157.91 109.36 c +157.883 109.411 157.867 109.465 157.852 109.52 c 157.832 109.579 +157.742 109.747 157.859 109.532 c 157.746 109.739 157.617 109.934 +157.508 110.133 c 157.441 110.254 157.359 110.375 157.32 110.504 c +157.309 110.547 157.359 110.465 157.352 110.481 c 157.387 110.422 +157.422 110.364 157.453 110.305 c 157.586 110.067 157.742 109.832 +157.871 109.59 c 157.949 109.442 158.027 109.293 158.094 109.141 c +158.137 109.036 158.168 108.93 158.215 108.832 c 158.324 108.59 158.422 +108.348 158.504 108.102 c 158.582 107.852 158.621 107.59 158.715 +107.348 c 158.68 107.422 158.645 107.489 158.613 107.559 c 158.66 +107.465 158.703 107.375 158.742 107.282 c 158.77 107.204 158.77 107.106 +158.785 107.028 c 158.816 106.844 158.844 106.668 158.863 106.485 c +158.902 106.149 158.926 105.813 158.918 105.469 c 158.898 104.77 +158.816 104.071 158.609 103.387 c 158.184 101.977 157.379 100.657 +156.383 99.5 c 154.363 97.161 151.465 95.524 148.242 94.879 c 145.348 +94.293 142.293 94.59 139.578 95.641 c 136.758 96.731 134.234 98.391 +132.273 100.504 c 131.789 101.02 131.344 101.567 130.934 102.125 c +130.723 102.418 130.523 102.711 130.328 103.012 c 130.098 103.375 +129.84 103.711 129.699 104.114 c 129.785 103.95 129.871 103.782 129.953 +103.618 c 129.969 103.594 129.961 103.598 129.941 103.633 c 129.918 +103.668 129.895 103.704 129.871 103.739 c 129.805 103.825 129.754 +103.922 129.703 104.02 c 129.641 104.137 129.578 104.25 129.516 104.368 +c 129.359 104.649 129.156 104.922 129.066 105.231 c 129.117 105.133 +129.164 105.036 129.207 104.938 c 128.445 106.379 127.898 107.883 +127.578 109.454 c 127.57 109.493 127.613 109.422 127.609 109.426 c +127.645 109.372 127.68 109.313 127.711 109.254 c 127.773 109.141 +127.871 109.008 127.895 108.887 c f +112.57 112.957 m 114.383 110.332 117.078 108.266 120.262 107.075 c +123.363 105.918 126.84 105.641 130.121 106.274 c 133.512 106.93 136.789 +108.536 138.75 111.137 c 140.648 113.653 141.18 116.883 140.207 119.782 +c 139.703 121.274 138.828 122.719 137.523 123.77 c 136.266 124.778 +134.656 125.399 132.98 125.551 c 131.262 125.711 129.504 125.344 +128.031 124.543 c 126.551 123.735 125.586 122.34 125.406 120.801 c +125.23 119.293 125.871 117.586 127.305 116.7 c 128.703 115.832 130.895 +115.887 132.07 117.059 c 132.844 117.832 132.938 119.012 132.316 +119.887 c 132.004 120.325 131.461 120.586 130.887 120.622 c 130.605 +120.637 130.324 120.579 130.066 120.485 c 129.688 120.344 129.512 +120.075 129.32 119.766 c 129.242 119.645 129.023 119.723 129.09 119.856 +c 129.094 119.872 129.102 119.887 129.109 119.899 c 129.188 119.868 +129.262 119.836 129.34 119.809 c 127.902 116.989 127.301 113.868 +127.617 110.778 c 127.918 107.797 129.078 104.899 130.945 102.411 c +132.871 99.852 135.539 97.774 138.629 96.399 c 140.207 95.696 141.891 +95.231 143.648 95.067 c 145.328 94.914 147.047 95.043 148.676 95.434 c +151.961 96.223 154.848 98.094 156.719 100.629 c 157.691 101.95 158.387 +103.426 158.578 105.004 c 158.754 106.504 158.473 108.032 157.793 +109.411 c 156.844 111.348 155.086 112.911 152.938 113.793 c 152.789 +113.852 152.891 114.059 153.039 113.997 c 156.145 112.727 158.328 +110.09 158.793 107.071 c 159.023 105.563 158.797 104.02 158.168 102.61 +c 157.535 101.172 156.535 99.844 155.348 98.723 c 153.043 96.559 +149.895 95.184 146.574 94.856 c 144.891 94.688 143.172 94.805 141.535 +95.176 c 139.828 95.567 138.23 96.254 136.746 97.086 c 133.871 98.696 +131.492 100.961 129.84 103.602 c 128.211 106.207 127.332 109.172 +127.285 112.149 c 127.238 114.813 127.875 117.473 129.109 119.899 c +129.176 120.028 129.402 119.942 129.34 119.809 c 129.332 119.797 +129.328 119.782 129.32 119.766 c 129.242 119.797 129.164 119.825 129.09 +119.856 c 129.207 120.047 129.32 120.243 129.488 120.407 c 129.641 +120.555 129.859 120.653 130.07 120.727 c 130.449 120.864 130.871 +120.879 131.27 120.797 c 132.109 120.625 132.668 119.997 132.887 +119.274 c 133.098 118.567 132.945 117.821 132.508 117.204 c 132.055 +116.567 131.254 116.164 130.449 115.989 c 128.793 115.625 127.035 +116.235 126.078 117.489 c 125.137 118.727 124.895 120.352 125.363 +121.778 c 125.602 122.489 126.004 123.149 126.547 123.715 c 127.113 +124.301 127.832 124.739 128.605 125.075 c 130.117 125.739 131.852 +125.954 133.512 125.715 c 135.156 125.481 136.703 124.786 137.902 +123.758 c 139.152 122.684 139.984 121.25 140.469 119.778 c 141.418 +116.903 140.898 113.754 139.113 111.227 c 137.25 108.586 134.062 +106.934 130.73 106.176 c 127.496 105.438 124.047 105.602 120.906 106.61 +c 117.711 107.637 114.918 109.551 112.957 112.024 c 112.75 112.286 +112.559 112.551 112.371 112.821 c 112.285 112.942 112.488 113.079 +112.57 112.957 c f +213.406 124.321 m 213.797 124.254 214.203 124.227 214.625 124.258 c +214.84 124.274 215.059 124.309 215.281 124.352 c 215.383 124.375 +215.488 124.403 215.594 124.434 c 215.703 124.465 215.82 124.508 +215.922 124.504 c 215.812 124.473 215.703 124.442 215.594 124.407 c +215.836 124.508 216.074 124.582 216.309 124.661 c 216.246 124.637 +216.184 124.614 216.117 124.59 c 216.32 124.7 216.516 124.77 216.695 +124.782 c 216.586 124.75 216.477 124.719 216.367 124.684 c 216.391 +124.692 216.453 124.739 216.492 124.75 c 216.543 124.778 216.594 +124.797 216.645 124.817 c 216.754 124.868 216.867 124.918 216.977 +124.973 c 217.191 125.079 217.41 125.196 217.625 125.321 c 218.055 +125.567 218.488 125.86 218.926 126.184 c 219.797 126.844 220.676 +127.668 221.539 128.618 c 221.973 129.102 222.402 129.614 222.824 +130.157 c 223.039 130.43 223.25 130.715 223.461 131.004 c 223.562 +131.141 223.664 131.286 223.766 131.43 c 223.871 131.579 223.973 +131.739 224.074 131.879 c 224.285 132.168 224.484 132.508 224.68 +132.829 c 224.773 132.981 224.867 133.137 224.957 133.293 c 225.059 +133.457 225.164 133.629 225.25 133.809 c 225.324 133.965 225.414 +134.114 225.492 134.262 c 225.582 134.426 225.668 134.594 225.758 +134.762 c 225.918 135.082 226.078 135.407 226.234 135.739 c 227.539 +138.543 228.406 141.606 228.746 144.372 c 228.934 145.899 228.93 +147.321 228.77 148.547 c 228.609 149.735 228.301 150.762 227.777 151.43 +c 227.684 151.555 227.582 151.661 227.477 151.758 c 227.426 151.801 +227.367 151.825 227.32 151.879 c 227.27 151.938 227.199 151.969 227.137 +152.008 c 227.078 152.047 227.02 152.075 226.949 152.094 c 226.883 +152.118 226.816 152.153 226.75 152.18 c 226.688 152.204 226.625 152.219 +226.562 152.235 c 226.492 152.25 226.426 152.289 226.348 152.282 c +226.395 152.289 226.438 152.305 226.484 152.313 c 226.402 152.289 +226.328 152.266 226.262 152.278 c 226.199 152.286 226.137 152.289 +226.074 152.289 c 225.945 152.297 225.816 152.289 225.684 152.266 c +225.621 152.258 225.555 152.247 225.488 152.231 c 225.453 152.223 +225.426 152.223 225.395 152.223 c 225.359 152.219 225.25 152.184 +225.391 152.231 c 225.254 152.188 225.113 152.122 224.98 152.075 c +224.898 152.043 224.812 152.008 224.738 152.008 c 224.715 152.008 +224.773 152.032 224.762 152.024 c 224.805 152.047 224.844 152.059 +224.883 152.075 c 225.043 152.125 225.207 152.204 225.371 152.258 c +225.469 152.289 225.566 152.317 225.66 152.336 c 225.723 152.348 +225.785 152.348 225.848 152.364 c 225.996 152.399 226.145 152.414 +226.289 152.422 c 226.434 152.43 226.562 152.391 226.707 152.407 c +226.664 152.395 226.617 152.387 226.574 152.375 c 226.633 152.391 +226.691 152.411 226.75 152.414 c 226.793 152.418 226.836 152.395 +226.879 152.383 c 226.973 152.36 227.062 152.336 227.152 152.305 c +227.316 152.247 227.477 152.176 227.621 152.071 c 227.926 151.856 +228.203 151.582 228.418 151.2 c 228.867 150.407 229.125 149.293 229.23 +148.047 c 229.438 145.524 228.977 142.383 227.945 139.215 c 227.016 +136.375 225.633 133.629 224.059 131.411 c 222.418 129.11 220.652 +127.243 218.91 126.016 c 218.484 125.715 218.062 125.454 217.645 +125.235 c 217.43 125.118 217.219 125.016 217.008 124.922 c 216.75 +124.809 216.492 124.668 216.258 124.649 c 216.367 124.68 216.477 +124.715 216.586 124.75 c 216.598 124.75 216.594 124.75 216.574 124.739 +c 216.547 124.727 216.523 124.715 216.496 124.7 c 216.43 124.664 +216.367 124.649 216.305 124.625 c 216.227 124.602 216.148 124.579 +216.07 124.551 c 215.883 124.485 215.68 124.375 215.508 124.379 c +215.57 124.395 215.633 124.414 215.695 124.43 c 214.742 124.129 213.852 +124.043 213.027 124.188 c 213.008 124.192 213.055 124.211 213.047 +124.211 c 213.09 124.227 213.129 124.243 213.168 124.254 c 213.242 +124.282 213.344 124.332 213.406 124.321 c f +150.707 35.411 m 148.918 37.75 145.973 39.622 142.57 40.227 c 139.258 +40.817 135.473 40.43 131.828 39.153 c 128.066 37.832 124.355 35.563 +122.008 32.52 c 119.742 29.586 118.914 26.176 119.762 23.399 c 120.199 +21.969 121.051 20.661 122.402 19.836 c 123.703 19.043 125.418 18.719 +127.246 18.883 c 129.121 19.051 131.07 19.766 132.746 20.868 c 134.43 +21.973 135.594 23.59 135.902 25.196 c 136.207 26.774 135.633 28.395 +134.133 29.028 c 132.664 29.649 130.262 29.172 128.883 27.747 c 127.977 +26.805 127.789 25.582 128.398 24.809 c 128.707 24.418 129.285 24.254 +129.914 24.332 c 130.219 24.368 130.531 24.477 130.82 24.629 c 131.246 +24.848 131.457 25.153 131.695 25.504 c 131.789 25.645 132.02 25.606 +131.938 25.457 c 131.93 25.442 131.922 25.426 131.914 25.411 c 131.832 +25.426 131.75 25.442 131.668 25.457 c 133.453 28.622 134.348 31.926 +134.234 35.024 c 134.129 38.02 133.07 40.758 131.211 42.946 c 129.297 +45.196 126.527 46.809 123.246 47.625 c 121.57 48.043 119.762 48.196 +117.848 48.024 c 116.016 47.86 114.129 47.395 112.312 46.68 c 108.652 +45.243 105.352 42.778 103.109 39.829 c 101.945 38.289 101.07 36.645 +100.742 34.993 c 100.438 33.426 100.633 31.914 101.27 30.633 c 102.168 +28.836 103.973 27.571 106.266 27.086 c 106.418 27.051 106.293 26.821 +106.137 26.856 c 102.828 27.559 100.633 29.836 100.355 32.84 c 100.215 +34.332 100.578 35.957 101.371 37.524 c 102.176 39.114 103.371 40.664 +104.758 42.036 c 107.441 44.692 110.996 46.704 114.66 47.68 c 116.516 +48.172 118.391 48.383 120.16 48.317 c 121.996 48.247 123.695 47.844 +125.262 47.286 c 128.289 46.192 130.727 44.329 132.336 41.942 c 133.926 +39.59 134.664 36.723 134.496 33.688 c 134.348 30.969 133.449 28.129 +131.914 25.411 c 131.832 25.262 131.586 25.309 131.668 25.457 c 131.676 +25.473 131.684 25.489 131.695 25.504 c 131.777 25.489 131.855 25.473 +131.938 25.457 c 131.793 25.239 131.656 25.016 131.461 24.821 c 131.281 +24.637 131.039 24.497 130.801 24.379 c 130.375 24.168 129.91 24.071 +129.48 24.075 c 128.57 24.09 128.004 24.625 127.824 25.325 c 127.645 +26.004 127.867 26.801 128.391 27.516 c 128.938 28.254 129.844 28.817 +130.742 29.153 c 132.578 29.844 134.461 29.559 135.414 28.457 c 136.355 +27.375 136.5 25.754 135.875 24.204 c 135.562 23.434 135.074 22.68 +134.434 22 c 133.77 21.289 132.949 20.707 132.074 20.211 c 130.371 +19.239 128.453 18.688 126.652 18.614 c 124.867 18.536 123.227 18.95 +121.988 19.774 c 120.703 20.629 119.898 21.942 119.477 23.356 c 118.652 +26.11 119.461 29.434 121.605 32.364 c 123.844 35.422 127.461 37.719 +131.168 39.137 c 134.77 40.512 138.535 41.008 141.898 40.579 c 145.324 +40.141 148.242 38.719 150.203 36.563 c 150.41 36.34 150.801 35.918 +150.984 35.68 c f +256.465 68.149 m 258.793 69.18 261.184 70.094 263.637 70.856 c 264.883 +71.243 266.148 71.586 267.422 71.891 c 268.008 72.028 268.598 72.153 +269.188 72.27 c 269.828 72.399 270.473 72.481 271.078 72.704 c 270.461 +72.586 269.844 72.473 269.227 72.356 c 270.578 72.524 271.914 72.754 +273.258 72.985 c 272.898 72.934 272.539 72.887 272.176 72.832 c 273.281 +72.875 274.395 73.055 275.441 73.375 c 274.82 73.262 274.203 73.145 +273.586 73.032 c 273.699 73.043 274.055 73.036 274.25 73.055 c 274.543 +73.079 274.828 73.122 275.121 73.153 c 275.738 73.219 276.359 73.282 +276.98 73.329 c 278.172 73.43 279.371 73.489 280.57 73.524 c 282.926 +73.59 285.285 73.52 287.637 73.336 c 292.344 72.961 296.992 72.059 +301.461 70.692 c 303.711 70.008 305.91 69.196 308.055 68.278 c 309.141 +67.813 310.211 67.317 311.266 66.801 c 311.777 66.547 312.281 66.289 +312.785 66.024 c 313.309 65.75 313.793 65.43 314.316 65.172 c 315.367 +64.657 316.324 63.938 317.281 63.293 c 317.738 62.989 318.191 62.668 +318.637 62.344 c 319.105 62 319.637 61.657 320.02 61.235 c 320.352 +60.872 320.789 60.575 321.168 60.25 c 321.586 59.891 322 59.52 322.402 +59.145 c 323.168 58.43 323.898 57.684 324.594 56.914 c 330.539 50.364 +333.734 42.063 334.039 33.672 c 334.203 29.043 333.305 24.348 331.605 +19.981 c 329.965 15.754 327.5 11.727 324.051 8.465 c 323.418 7.868 +322.762 7.313 322.074 6.774 c 321.754 6.524 321.402 6.332 321.102 6.063 +c 320.766 5.762 320.32 5.516 319.941 5.262 c 319.574 5.012 319.195 +4.789 318.793 4.586 c 318.371 4.372 317.98 4.118 317.566 3.891 c +317.195 3.692 316.812 3.508 316.43 3.329 c 316.02 3.133 315.594 2.868 +315.152 2.739 c 315.41 2.797 315.664 2.852 315.922 2.907 c 315.473 +2.825 315.051 2.739 314.633 2.567 c 314.27 2.418 313.902 2.278 313.535 +2.141 c 312.789 1.864 312.035 1.622 311.27 1.414 c 310.895 1.313 310.52 +1.223 310.145 1.145 c 309.953 1.106 309.777 1.039 309.598 0.981 c +309.406 0.914 308.77 0.805 309.566 0.938 c 308.801 0.809 308.023 0.739 +307.258 0.614 c 306.812 0.539 306.324 0.489 305.898 0.34 c 305.754 +0.293 306.074 0.329 306.02 0.325 c 306.242 0.344 306.465 0.379 306.688 +0.418 c 307.598 0.563 308.523 0.649 309.434 0.813 c 309.988 0.907 +310.543 1.008 311.09 1.141 c 311.457 1.235 311.805 1.36 312.168 1.442 c +313.031 1.637 313.879 1.875 314.715 2.149 c 315.543 2.418 316.34 2.817 +317.176 3.063 c 316.918 3.004 316.664 2.95 316.406 2.891 c 316.746 +2.954 317.086 3.02 317.418 3.118 c 317.684 3.196 317.949 3.375 318.195 +3.489 c 318.75 3.75 319.301 4.02 319.84 4.305 c 320.844 4.844 321.82 +5.399 322.746 6.043 c 324.652 7.375 326.43 8.832 327.938 10.539 c +331.059 14.067 333.238 18.262 334.609 22.571 c 337.383 31.309 336.594 +40.684 332.484 48.981 c 328.789 56.426 322.375 62.614 314.504 66.672 c +306.324 70.895 297.105 73.407 287.664 73.868 c 285.352 73.985 283.027 +73.969 280.715 73.836 c 279.531 73.774 278.352 73.676 277.172 73.551 c +275.746 73.403 274.332 73.344 272.957 72.922 c 273.578 73.036 274.195 +73.149 274.812 73.266 c 274.895 73.282 274.871 73.282 274.742 73.266 c +274.602 73.254 274.457 73.239 274.316 73.231 c 273.953 73.219 273.59 +73.141 273.238 73.082 c 272.793 73.008 272.359 72.93 271.93 72.864 c +270.859 72.692 269.73 72.633 268.723 72.266 c 269.078 72.336 269.434 +72.411 269.785 72.485 c 264.398 71.524 259.242 69.981 254.316 67.805 c +254.191 67.75 254.465 67.789 254.438 67.786 c 254.66 67.809 254.883 +67.844 255.105 67.879 c 255.527 67.946 256.074 67.981 256.465 68.149 c f +217.129 94.461 m 227.707 95.278 238.359 93.129 247.488 88.286 c 256.375 +83.575 263.5 76.418 267.766 68.024 c 272.16 59.36 273.723 49.196 +270.121 40.106 c 266.641 31.321 258.684 24.227 248.879 21.059 c 243.828 +19.426 238.238 18.715 232.934 19.668 c 227.84 20.586 223.184 22.997 +219.68 26.407 c 216.086 29.911 213.895 34.454 213.41 39.172 c 212.926 +43.907 215.023 48.594 218.938 51.801 c 222.789 54.954 228.688 56.668 +233.762 55.137 c 238.723 53.645 242.59 48.719 241.5 43.977 c 240.781 +40.852 237.691 38.493 234.145 38.258 c 232.352 38.137 230.637 38.856 +229.484 40.059 c 228.922 40.645 228.559 41.375 228.359 42.118 c 228.062 +43.215 228.48 44.086 228.973 45.075 c 229.172 45.473 228.559 45.813 +228.305 45.422 c 228.277 45.379 228.25 45.34 228.227 45.301 c 228.449 +45.184 228.672 45.071 228.895 44.957 c 234.074 53.293 241.598 60.332 +250.711 65.297 c 259.516 70.094 269.656 72.844 279.953 73.282 c 290.562 +73.735 301.203 71.664 310.664 67.375 c 315.504 65.184 319.875 62.332 +323.543 58.754 c 327.055 55.332 329.832 51.313 331.738 46.997 c 335.578 +38.313 335.695 28.532 332.109 19.766 c 330.246 15.2 327.434 10.961 +323.41 7.653 c 319.594 4.508 314.844 2.336 309.789 1.305 c 302.688 +-0.144 295.148 0.852 288.773 3.977 c 288.336 4.192 287.949 3.594 +288.387 3.379 c 297.598 -1.136 308.887 -1.121 318.094 3.399 c 322.68 +5.645 326.539 8.977 329.293 12.942 c 332.102 16.977 333.949 21.606 +334.863 26.278 c 336.633 35.317 334.664 44.778 329.488 52.7 c 326.863 +56.711 323.406 60.286 319.363 63.215 c 315.172 66.254 310.332 68.516 +305.312 70.266 c 295.598 73.661 284.973 74.75 274.637 73.547 c 264.453 +72.36 254.645 68.868 246.316 63.52 c 238.859 58.735 232.676 52.465 +228.227 45.301 c 227.984 44.911 228.645 44.571 228.895 44.957 c 228.922 +44.997 228.945 45.036 228.973 45.075 c 228.75 45.188 228.527 45.305 +228.305 45.422 c 227.996 44.805 227.664 44.204 227.52 43.539 c 227.387 +42.918 227.512 42.266 227.691 41.664 c 228.016 40.586 228.75 39.622 +229.691 38.899 c 231.711 37.348 234.48 37.274 236.871 38.122 c 239.207 +38.95 241.004 40.657 241.902 42.739 c 242.836 44.914 242.484 47.407 +241.492 49.512 c 239.469 53.825 234.562 56.582 229.336 56.395 c 224.188 +56.204 219.246 53.762 216.164 50.106 c 214.625 48.282 213.539 46.184 +212.984 43.957 c 212.402 41.629 212.504 39.25 212.984 36.918 c 213.918 +32.375 216.504 28.161 220.203 24.938 c 223.863 21.743 228.617 19.61 +233.66 18.852 c 238.91 18.059 244.414 18.864 249.375 20.489 c 259.055 +23.664 266.816 30.582 270.539 39.141 c 274.434 48.09 273.156 58.137 +269.152 66.872 c 265.266 75.352 258.492 82.645 249.953 87.719 c 241.258 +92.879 230.844 95.528 220.414 95.317 c 219.32 95.293 218.227 95.235 +217.137 95.153 c 216.645 95.114 216.633 94.422 217.129 94.461 c f +187.57 114.497 m 185.832 113.731 184.051 113.051 182.223 112.481 c +181.293 112.192 180.348 111.938 179.398 111.711 c 178.961 111.606 +178.523 111.512 178.078 111.43 c 177.602 111.332 177.121 111.27 176.668 +111.106 c 177.133 111.188 177.594 111.278 178.055 111.364 c 177.043 +111.239 176.043 111.063 175.043 110.895 c 175.312 110.93 175.582 +110.969 175.852 111.004 c 175.023 110.973 174.195 110.84 173.418 +110.602 c 173.875 110.688 174.336 110.774 174.801 110.86 c 174.715 +110.848 174.453 110.856 174.305 110.844 c 174.086 110.825 173.871 +110.793 173.656 110.766 c 173.195 110.719 172.73 110.672 172.27 110.637 +c 171.375 110.563 170.484 110.516 169.586 110.493 c 167.832 110.442 +166.07 110.493 164.32 110.633 c 160.809 110.911 157.34 111.582 154.004 +112.602 c 152.328 113.114 150.684 113.723 149.086 114.407 c 148.277 +114.75 147.477 115.122 146.691 115.508 c 146.309 115.696 145.934 +115.887 145.559 116.086 c 145.164 116.289 144.805 116.528 144.414 +116.723 c 143.633 117.106 142.914 117.641 142.203 118.122 c 141.863 +118.352 141.523 118.59 141.195 118.832 c 140.844 119.09 140.445 119.344 +140.16 119.657 c 139.914 119.93 139.586 120.153 139.305 120.395 c +138.992 120.661 138.684 120.938 138.387 121.219 c 137.812 121.75 137.27 +122.309 136.746 122.883 c 132.312 127.77 129.93 133.957 129.703 140.219 +c 129.578 143.672 130.25 147.172 131.52 150.434 c 132.742 153.586 +134.578 156.59 137.156 159.024 c 137.621 159.469 138.117 159.883 +138.629 160.286 c 138.867 160.473 139.129 160.614 139.352 160.817 c +139.602 161.039 139.938 161.223 140.219 161.414 c 140.492 161.602 +140.777 161.766 141.074 161.918 c 141.391 162.079 141.684 162.266 +141.992 162.434 c 142.27 162.582 142.555 162.719 142.84 162.856 c +143.145 163.004 143.461 163.2 143.789 163.297 c 143.602 163.25 143.41 +163.211 143.219 163.168 c 143.555 163.235 143.867 163.297 144.18 +163.426 c 144.449 163.536 144.723 163.641 145 163.743 c 145.555 163.95 +146.117 164.129 146.691 164.286 c 146.969 164.36 147.246 164.426 +147.527 164.485 c 147.668 164.516 147.801 164.563 147.938 164.606 c +148.078 164.657 148.551 164.739 147.957 164.641 c 148.531 164.739 +149.109 164.786 149.68 164.883 c 150.012 164.934 150.379 164.973 +150.695 165.082 c 150.801 165.122 150.562 165.094 150.605 165.098 c +150.438 165.082 150.273 165.055 150.105 165.032 c 149.426 164.918 +148.738 164.852 148.059 164.735 c 147.645 164.661 147.23 164.586 +146.824 164.485 c 146.547 164.418 146.289 164.325 146.02 164.262 c +145.375 164.118 144.742 163.938 144.117 163.739 c 143.496 163.536 +142.906 163.239 142.281 163.055 c 142.473 163.098 142.664 163.141 +142.855 163.18 c 142.602 163.133 142.348 163.086 142.102 163.012 c +141.906 162.954 141.703 162.825 141.523 162.735 c 141.109 162.539 +140.695 162.34 140.293 162.125 c 139.547 161.723 138.816 161.309 +138.129 160.832 c 136.703 159.84 135.379 158.75 134.254 157.477 c +131.926 154.848 130.297 151.715 129.277 148.5 c 127.207 141.985 127.793 +134.985 130.863 128.801 c 133.617 123.247 138.402 118.629 144.273 +115.602 c 150.379 112.454 157.254 110.579 164.297 110.235 c 166.023 +110.153 167.754 110.161 169.48 110.254 c 170.363 110.305 171.246 +110.375 172.121 110.469 c 173.188 110.582 174.246 110.625 175.266 +110.942 c 174.805 110.856 174.344 110.77 173.883 110.684 c 173.824 +110.672 173.84 110.672 173.938 110.684 c 174.043 110.692 174.148 +110.704 174.254 110.707 c 174.523 110.719 174.797 110.774 175.062 +110.821 c 175.391 110.875 175.715 110.93 176.035 110.985 c 176.832 +111.114 177.676 111.157 178.43 111.434 c 178.164 111.379 177.898 +111.321 177.633 111.266 c 181.652 111.981 185.5 113.137 189.176 114.758 +c 189.27 114.797 189.062 114.77 189.082 114.77 c 188.918 114.758 188.75 +114.727 188.586 114.7 c 188.27 114.653 187.863 114.625 187.57 114.497 c f +217.23 95.157 m 209.34 94.547 200.562 96.008 193.75 99.614 c 187.121 +103.133 181.809 108.469 178.629 114.731 c 175.348 121.192 174.184 +128.778 176.871 135.559 c 179.465 142.114 185.402 147.403 192.715 +149.766 c 196.48 150.985 200.652 151.516 204.609 150.801 c 208.41 +150.122 211.883 148.321 214.496 145.778 c 217.18 143.164 218.816 +139.774 219.176 136.254 c 219.535 132.723 217.969 129.223 215.051 +126.832 c 212.18 124.485 207.777 123.204 203.992 124.344 c 200.289 +125.457 197.406 129.133 198.219 132.672 c 198.754 135.004 201.062 +136.762 203.707 136.938 c 205.047 137.028 206.324 136.489 207.184 +135.594 c 207.605 135.153 207.871 134.614 208.023 134.055 c 208.242 +133.239 207.934 132.59 207.566 131.852 c 207.418 131.555 207.871 +131.301 208.066 131.594 c 208.082 131.625 208.102 131.653 208.121 +131.684 c 207.957 131.77 207.789 131.856 207.621 131.942 c 203.762 +125.727 198.148 120.469 191.348 116.762 c 184.781 113.184 177.215 +111.137 169.535 110.809 c 161.621 110.469 153.684 112.02 146.621 +115.215 c 143.012 116.848 139.754 118.981 137.016 121.649 c 134.398 +124.2 132.324 127.2 130.906 130.414 c 128.039 136.895 127.953 144.192 +130.625 150.731 c 132.02 154.137 134.117 157.301 137.117 159.77 c +139.965 162.114 143.508 163.735 147.277 164.504 c 152.574 165.586 +158.203 164.84 162.953 162.508 c 163.281 162.352 163.57 162.793 163.242 +162.957 c 156.371 166.325 147.949 166.313 141.082 162.946 c 137.66 +161.262 134.781 158.778 132.727 155.825 c 130.633 152.813 129.254 +149.356 128.574 145.875 c 127.25 139.129 128.723 132.075 132.582 +126.164 c 134.539 123.168 137.121 120.504 140.137 118.321 c 143.262 +116.051 146.875 114.364 150.613 113.059 c 157.867 110.528 165.789 +109.715 173.5 110.614 c 181.098 111.497 188.414 114.102 194.629 118.09 +c 200.191 121.661 204.805 126.34 208.121 131.684 c 208.301 131.973 +207.809 132.227 207.621 131.942 c 207.605 131.911 207.586 131.879 +207.566 131.852 c 207.73 131.766 207.898 131.68 208.066 131.594 c +208.293 132.055 208.539 132.5 208.648 132.997 c 208.746 133.461 208.656 +133.946 208.523 134.395 c 208.277 135.2 207.73 135.918 207.027 136.461 +c 205.523 137.614 203.457 137.668 201.672 137.039 c 199.93 136.418 +198.59 135.145 197.922 133.598 c 197.223 131.973 197.484 130.114 +198.227 128.539 c 199.738 125.325 203.398 123.266 207.293 123.411 c +211.133 123.551 214.82 125.372 217.121 128.098 c 218.266 129.461 +219.078 131.024 219.492 132.684 c 219.93 134.422 219.852 136.196 +219.492 137.934 c 218.793 141.329 216.867 144.465 214.109 146.875 c +211.375 149.254 207.828 150.852 204.07 151.414 c 200.152 152.004 +196.043 151.403 192.344 150.192 c 185.125 147.825 179.332 142.664 +176.555 136.278 c 173.652 129.602 174.605 122.106 177.59 115.59 c +180.492 109.266 185.543 103.825 191.914 100.043 c 198.402 96.192 +206.168 94.211 213.949 94.372 c 214.766 94.391 216.297 94.407 217.109 +94.469 c f +271.371 73.942 m 271.664 75.387 272.047 76.813 272.535 78.207 c 272.785 +78.918 273.066 79.622 273.371 80.313 c 273.516 80.629 273.664 80.942 +273.824 81.258 c 273.992 81.594 274.188 81.918 274.289 82.274 c 274.121 +81.954 273.953 81.629 273.785 81.305 c 274.199 81.981 274.574 82.676 +274.949 83.368 c 274.844 83.184 274.734 83 274.625 82.825 c 275.02 +83.336 275.336 83.911 275.547 84.504 c 275.379 84.18 275.211 83.856 +275.043 83.536 c 275.082 83.59 275.219 83.747 275.285 83.844 c 275.379 +83.985 275.461 84.129 275.555 84.274 c 275.746 84.582 275.949 84.883 +276.152 85.184 c 276.547 85.762 276.961 86.325 277.395 86.883 c 278.246 +87.973 279.172 89.016 280.164 90.008 c 282.148 92 284.41 93.77 286.871 +95.278 c 288.105 96.039 289.398 96.727 290.727 97.356 c 291.398 97.672 +292.082 97.969 292.773 98.25 c 293.109 98.387 293.449 98.52 293.785 +98.649 c 294.141 98.782 294.504 98.879 294.848 99.02 c 295.539 99.301 +296.305 99.465 297.031 99.657 c 297.379 99.747 297.73 99.832 298.082 +99.911 c 298.453 99.993 298.852 100.11 299.234 100.122 c 299.562 +100.133 299.898 100.219 300.227 100.27 c 300.586 100.325 300.953 +100.372 301.32 100.411 c 302.016 100.489 302.711 100.536 303.414 +100.567 c 309.375 100.789 315.293 99.114 320.18 96.09 c 322.871 94.422 +325.203 92.247 327.043 89.832 c 328.828 87.497 330.191 84.868 330.746 +82.075 c 330.848 81.567 330.914 81.059 330.961 80.543 c 330.984 80.305 +330.961 80.075 331 79.836 c 331.047 79.571 331.02 79.278 331.02 79.008 +c 331.023 78.747 331.008 78.493 330.973 78.235 c 330.938 77.965 330.934 +77.688 330.902 77.418 c 330.875 77.176 330.836 76.934 330.797 76.692 c +330.754 76.43 330.742 76.141 330.652 75.891 c 330.715 76.028 330.781 +76.164 330.844 76.305 c 330.723 76.071 330.613 75.844 330.551 75.594 c +330.5 75.372 330.441 75.153 330.383 74.934 c 330.258 74.493 330.113 +74.059 329.941 73.633 c 329.859 73.426 329.77 73.223 329.672 73.02 c +329.621 72.922 329.594 72.817 329.559 72.711 c 329.523 72.606 329.348 +72.27 329.57 72.68 c 329.355 72.289 329.105 71.911 328.887 71.516 c +328.762 71.286 328.605 71.047 328.531 70.797 c 328.504 70.715 328.602 +70.872 328.586 70.844 c 328.656 70.954 328.723 71.067 328.785 71.18 c +329.043 71.653 329.34 72.102 329.594 72.575 c 329.746 72.864 329.898 +73.153 330.027 73.45 c 330.117 73.653 330.172 73.856 330.266 74.051 c +330.477 74.516 330.664 74.989 330.82 75.473 c 330.98 75.946 331.055 +76.457 331.23 76.93 c 331.164 76.793 331.102 76.653 331.035 76.516 c +331.129 76.696 331.219 76.872 331.289 77.063 c 331.344 77.207 331.344 +77.399 331.371 77.551 c 331.43 77.903 331.488 78.25 331.523 78.602 c +331.598 79.262 331.648 79.914 331.629 80.575 c 331.594 81.938 331.434 +83.293 331.031 84.618 c 330.203 87.356 328.637 89.926 326.703 92.168 c +322.781 96.715 317.156 99.887 310.895 101.149 c 305.27 102.282 299.336 +101.707 294.066 99.668 c 288.586 97.555 283.688 94.325 279.871 90.223 c +278.934 89.219 278.07 88.164 277.273 87.067 c 276.863 86.508 276.473 +85.934 276.102 85.352 c 275.648 84.653 275.148 83.989 274.871 83.207 c +275.039 83.532 275.207 83.856 275.375 84.18 c 275.398 84.219 275.391 +84.207 275.348 84.145 c 275.301 84.079 275.254 84.008 275.207 83.942 c +275.078 83.774 274.984 83.579 274.887 83.395 c 274.762 83.168 274.641 +82.938 274.52 82.723 c 274.211 82.168 273.82 81.637 273.652 81.043 c +273.742 81.231 273.832 81.418 273.926 81.606 c 272.441 78.805 271.379 +75.887 270.762 72.84 c 270.746 72.762 270.824 72.903 270.816 72.887 c +270.887 72.997 270.953 73.114 271.016 73.227 c 271.137 73.442 271.324 +73.704 271.371 73.942 c f +241.609 66.039 m 245.125 71.137 250.359 75.145 256.547 77.461 c 262.574 +79.711 269.32 80.243 275.699 79.012 c 282.277 77.743 288.645 74.622 +292.457 69.567 c 296.141 64.684 297.176 58.411 295.285 52.778 c 294.312 +49.875 292.609 47.079 290.074 45.036 c 287.633 43.071 284.508 41.868 +281.25 41.567 c 277.906 41.258 274.496 41.977 271.633 43.536 c 268.762 +45.098 266.887 47.813 266.535 50.793 c 266.195 53.723 267.441 57.039 +270.223 58.762 c 272.938 60.45 277.195 60.344 279.477 58.067 c 280.988 +56.563 281.164 54.274 279.961 52.579 c 279.355 51.719 278.301 51.219 +277.184 51.149 c 276.637 51.114 276.086 51.223 275.586 51.414 c 274.855 +51.696 274.512 52.211 274.141 52.805 c 273.988 53.043 273.562 52.895 +273.691 52.633 c 273.703 52.606 273.715 52.579 273.73 52.555 c 273.879 +52.61 274.027 52.668 274.18 52.727 c 271.391 58.207 270.219 64.266 +270.828 70.266 c 271.414 76.055 273.676 81.684 277.301 86.512 c 281.035 +91.485 286.223 95.524 292.219 98.196 c 295.289 99.563 298.559 100.469 +301.973 100.782 c 305.238 101.082 308.57 100.829 311.738 100.067 c +318.121 98.532 323.723 94.907 327.359 89.981 c 329.25 87.414 330.602 +84.547 330.969 81.481 c 331.316 78.567 330.762 75.602 329.449 72.922 c +327.598 69.161 324.191 66.122 320.016 64.411 c 319.73 64.293 319.922 +63.895 320.207 64.012 c 326.246 66.485 330.488 71.602 331.387 77.473 c +331.832 80.395 331.391 83.395 330.18 86.133 c 328.941 88.926 327.004 +91.508 324.695 93.68 c 320.219 97.883 314.102 100.555 307.652 101.196 c +304.379 101.516 301.047 101.297 297.859 100.571 c 294.555 99.817 +291.449 98.473 288.562 96.86 c 282.977 93.739 278.355 89.336 275.148 +84.204 c 271.992 79.145 270.281 73.391 270.184 67.606 c 270.098 62.422 +271.332 57.266 273.73 52.555 c 273.859 52.297 274.301 52.469 274.18 +52.727 c 274.164 52.754 274.152 52.778 274.141 52.805 c 273.988 52.747 +273.84 52.688 273.691 52.633 c 273.926 52.262 274.141 51.883 274.465 +51.567 c 274.766 51.274 275.184 51.086 275.594 50.942 c 276.328 50.68 +277.152 50.649 277.922 50.805 c 279.562 51.137 280.648 52.364 281.066 +53.762 c 281.477 55.133 281.18 56.59 280.332 57.778 c 279.449 59.024 +277.902 59.801 276.328 60.149 c 273.117 60.852 269.699 59.668 267.844 +57.231 c 266.012 54.829 265.539 51.672 266.457 48.903 c 266.914 47.516 +267.699 46.235 268.754 45.145 c 269.859 44 271.246 43.157 272.754 +42.493 c 275.691 41.207 279.059 40.793 282.281 41.25 c 285.477 41.707 +288.48 43.055 290.809 45.055 c 293.234 47.133 294.852 49.93 295.793 +52.786 c 297.637 58.364 296.625 64.485 293.16 69.395 c 289.539 74.528 +283.352 77.731 276.875 79.207 c 270.594 80.641 263.898 80.317 257.801 +78.36 c 251.594 76.368 246.164 72.649 242.359 67.844 c 241.957 67.344 +241.578 66.825 241.219 66.301 c 241.055 66.063 241.441 65.797 241.609 +66.039 c f +219.09 60.196 m 218.871 59.122 218.586 58.055 218.223 57.016 c 218.035 +56.485 217.828 55.961 217.598 55.446 c 217.492 55.207 217.375 54.973 +217.262 54.743 c 217.137 54.489 216.988 54.25 216.914 53.981 c 217.039 +54.223 217.164 54.465 217.289 54.707 c 216.98 54.2 216.703 53.684 +216.422 53.164 c 216.5 53.301 216.582 53.438 216.66 53.575 c 216.367 +53.188 216.133 52.766 215.977 52.317 c 216.098 52.563 216.227 52.801 +216.352 53.039 c 216.324 53 216.219 52.883 216.168 52.809 c 216.102 +52.704 216.039 52.598 215.973 52.493 c 215.824 52.262 215.676 52.036 +215.523 51.813 c 215.23 51.379 214.918 50.957 214.598 50.547 c 213.961 +49.731 213.27 48.954 212.531 48.211 c 211.051 46.723 209.363 45.411 +207.527 44.282 c 206.605 43.715 205.645 43.2 204.652 42.735 c 204.148 +42.497 203.641 42.274 203.121 42.063 c 202.871 41.961 202.621 41.864 +202.367 41.77 c 202.105 41.668 201.832 41.594 201.578 41.489 c 201.062 +41.282 200.488 41.157 199.949 41.016 c 199.688 40.946 199.426 40.883 +199.164 40.825 c 198.887 40.762 198.594 40.68 198.305 40.668 c 198.059 +40.661 197.809 40.594 197.566 40.559 c 197.293 40.516 197.023 40.481 +196.75 40.45 c 196.23 40.395 195.711 40.356 195.188 40.336 c 190.738 +40.172 186.324 41.422 182.68 43.676 c 180.668 44.918 178.934 46.543 +177.559 48.344 c 176.227 50.086 175.211 52.043 174.797 54.129 c 174.719 +54.508 174.668 54.891 174.637 55.27 c 174.621 55.45 174.637 55.622 +174.609 55.797 c 174.574 56 174.594 56.219 174.594 56.418 c 174.59 +56.61 174.602 56.801 174.629 56.997 c 174.656 57.2 174.66 57.403 174.68 +57.606 c 174.699 57.786 174.73 57.965 174.762 58.149 c 174.789 58.34 +174.801 58.559 174.867 58.747 c 174.82 58.641 174.773 58.536 174.727 +58.434 c 174.816 58.614 174.898 58.778 174.941 58.965 c 174.98 59.133 +175.023 59.297 175.07 59.457 c 175.16 59.786 175.27 60.11 175.398 +60.426 c 175.461 60.582 175.527 60.731 175.602 60.883 c 175.637 60.957 +175.66 61.036 175.684 61.114 c 175.711 61.2 175.84 61.446 175.672 +61.137 c 175.832 61.43 176.023 61.715 176.184 62.008 c 176.277 62.176 +176.395 62.36 176.453 62.543 c 176.469 62.606 176.395 62.489 176.41 +62.508 c 176.355 62.426 176.309 62.34 176.262 62.254 c 176.07 61.903 +175.844 61.567 175.656 61.219 c 175.543 61.004 175.43 60.786 175.332 +60.567 c 175.27 60.414 175.227 60.262 175.156 60.114 c 174.996 59.77 +174.863 59.418 174.742 59.059 c 174.621 58.7 174.57 58.321 174.438 +57.969 c 174.484 58.075 174.535 58.172 174.578 58.278 c 174.512 58.145 +174.445 58.012 174.395 57.872 c 174.352 57.758 174.352 57.622 174.332 +57.504 c 174.289 57.243 174.246 56.981 174.215 56.719 c 174.164 56.227 +174.125 55.747 174.137 55.25 c 174.164 54.235 174.285 53.223 174.582 +52.235 c 175.203 50.188 176.371 48.274 177.816 46.602 c 180.738 43.211 +184.938 40.844 189.609 39.899 c 193.801 39.055 198.23 39.485 202.16 +41.004 c 206.246 42.582 209.902 44.993 212.75 48.051 c 213.449 48.801 +214.094 49.59 214.691 50.407 c 214.996 50.825 215.285 51.25 215.562 +51.684 c 215.898 52.207 216.273 52.704 216.48 53.286 c 216.355 53.043 +216.23 52.805 216.105 52.563 c 216.086 52.532 216.094 52.539 216.125 +52.586 c 216.16 52.637 216.191 52.688 216.23 52.739 c 216.324 52.864 +216.395 53.008 216.469 53.145 c 216.562 53.317 216.652 53.485 216.742 +53.649 c 216.969 54.059 217.266 54.454 217.391 54.903 c 217.188 54.481 +l 218.293 56.567 219.082 58.747 219.547 61.02 c 219.559 61.079 219.496 +60.973 219.504 60.985 c 219.449 60.903 219.402 60.817 219.355 60.731 c +219.266 60.571 219.125 60.375 219.09 60.196 c f +241.25 66.344 m 238.625 62.543 234.492 59.114 229.875 57.391 c 225.383 +55.711 220.348 55.317 215.586 56.235 c 210.68 57.18 205.934 59.508 +203.086 63.282 c 200.34 66.922 199.57 71.602 200.98 75.805 c 201.707 +77.969 202.973 80.059 204.867 81.579 c 206.688 83.047 209.02 83.942 +211.449 84.168 c 213.941 84.395 216.484 83.864 218.621 82.7 c 220.766 +81.532 222.164 79.508 222.426 77.286 c 222.68 75.098 221.75 72.622 +219.676 71.34 c 217.648 70.082 214.473 70.161 212.77 71.86 c 211.645 +72.981 211.516 74.688 212.41 75.954 c 212.863 76.59 213.648 76.969 +214.484 77.02 c 214.891 77.047 215.301 76.965 215.672 76.821 c 216.219 +76.614 216.473 76.227 216.754 75.786 c 216.867 75.606 217.184 75.715 +217.086 75.914 c 217.078 75.934 217.07 75.954 217.059 75.973 c 216.945 +75.93 216.836 75.887 216.727 75.844 c 218.805 71.754 219.676 67.235 +219.223 62.758 c 218.785 58.438 217.102 54.243 214.395 50.637 c 211.609 +46.926 207.738 43.914 203.266 41.922 c 200.977 40.907 198.539 40.231 +195.992 39.997 c 193.555 39.774 191.07 39.961 188.703 40.528 c 183.941 +41.672 179.766 44.375 177.055 48.051 c 175.641 49.965 174.637 52.106 +174.359 54.391 c 174.102 56.567 174.512 58.782 175.496 60.778 c 176.871 +63.582 179.414 65.852 182.531 67.125 c 182.746 67.215 182.598 67.512 +182.387 67.426 c 177.887 65.582 174.719 61.762 174.051 57.383 c 173.715 +55.204 174.043 52.965 174.949 50.918 c 175.871 48.836 177.32 46.914 +179.039 45.293 c 182.375 42.157 186.941 40.164 191.754 39.688 c 194.195 +39.446 196.68 39.61 199.059 40.153 c 201.527 40.715 203.844 41.715 +205.992 42.918 c 210.164 45.247 213.609 48.532 216 52.364 c 218.355 +56.133 219.633 60.426 219.703 64.743 c 219.77 68.606 218.848 72.457 +217.059 75.973 c 216.961 76.164 216.633 76.036 216.727 75.844 c 216.734 +75.825 216.746 75.805 216.754 75.786 c 216.867 75.829 216.977 75.872 +217.086 75.914 c 216.914 76.192 216.75 76.473 216.512 76.704 c 216.285 +76.926 215.977 77.067 215.668 77.176 c 215.117 77.368 214.504 77.391 +213.934 77.274 c 212.707 77.028 211.898 76.114 211.586 75.067 c 211.281 +74.047 211.5 72.961 212.133 72.075 c 212.789 71.145 213.949 70.567 +215.121 70.305 c 217.516 69.782 220.066 70.661 221.449 72.481 c 222.816 +74.274 223.168 76.629 222.484 78.696 c 222.145 79.731 221.559 80.688 +220.77 81.497 c 219.949 82.348 218.91 82.985 217.785 83.477 c 215.598 +84.438 213.082 84.747 210.68 84.403 c 208.293 84.063 206.055 83.059 +204.316 81.567 c 202.508 80.016 201.305 77.926 200.598 75.797 c 199.223 +71.637 199.98 67.071 202.562 63.407 c 205.262 59.579 209.883 57.188 +214.711 56.09 c 219.398 55.02 224.395 55.258 228.941 56.719 c 233.574 +58.207 237.621 60.977 240.461 64.563 c 240.762 64.942 241.324 65.637 +241.594 66.032 c f +304.402 13.211 m 305.16 12.625 305.938 12.106 306.738 11.672 c 307.141 +11.454 307.555 11.262 307.969 11.086 c 308.16 11.008 308.352 10.938 +308.543 10.868 c 308.75 10.797 308.961 10.75 309.16 10.625 c 308.957 +10.692 308.758 10.754 308.555 10.821 c 308.996 10.727 309.434 10.594 +309.867 10.465 c 309.75 10.493 309.633 10.52 309.516 10.547 c 309.875 +10.528 310.238 10.426 310.578 10.243 c 310.379 10.305 310.176 10.372 +309.977 10.438 c 310.012 10.43 310.129 10.434 310.191 10.426 c 310.285 +10.411 310.379 10.387 310.477 10.368 c 310.676 10.332 310.875 10.293 +311.078 10.266 c 311.469 10.211 311.859 10.176 312.25 10.157 c 313.016 +10.122 313.785 10.161 314.551 10.266 c 316.082 10.477 317.598 10.989 +319.051 11.766 c 319.785 12.157 320.5 12.618 321.199 13.141 c 321.551 +13.407 321.898 13.684 322.242 13.981 c 322.41 14.122 322.574 14.27 +322.738 14.418 c 322.906 14.575 323.066 14.758 323.238 14.903 c 323.578 +15.2 323.891 15.606 324.203 15.973 c 324.352 16.145 324.496 16.329 +324.645 16.512 c 324.793 16.707 324.969 16.903 325.094 17.141 c 325.203 +17.348 325.344 17.52 325.465 17.7 c 325.605 17.907 325.738 18.118 +325.867 18.332 c 326.117 18.739 326.355 19.161 326.582 19.598 c 328.52 +23.329 329.559 28.043 329.656 32.809 c 329.711 35.446 329.418 38.11 +328.863 40.594 c 328.328 43 327.527 45.289 326.406 47.141 c 326.199 +47.481 325.984 47.793 325.762 48.102 c 325.66 48.247 325.543 48.356 +325.445 48.508 c 325.336 48.676 325.191 48.821 325.066 48.965 c 324.949 +49.106 324.824 49.231 324.695 49.348 c 324.559 49.469 324.43 49.614 +324.293 49.743 c 324.172 49.852 324.051 49.957 323.926 50.063 c 323.789 +50.172 323.652 50.325 323.508 50.395 c 323.594 50.364 323.676 50.332 +323.758 50.301 c 323.613 50.348 323.477 50.395 323.34 50.497 c 323.223 +50.579 323.102 50.661 322.98 50.739 c 322.738 50.895 322.492 51.032 +322.242 51.149 c 322.121 51.207 322 51.258 321.879 51.301 c 321.816 +51.325 321.758 51.364 321.699 51.395 c 321.637 51.434 321.43 51.497 +321.688 51.422 c 321.441 51.497 321.188 51.532 320.938 51.606 c 320.793 +51.645 320.633 51.676 320.496 51.762 c 320.449 51.789 320.551 51.766 +320.535 51.77 c 320.609 51.758 320.68 51.739 320.754 51.719 c 321.047 +51.633 321.352 51.586 321.645 51.493 c 321.828 51.438 322.008 51.379 +322.188 51.305 c 322.305 51.254 322.418 51.18 322.535 51.133 c 322.816 +51.024 323.094 50.887 323.363 50.735 c 323.637 50.579 323.895 50.352 +324.164 50.215 c 324.082 50.243 324 50.278 323.914 50.309 c 324.027 +50.274 324.137 50.235 324.246 50.18 c 324.332 50.137 324.418 50.036 +324.496 49.969 c 324.68 49.821 324.859 49.672 325.035 49.504 c 325.363 +49.2 325.68 48.883 325.98 48.516 c 326.602 47.762 327.18 46.93 327.668 +45.965 c 328.688 43.957 329.398 41.575 329.844 39.122 c 330.746 34.157 +330.488 28.829 329.152 24.11 c 327.949 19.875 325.859 16.36 323.297 +14.051 c 320.633 11.653 317.633 10.223 314.559 9.961 c 313.805 9.895 +313.051 9.907 312.297 9.981 c 311.914 10.016 311.527 10.071 311.145 +10.141 c 310.68 10.227 310.219 10.258 309.773 10.5 c 309.973 10.438 +310.176 10.368 310.375 10.305 c 310.402 10.293 310.395 10.293 310.352 +10.305 c 310.305 10.309 310.258 10.321 310.211 10.325 c 310.098 10.332 +309.977 10.375 309.863 10.411 c 309.719 10.45 309.574 10.497 309.438 +10.536 c 309.086 10.633 308.723 10.664 308.391 10.875 c 308.508 10.832 +308.621 10.789 308.738 10.747 c 306.984 11.293 305.305 12.172 303.703 +13.411 c 303.66 13.438 303.75 13.418 303.742 13.418 c 303.812 13.407 +303.887 13.387 303.957 13.368 c 304.098 13.329 304.273 13.309 304.402 +13.211 c f +362.664 10.215 m 357.219 9.797 351.734 10.903 347.035 13.395 c 342.457 +15.821 338.789 19.504 336.598 23.829 c 334.332 28.289 333.527 33.52 +335.383 38.2 c 337.176 42.723 341.27 46.375 346.316 48.008 c 348.918 +48.844 351.797 49.211 354.527 48.719 c 357.148 48.25 359.547 47.008 +361.352 45.25 c 363.203 43.45 364.328 41.11 364.578 38.68 c 364.828 +36.243 363.746 33.829 361.734 32.176 c 359.75 30.559 356.711 29.672 +354.102 30.461 c 351.547 31.231 349.555 33.766 350.117 36.204 c 350.484 +37.817 352.078 39.032 353.906 39.153 c 354.828 39.215 355.711 38.844 +356.305 38.227 c 356.594 37.922 356.781 37.547 356.883 37.164 c 357.035 +36.598 356.82 36.153 356.566 35.641 c 356.465 35.438 356.781 35.262 +356.914 35.465 c 356.926 35.485 356.938 35.508 356.953 35.524 c 356.836 +35.582 356.723 35.645 356.609 35.704 c 353.941 31.411 350.066 27.789 +345.375 25.231 c 340.844 22.758 335.621 21.344 330.32 21.122 c 324.859 +20.883 319.379 21.954 314.508 24.161 c 312.016 25.289 309.766 26.758 +307.879 28.602 c 306.07 30.364 304.641 32.43 303.66 34.653 c 301.684 +39.125 301.621 44.161 303.469 48.672 c 304.43 51.024 305.875 53.204 +307.949 54.911 c 309.914 56.528 312.359 57.645 314.961 58.176 c 318.617 +58.922 322.496 58.411 325.781 56.801 c 326.004 56.692 326.203 56.997 +325.977 57.11 c 321.234 59.43 315.422 59.426 310.684 57.098 c 308.324 +55.942 306.336 54.223 304.918 52.184 c 303.473 50.106 302.523 47.723 +302.051 45.321 c 301.141 40.661 302.152 35.793 304.816 31.715 c 306.168 +29.649 307.949 27.809 310.031 26.301 c 312.188 24.735 314.68 23.571 +317.262 22.672 c 322.27 20.926 327.734 20.364 333.059 20.985 c 338.301 +21.594 343.352 23.395 347.641 26.145 c 351.477 28.61 354.66 31.836 +356.953 35.524 c 357.074 35.727 356.734 35.903 356.609 35.704 c 356.594 +35.684 356.582 35.661 356.566 35.641 c 356.684 35.582 356.797 35.524 +356.914 35.461 c 357.07 35.778 357.242 36.09 357.316 36.43 c 357.383 +36.75 357.32 37.086 357.227 37.395 c 357.059 37.954 356.684 38.45 +356.195 38.821 c 355.156 39.622 353.73 39.657 352.5 39.223 c 351.297 +38.797 350.371 37.914 349.91 36.844 c 349.43 35.723 349.613 34.442 +350.121 33.356 c 351.164 31.137 353.691 29.715 356.379 29.817 c 359.031 +29.914 361.574 31.172 363.16 33.051 c 363.953 33.989 364.512 35.067 +364.801 36.215 c 365.098 37.414 365.043 38.637 364.801 39.84 c 364.316 +42.18 362.984 44.352 361.082 46.008 c 359.199 47.653 356.75 48.754 +354.152 49.145 c 351.453 49.551 348.617 49.133 346.062 48.301 c 341.078 +46.664 337.082 43.106 335.164 38.696 c 333.16 34.09 333.82 28.918 +335.883 24.418 c 337.883 20.055 341.371 16.297 345.766 13.688 c 350.242 +11.028 355.602 9.668 360.973 9.774 c 361.535 9.786 362.102 9.817 362.66 +9.86 c 362.914 9.879 362.918 10.235 362.664 10.211 c f +305.25 89.766 m 305.855 90.036 306.477 90.274 307.113 90.473 c 307.438 +90.571 307.766 90.661 308.098 90.739 c 308.246 90.774 308.402 90.805 +308.555 90.836 c 308.723 90.872 308.891 90.891 309.047 90.95 c 308.887 +90.922 308.727 90.891 308.562 90.86 c 308.914 90.903 309.266 90.965 +309.613 91.024 c 309.52 91.008 309.426 90.997 309.332 90.985 c 309.617 +90.993 309.906 91.039 310.18 91.125 c 310.02 91.094 309.855 91.063 +309.699 91.036 c 309.727 91.039 309.82 91.036 309.871 91.039 c 309.945 +91.047 310.02 91.055 310.098 91.067 c 310.258 91.082 310.418 91.102 +310.578 91.11 c 310.887 91.137 311.199 91.153 311.512 91.161 c 312.121 +91.18 312.734 91.161 313.344 91.114 c 314.566 91.016 315.777 90.782 +316.938 90.43 c 317.52 90.25 318.094 90.039 318.648 89.801 c 318.93 +89.68 319.207 89.551 319.48 89.418 c 319.613 89.352 319.746 89.286 +319.875 89.215 c 320.012 89.145 320.141 89.059 320.273 88.993 c 320.547 +88.86 320.797 88.672 321.043 88.508 c 321.164 88.426 321.281 88.344 +321.398 88.258 c 321.52 88.172 321.656 88.079 321.754 87.973 c 321.844 +87.879 321.957 87.801 322.055 87.715 c 322.164 87.622 322.27 87.524 +322.375 87.426 c 322.574 87.243 322.762 87.047 322.945 86.848 c 324.488 +85.145 325.316 82.993 325.395 80.813 c 325.438 79.61 325.203 78.391 +324.766 77.258 c 324.336 76.161 323.699 75.114 322.805 74.266 c 322.641 +74.114 322.469 73.969 322.289 73.829 c 322.203 73.762 322.117 73.715 +322.039 73.645 c 321.949 73.567 321.832 73.5 321.734 73.434 c 321.641 +73.372 321.543 73.313 321.438 73.262 c 321.328 73.204 321.227 73.141 +321.117 73.079 c 321.023 73.028 320.922 72.981 320.824 72.934 c 320.719 +72.879 320.605 72.813 320.492 72.782 c 320.559 72.797 320.625 72.809 +320.691 72.825 c 320.574 72.805 320.465 72.782 320.359 72.739 c 320.262 +72.696 320.168 72.661 320.07 72.625 c 319.879 72.551 319.684 72.493 +319.484 72.438 c 319.387 72.411 319.289 72.387 319.191 72.368 c 319.141 +72.356 319.098 72.34 319.047 72.325 c 318.996 72.305 318.836 72.278 +319.039 72.313 c 318.84 72.278 318.641 72.262 318.441 72.227 c 318.324 +72.207 318.199 72.196 318.086 72.157 c 318.051 72.145 318.133 72.157 +318.121 72.153 c 318.176 72.157 318.238 72.164 318.293 72.176 c 318.531 +72.215 318.77 72.239 319.008 72.278 c 319.152 72.305 319.293 72.332 +319.438 72.368 c 319.531 72.391 319.621 72.422 319.715 72.442 c 319.941 +72.493 320.16 72.555 320.379 72.625 c 320.594 72.696 320.797 72.801 +321.016 72.864 c 320.949 72.848 320.883 72.832 320.816 72.821 c 320.906 +72.836 320.996 72.856 321.078 72.879 c 321.148 72.899 321.219 72.946 +321.281 72.977 c 321.426 73.043 321.57 73.114 321.707 73.188 c 321.969 +73.329 322.223 73.473 322.465 73.637 c 322.957 73.985 323.418 74.364 +323.812 74.805 c 324.621 75.719 325.188 76.813 325.543 77.934 c 326.266 +80.2 326.062 82.633 324.992 84.789 c 324.035 86.723 322.367 88.329 +320.324 89.387 c 318.199 90.477 315.805 91.129 313.352 91.25 c 312.75 +91.282 312.148 91.278 311.547 91.243 c 311.242 91.227 310.934 91.2 +310.629 91.172 c 310.258 91.129 309.891 91.118 309.535 91.004 c 309.695 +91.036 309.855 91.067 310.016 91.094 c 310.035 91.102 310.031 91.102 +309.996 91.094 c 309.961 91.094 309.922 91.09 309.887 91.086 c 309.793 +91.082 309.699 91.063 309.605 91.047 c 309.492 91.028 309.379 91.008 +309.266 90.993 c 308.988 90.946 308.695 90.934 308.434 90.836 c 308.527 +90.856 308.617 90.872 308.711 90.895 c 307.312 90.645 305.973 90.243 +304.695 89.68 c 304.66 89.664 304.73 89.672 304.723 89.672 c 304.781 +89.68 304.84 89.688 304.898 89.696 c 305.008 89.715 305.148 89.723 +305.25 89.766 c f +279.832 51.821 m 283.895 52.133 288.414 51.379 291.918 49.52 c 295.332 +47.711 298.07 44.965 299.707 41.739 c 301.395 38.411 301.996 34.508 +300.613 31.016 c 299.277 27.641 296.219 24.922 292.453 23.704 c 290.516 +23.079 288.367 22.801 286.328 23.168 c 284.375 23.52 282.582 24.446 +281.238 25.754 c 279.859 27.102 279.016 28.848 278.832 30.661 c 278.645 +32.477 279.453 34.278 280.953 35.508 c 282.434 36.719 284.699 37.379 +286.648 36.793 c 288.555 36.219 290.039 34.325 289.621 32.504 c 289.344 +31.305 288.156 30.399 286.793 30.309 c 286.105 30.262 285.449 30.536 +285.004 31 c 284.789 31.227 284.648 31.504 284.574 31.789 c 284.457 +32.211 284.621 32.547 284.809 32.926 c 284.887 33.079 284.648 33.211 +284.551 33.059 c 284.539 33.043 284.531 33.028 284.523 33.012 c 284.605 +32.969 284.695 32.926 284.777 32.879 c 286.766 36.082 289.656 38.786 +293.16 40.692 c 296.539 42.536 300.434 43.59 304.391 43.758 c 308.461 +43.934 312.547 43.137 316.184 41.493 c 318.043 40.649 319.719 39.555 +321.129 38.18 c 322.477 36.864 323.543 35.321 324.277 33.664 c 325.75 +30.329 325.797 26.575 324.418 23.204 c 323.703 21.454 322.621 19.825 +321.078 18.551 c 319.613 17.348 317.789 16.512 315.848 16.118 c 313.121 +15.555 310.223 15.942 307.773 17.141 c 307.609 17.223 307.457 16.997 +307.625 16.914 c 311.164 15.18 315.5 15.184 319.035 16.918 c 320.797 +17.782 322.281 19.063 323.336 20.586 c 324.414 22.133 325.125 23.914 +325.477 25.707 c 326.156 29.18 325.402 32.813 323.414 35.856 c 322.406 +37.395 321.078 38.77 319.523 39.895 c 317.914 41.059 316.055 41.93 +314.129 42.602 c 310.395 43.907 306.316 44.325 302.348 43.86 c 298.438 +43.407 294.668 42.063 291.469 40.012 c 288.605 38.172 286.23 35.766 +284.523 33.012 c 284.43 32.864 284.684 32.731 284.777 32.879 c 284.789 +32.895 284.797 32.911 284.809 32.926 c 284.723 32.969 284.637 33.012 +284.551 33.059 c 284.434 32.825 284.305 32.59 284.25 32.336 c 284.199 +32.098 284.246 31.848 284.316 31.618 c 284.441 31.2 284.723 30.832 +285.082 30.551 c 285.859 29.957 286.926 29.93 287.84 30.258 c 288.738 +30.575 289.43 31.231 289.773 32.032 c 290.133 32.864 289.996 33.821 +289.617 34.629 c 288.84 36.286 286.953 37.348 284.949 37.274 c 282.973 +37.2 281.074 36.262 279.891 34.86 c 279.301 34.157 278.883 33.356 +278.668 32.497 c 278.445 31.602 278.484 30.692 278.668 29.793 c 279.027 +28.047 280.02 26.43 281.441 25.192 c 282.844 23.965 284.672 23.145 +286.609 22.856 c 288.625 22.551 290.738 22.86 292.645 23.485 c 296.363 +24.7 299.344 27.36 300.773 30.649 c 302.27 34.082 301.777 37.942 +300.238 41.297 c 298.746 44.555 296.145 47.356 292.867 49.301 c 289.527 +51.286 285.527 52.305 281.52 52.223 c 281.102 52.215 280.312 52.204 +279.895 52.172 c f +237.109 108.887 m 236.957 108.145 236.762 107.407 236.512 106.692 c +236.383 106.321 236.238 105.961 236.078 105.606 c 236.008 105.442 +235.926 105.282 235.848 105.122 c 235.762 104.946 235.66 104.778 +235.605 104.598 c 235.695 104.762 235.781 104.93 235.867 105.094 c +235.652 104.75 235.461 104.391 235.27 104.036 c 235.324 104.125 235.375 +104.219 235.434 104.313 c 235.23 104.047 235.066 103.754 234.957 103.45 +c 235.219 103.95 l 235.199 103.918 235.129 103.836 235.094 103.789 c +235.047 103.715 235.004 103.641 234.957 103.567 c 234.855 103.411 +234.754 103.254 234.648 103.098 c 234.445 102.801 234.23 102.508 +234.008 102.223 c 233.57 101.661 233.094 101.125 232.582 100.614 c +231.562 99.59 230.395 98.68 229.133 97.903 c 228.492 97.512 227.828 +97.153 227.145 96.836 c 226.801 96.668 226.445 96.516 226.09 96.372 c +225.918 96.297 225.746 96.235 225.57 96.168 c 225.387 96.098 225.199 +96.047 225.023 95.973 c 224.668 95.832 224.273 95.747 223.898 95.649 c +223.719 95.602 223.539 95.555 223.359 95.516 c 223.168 95.473 222.961 +95.418 222.766 95.407 c 222.594 95.403 222.422 95.356 222.254 95.332 c +222.066 95.305 221.879 95.278 221.691 95.258 c 221.332 95.215 220.973 +95.192 220.613 95.18 c 217.543 95.063 214.496 95.926 211.98 97.485 c +210.594 98.34 209.395 99.461 208.445 100.704 c 207.527 101.911 206.828 +103.262 206.539 104.7 c 206.488 104.961 206.453 105.223 206.43 105.489 +c 206.418 105.61 206.43 105.727 206.41 105.852 c 206.387 105.989 +206.402 106.141 206.398 106.278 c 206.398 106.411 206.406 106.543 +206.422 106.676 c 206.441 106.817 206.445 106.957 206.461 107.098 c +206.473 107.223 206.492 107.348 206.516 107.473 c 206.535 107.606 +206.543 107.758 206.59 107.883 c 206.559 107.813 206.523 107.739 +206.492 107.668 c 206.555 107.793 206.609 107.907 206.641 108.036 c +206.664 108.149 206.699 108.266 206.73 108.375 c 206.793 108.602 +206.867 108.829 206.953 109.043 c 206.996 109.153 207.043 109.254 +207.094 109.36 c 207.121 109.411 207.137 109.465 207.152 109.52 c +207.172 109.579 207.262 109.747 207.145 109.532 c 207.254 109.739 +207.387 109.934 207.496 110.133 c 207.562 110.254 207.645 110.375 +207.684 110.504 c 207.695 110.547 207.645 110.465 207.652 110.481 c +207.617 110.422 207.582 110.364 207.551 110.305 c 207.418 110.067 +207.262 109.832 207.133 109.59 c 207.055 109.442 206.977 109.293 206.91 +109.141 c 206.867 109.036 206.836 108.93 206.789 108.832 c 206.68 +108.59 206.582 108.348 206.5 108.102 c 206.418 107.852 206.383 107.59 +206.289 107.348 c 206.324 107.422 206.359 107.489 206.391 107.559 c +206.344 107.465 206.297 107.375 206.262 107.282 c 206.234 107.204 +206.234 107.106 206.219 107.028 c 206.188 106.844 206.16 106.668 +206.141 106.485 c 206.105 106.149 206.078 105.813 206.086 105.469 c +206.105 104.77 206.188 104.071 206.395 103.387 c 206.82 101.977 207.625 +100.657 208.621 99.5 c 210.641 97.161 213.539 95.524 216.762 94.879 c +219.656 94.293 222.711 94.59 225.426 95.641 c 228.246 96.731 230.77 +98.391 232.734 100.504 c 233.215 101.02 233.66 101.567 234.074 102.125 +c 234.281 102.418 234.484 102.711 234.676 103.012 c 234.906 103.375 +235.164 103.711 235.309 104.114 c 235.219 103.95 235.133 103.782 +235.047 103.618 c 235.039 103.594 235.039 103.598 235.062 103.633 c +235.086 103.668 235.109 103.704 235.133 103.739 c 235.199 103.825 +235.25 103.922 235.301 104.02 c 235.363 104.137 235.426 104.25 235.492 +104.368 c 235.645 104.649 235.848 104.922 235.938 105.231 c 235.887 +105.133 235.84 105.036 235.793 104.938 c 236.559 106.379 237.105 +107.883 237.426 109.454 c 237.434 109.493 237.391 109.422 237.395 +109.426 c 237.359 109.372 237.324 109.313 237.293 109.254 c 237.23 +109.141 237.133 109.008 237.109 108.887 c f +252.434 112.957 m 250.621 110.332 247.93 108.266 244.742 107.075 c +241.641 105.918 238.164 105.641 234.883 106.274 c 231.492 106.93 +228.219 108.536 226.254 111.137 c 224.359 113.653 223.824 116.883 +224.797 119.782 c 225.301 121.274 226.176 122.719 227.484 123.77 c +228.738 124.778 230.348 125.399 232.023 125.551 c 233.746 125.711 235.5 +125.344 236.973 124.543 c 238.453 123.735 239.418 122.34 239.598 +120.801 c 239.773 119.293 239.133 117.586 237.703 116.7 c 236.305 +115.832 234.109 115.887 232.934 117.059 c 232.16 117.832 232.07 119.012 +232.688 119.887 c 233 120.325 233.543 120.586 234.117 120.622 c 234.398 +120.637 234.684 120.579 234.938 120.485 c 235.316 120.344 235.492 +120.075 235.684 119.766 c 235.762 119.645 235.98 119.723 235.914 +119.856 c 235.91 119.872 235.902 119.887 235.898 119.899 c 235.82 +119.868 235.742 119.836 235.664 119.809 c 237.102 116.989 237.703 +113.868 237.391 110.778 c 237.086 107.797 235.922 104.899 234.055 +102.411 c 232.133 99.852 229.465 97.774 226.375 96.399 c 224.797 95.696 +223.113 95.231 221.355 95.067 c 219.672 94.914 217.957 95.043 216.328 +95.434 c 213.039 96.223 210.156 98.094 208.285 100.629 c 207.312 101.95 +206.617 103.426 206.426 105.004 c 206.246 106.504 206.531 108.032 +207.211 109.411 c 208.16 111.348 209.914 112.911 212.066 113.793 c +212.211 113.852 212.113 114.059 211.965 113.997 c 208.859 112.727 +206.676 110.09 206.211 107.071 c 205.984 105.563 206.207 104.02 206.832 +102.61 c 207.473 101.172 208.469 99.844 209.656 98.723 c 211.961 96.559 +215.109 95.184 218.434 94.856 c 220.113 94.688 221.832 94.805 223.473 +95.176 c 225.172 95.567 226.773 96.254 228.258 97.086 c 231.137 98.696 +233.516 100.961 235.164 103.602 c 236.789 106.207 237.672 109.172 +237.723 112.149 c 237.766 114.813 237.129 117.473 235.898 119.899 c +235.828 120.028 235.602 119.942 235.664 119.809 c 235.672 119.797 +235.68 119.782 235.684 119.766 c 235.762 119.797 235.836 119.825 +235.914 119.856 c 235.793 120.047 235.684 120.243 235.52 120.407 c +235.363 120.555 235.148 120.653 234.938 120.727 c 234.559 120.864 +234.133 120.879 233.738 120.797 c 232.895 120.625 232.332 119.997 +232.121 119.274 c 231.906 118.567 232.059 117.821 232.496 117.204 c +232.949 116.567 233.746 116.164 234.559 115.989 c 236.211 115.625 +237.969 116.235 238.926 117.489 c 239.867 118.727 240.113 120.352 +239.641 121.778 c 239.406 122.489 239 123.149 238.457 123.715 c 237.887 +124.301 237.172 124.739 236.398 125.075 c 234.887 125.739 233.152 +125.954 231.492 125.715 c 229.848 125.481 228.301 124.786 227.102 +123.758 c 225.855 122.684 225.023 121.25 224.535 119.778 c 223.586 +116.903 224.109 113.754 225.891 111.227 c 227.754 108.586 230.941 +106.934 234.277 106.176 c 237.512 105.438 240.957 105.602 244.098 +106.61 c 247.293 107.637 250.086 109.551 252.047 112.024 c 252.25 +112.286 252.449 112.551 252.633 112.821 c 252.719 112.942 252.52 +113.079 252.434 112.957 c f +151.598 124.321 m 151.207 124.254 150.801 124.227 150.379 124.258 c +150.164 124.274 149.945 124.309 149.723 124.352 c 149.621 124.375 +149.516 124.403 149.414 124.434 c 149.301 124.465 149.188 124.508 +149.082 124.504 c 149.191 124.473 149.301 124.442 149.41 124.407 c +149.168 124.508 148.93 124.582 148.695 124.661 c 148.758 124.637 +148.824 124.614 148.887 124.59 c 148.688 124.7 148.488 124.77 148.309 +124.782 c 148.418 124.75 148.527 124.719 148.637 124.684 c 148.613 +124.692 148.551 124.739 148.516 124.75 c 148.461 124.778 148.41 124.797 +148.359 124.817 c 148.25 124.868 148.137 124.918 148.027 124.973 c +147.812 125.079 147.594 125.196 147.375 125.321 c 146.949 125.567 +146.516 125.86 146.078 126.184 c 145.207 126.844 144.328 127.668 +143.465 128.618 c 143.031 129.102 142.602 129.614 142.18 130.157 c +141.965 130.43 141.75 130.715 141.543 131.004 c 141.441 131.141 141.34 +131.286 141.238 131.43 c 141.133 131.579 141.035 131.739 140.93 131.879 +c 140.719 132.168 140.52 132.508 140.324 132.829 c 140.23 132.981 +140.137 133.137 140.043 133.293 c 139.945 133.457 139.836 133.629 +139.754 133.809 c 139.684 133.965 139.59 134.114 139.512 134.262 c +139.422 134.426 139.332 134.594 139.246 134.762 c 139.082 135.082 +138.926 135.407 138.773 135.739 c 137.461 138.543 136.598 141.606 +136.258 144.372 c 136.07 145.899 136.074 147.321 136.234 148.547 c +136.395 149.735 136.703 150.762 137.227 151.43 c 137.32 151.555 137.418 +151.661 137.531 151.758 c 137.578 151.801 137.637 151.825 137.68 +151.879 c 137.734 151.938 137.805 151.969 137.867 152.008 c 137.926 +152.047 137.988 152.075 138.055 152.094 c 138.121 152.118 138.188 +152.153 138.254 152.18 c 138.316 152.204 138.379 152.219 138.441 +152.235 c 138.512 152.25 138.578 152.289 138.656 152.282 c 138.613 +152.289 138.566 152.305 138.52 152.313 c 138.602 152.289 138.672 +152.266 138.746 152.278 c 138.805 152.286 138.867 152.289 138.934 +152.289 c 139.059 152.297 139.188 152.289 139.32 152.266 c 139.387 +152.258 139.449 152.247 139.516 152.231 c 139.551 152.223 139.578 +152.223 139.613 152.223 c 139.645 152.219 139.754 152.184 139.613 +152.231 c 139.75 152.188 139.891 152.122 140.027 152.075 c 140.105 +152.043 140.191 152.008 140.266 152.008 c 140.289 152.008 140.23 +152.032 140.242 152.024 c 140.203 152.047 140.164 152.059 140.121 +152.075 c 139.961 152.125 139.797 152.204 139.633 152.258 c 139.535 +152.289 139.438 152.317 139.344 152.336 c 139.277 152.348 139.219 +152.348 139.156 152.364 c 139.008 152.399 138.859 152.414 138.715 +152.422 c 138.574 152.43 138.441 152.391 138.297 152.407 c 138.344 +152.395 138.387 152.387 138.434 152.375 c 138.371 152.391 138.312 +152.411 138.254 152.414 c 138.207 152.418 138.164 152.395 138.125 +152.383 c 138.035 152.36 137.941 152.336 137.852 152.305 c 137.688 +152.247 137.527 152.176 137.383 152.071 c 137.078 151.856 136.801 +151.582 136.586 151.2 c 136.137 150.407 135.879 149.293 135.777 148.047 +c 135.566 145.524 136.027 142.383 137.062 139.215 c 137.988 136.375 +139.371 133.629 140.945 131.411 c 142.582 129.11 144.352 127.243 +146.094 126.016 c 146.52 125.715 146.941 125.454 147.359 125.235 c +147.574 125.118 147.789 125.016 147.996 124.922 c 148.254 124.809 +148.512 124.668 148.746 124.649 c 148.637 124.68 148.527 124.715 +148.418 124.75 c 148.406 124.75 148.41 124.75 148.434 124.739 c 148.457 +124.727 148.484 124.715 148.512 124.7 c 148.574 124.664 148.641 124.649 +148.703 124.625 c 148.781 124.602 148.855 124.579 148.934 124.551 c +149.121 124.485 149.324 124.375 149.496 124.379 c 149.438 124.395 +149.371 124.414 149.312 124.43 c 150.262 124.129 151.152 124.043 151.98 +124.188 c 151.996 124.192 151.949 124.211 151.953 124.211 c 151.914 +124.227 151.875 124.243 151.836 124.254 c 151.762 124.282 151.664 +124.332 151.598 124.321 c f +214.297 35.411 m 216.082 37.75 219.031 39.622 222.434 40.227 c 225.746 +40.817 229.535 40.43 233.18 39.153 c 236.938 37.832 240.648 35.563 +242.996 32.52 c 245.262 29.586 246.09 26.176 245.238 23.399 c 244.805 +21.969 243.953 20.661 242.602 19.836 c 241.301 19.043 239.582 18.719 +237.758 18.883 c 235.883 19.051 233.934 19.766 232.258 20.868 c 230.574 +21.973 229.414 23.59 229.102 25.196 c 228.793 26.774 229.371 28.395 +230.871 29.028 c 232.336 29.649 234.742 29.172 236.121 27.747 c 237.027 +26.805 237.219 25.582 236.605 24.809 c 236.293 24.418 235.723 24.254 +235.094 24.332 c 234.785 24.368 234.473 24.477 234.184 24.629 c 233.758 +24.848 233.543 25.153 233.312 25.504 c 233.219 25.645 232.984 25.606 +233.066 25.457 c 233.074 25.442 233.082 25.426 233.09 25.411 c 233.172 +25.426 233.254 25.442 233.336 25.457 c 231.551 28.622 230.656 31.926 +230.77 35.024 c 230.875 38.02 231.934 40.758 233.789 42.946 c 235.707 +45.196 238.477 46.809 241.754 47.625 c 243.434 48.043 245.242 48.196 +247.156 48.024 c 248.988 47.86 250.875 47.395 252.691 46.68 c 256.352 +45.243 259.652 42.778 261.895 39.829 c 263.062 38.289 263.934 36.645 +264.262 34.993 c 264.57 33.426 264.371 31.914 263.734 30.633 c 262.836 +28.836 261.031 27.571 258.742 27.086 c 258.586 27.051 258.711 26.821 +258.867 26.856 c 262.176 27.559 264.371 29.836 264.652 32.84 c 264.789 +34.332 264.426 35.957 263.633 37.524 c 262.828 39.114 261.637 40.664 +260.246 42.036 c 257.562 44.692 254.008 46.704 250.344 47.68 c 248.484 +48.172 246.613 48.383 244.844 48.317 c 243.008 48.247 241.309 47.844 +239.746 47.286 c 236.711 46.192 234.277 44.329 232.664 41.942 c 231.078 +39.59 230.336 36.723 230.508 33.688 c 230.66 30.969 231.555 28.129 +233.09 25.411 c 233.172 25.262 233.414 25.309 233.336 25.457 c 233.328 +25.473 233.32 25.489 233.312 25.504 c 233.23 25.489 233.145 25.473 +233.066 25.457 c 233.211 25.239 233.348 25.016 233.543 24.821 c 233.723 +24.637 233.969 24.497 234.203 24.379 c 234.629 24.168 235.098 24.071 +235.523 24.075 c 236.434 24.09 237 24.625 237.18 25.325 c 237.359 +26.004 237.137 26.801 236.613 27.516 c 236.066 28.254 235.164 28.817 +234.262 29.153 c 232.426 29.844 230.543 29.559 229.59 28.457 c 228.648 +27.375 228.504 25.754 229.129 24.204 c 229.441 23.434 229.934 22.68 +230.57 22 c 231.238 21.289 232.055 20.707 232.93 20.211 c 234.637 +19.239 236.551 18.688 238.352 18.614 c 240.137 18.536 241.781 18.95 +243.016 19.774 c 244.301 20.629 245.105 21.942 245.527 23.356 c 246.352 +26.11 245.543 29.434 243.398 32.364 c 241.16 35.422 237.543 37.719 +233.836 39.137 c 230.234 40.512 226.473 41.008 223.105 40.579 c 219.68 +40.141 216.766 38.719 214.801 36.563 c 214.598 36.34 214.203 35.918 +214.02 35.68 c f +Q Q +showpage +%%Trailer +count op_count sub {pop} repeat +countdictstack dict_count sub {end} repeat +cairo_eps_state restore +%%EOF diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily new file mode 100755 index 000000000..64f960461 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily @@ -0,0 +1,130 @@ +%{ + *********************************************************************** + * * + * Spacing, paper, and titles parameters. * + * * + * Do not compile * + * * + *********************************************************************** +%} + +% The variables \thisInstrName,\thisPart, \thisIdentifier, and \thisTempo +% MUST be defined ahead of the insertion of this file. + +\include "version.ily" + +\header { + title = \markup { \abs-fontsize #20 \concat { \thisWork } } + subtitle = \markup { \center-column { \abs-fontsize #18 \lower #2 + \concat { \char ##x2014 \hspace #2 + \thisIdentifier %-------------------- to be defined ahead of file insertion + \hspace #2 \char ##x2014 + } } } + composer = \markup \center-column {\abs-fontsize #12 \thisComposer} + opus = \markup \center-column {\abs-fontsize #12 \lower #0 \thisOpus} + piece = \markup { \abs-fontsize #14 \raise #1 { \hspace #20 + \thisTempo %-------------------- to be defined ahead of file insertion + } } +} + +\paper { + inner-margin = 12\mm + outer-margin = 9\mm + top-margin = 12.6\mm + bottom-margin = 8\mm + print-page-number = ##t + two-sided = ##t + + %#(define page-breaking ly:page-turn-breaking) % autorise le saut de page sur les silences + + %% Default horizontal spacing + indent = 20\mm % left indent for first system + short-indent = 0\mm % left indent for rest of systems - change according to printer + horizontal-shift = 0.0 % right indent for all systems + + ragged-bottom = ##f + ragged-last = ##f + ragged-last-bottom = ##f + ragged-right = ##f + + + score-system-spacing = #'((basic-distance . 14) (minimum-distance . 8) (padding . 1) (stretchability . 80)) + + + markup-system-spacing = #'((basic-distance . 8) (padding . 1.5) (stretchability . 15)) + + + score-markup-spacing = #'((basic-distance . 12) (padding . 0.5) (stretchability . 40)) + + + markup-markup-spacing = #'((basic-distance . 1) (padding . 0.5)) + + top-system-spacing = #'((basic-distance . 1) (minimum-distance . 0) (padding . 1)) + + top-markup-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) + + %% Vertical spacing (Dimensions verticales) + system-system-spacing = #'((basic-distance . 12) (minimum-distance . 12) (padding . 2) (stretchability . 60)) + + %% Spacing between footer and last system on page + last-bottom-spacing = #'((basic-distance . 11) (minimum-distance . 10) (padding . 1) (stretchability . 0)) + + %----------------------------------Header Settings + thisPart = \markup { \center-column { \fontsize #3 \bold + \Part %---------------- to be defined ahead of file insertion + } } + + oddHeaderMarkup = \markup { + \column { + \fill-line { + { \abs-fontsize #10 \on-the-fly #print-page-number-check-first + \fromproperty #'page:page-number-string } + { \center-column { + \lower #1 \fontsize #-1 \thisPart } %---------------- to be defined earlier this file + } + { " " } + } } } + + evenHeaderMarkup = \markup { + \column { + \fill-line { + { " " } + { \center-column { + \lower #1 \fontsize #-1 \thisPart } %---------------- defined earlier this file + } + { \abs-fontsize #10 \on-the-fly #print-page-number-check-first + \fromproperty #'page:page-number-string } + } } } + + %----------------------------------Footer Settings + referenceFooter = \markup { + \fill-line { \abs-fontsize #10 \concat { + \thisBigTitle %---------------- /common/variables.ily + \hspace #0.4 \char ##x2014 \hspace #0.4 + \thisInstrName %---------------- defined ahead of file insertion + } } } + + evenFooterMarkup = \markup { \override #'( baseline-skip . 0.5 ) + \column { + \fill-line { + %% Copyright header field only on first page. + \on-the-fly #part-first-page \fromproperty #'header:copyright + } + %% Added footer for all pages except first + \fill-line { \on-the-fly #not-part-first-page { + \referenceFooter %--- defined earlier this file + } + } } } + + oddFooterMarkup = \markup { \override #'( baseline-skip . 0.5 ) + \column { + \fill-line { + %% Copyright header field only on first page. + \on-the-fly #part-first-page \fromproperty #'header:copyright + } + %% Added footer for all pages except first + \fill-line { \on-the-fly #not-part-first-page { \referenceFooter } + } } } + +} %--end \paper definition + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily new file mode 100755 index 000000000..06571cce3 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily @@ -0,0 +1,46 @@ +thisComposer = "Joseph Bodin de Boismortier" +thisWork = "Premier Balet de Village" +thisOrchester = "Flute, violin, and guitar" +thisOpus = "Opus 52" +thisTonality = "C major" +thisStyle = "Baroque" +thisDates = "1689- 1755" +thisDateOfPublication = "1734" +thisSource = "Paris: Chez l' Auteur, La Ve. Boivin, Le Clerc, 1734" +thisBigTitle = "Premier Balet de Village" +thisFilename = "Premier_Balet" +combinedPublicationName = "Full Score" + + +thisTempoMovI = "Gaiment" +thisIdentifierMovI = "I" +thisLabelMovI = "labelI" +thisFilenameMovI = "Premier_Balet_01" + +thisTempoMovII = "Gracieusement" +thisIdentifierMovII = "II" +thisLabelMovII = "labelII" +thisFilenameMovII = "Premier_Balet_02" + +thisTempoMovIII = "Vivement" +thisIdentifierMovIII = "III" +thisLabelMovIII = "labelIII" +thisFilenameMovIII = "Premier_Balet_03" + +thisInstrNameI = "Flute" +thisMidiInstrumentI = "flute" +thisInstrShortNameI = "" +thisClefInstrI = \clef treble + +thisInstrNameII = "Violin" +thisMidiInstrumentII = "violin" +thisInstrShortNameII = "" +thisClefInstrII = \clef treble + +thisInstrNameIII = "Guitar" +thisMidiInstrumentIII = "acoustic guitar (nylon)" +thisInstrShortNameIII = "" +thisClefInstrIII = \clef "G_8" + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily new file mode 100755 index 000000000..5e2619574 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily @@ -0,0 +1,12 @@ +%{ + *********************************************************************** + * * + * Version number; to be included at the top of all files * + * * + * Do not compile * + * * + *********************************************************************** +%} + +\version "2.18.2" + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly new file mode 100755 index 000000000..3574b3681 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly @@ -0,0 +1,43 @@ +%{ + * + * Generates flute part + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/variables.ily" +\include "../common/mutopia-header.ily" +\include "../common/definitions.ily" +\include "../common/parts-dimension.ily" + +%--------Part-specific settings +thisInstrName = \thisInstrNameI +Part = \thisInstrName +thisClef = \thisClefInstrI + + +%---------------First Mov +\include "../01/music.ily" +theseNotes = \flute +thisTempo = \thisTempoMovI +thisIdentifier = \thisIdentifierMovI +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%---------------Second Mov +\include "../02/music.ily" +theseNotes = \flute +thisTempo = \thisTempoMovII +thisIdentifier = \thisIdentifierMovII +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%--------------Third Mov +\include "../03/music.ily" +theseNotes = \flute +thisTempo = \thisTempoMovIII +thisIdentifier = \thisIdentifierMovIII +\bookpart { \include "../common/parts-staff-single-instr.ily" } + + + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly new file mode 100755 index 000000000..6a4a2fb3f --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly @@ -0,0 +1,41 @@ +%{ + * + * Generates guitar part + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/variables.ily" +\include "../common/mutopia-header.ily" +\include "../common/definitions.ily" +\include "../common/parts-dimension.ily" + +%--------Part-specific settings +thisInstrName = \thisInstrNameIII +Part = \thisInstrName +thisClef = \thisClefInstrIII + + +%------- -------First Mov +\include "../01/music.ily" +theseNotes = \guitar +thisTempo = \thisTempoMovI +thisIdentifier = \thisIdentifierMovI +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%---------------Second Mov +\include "../02/music.ily" +theseNotes = \guitar +thisTempo = \thisTempoMovII +thisIdentifier = \thisIdentifierMovII +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%--------------Third Mov +\include "../03/music.ily" +theseNotes = \guitar +thisTempo = \thisTempoMovIII +thisIdentifier = \thisIdentifierMovIII +\bookpart { \include "../common/parts-staff-single-instr.ily" } + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly new file mode 100755 index 000000000..018492a16 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly @@ -0,0 +1,32 @@ +%{ + * + * Generates midi parts, all movements + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/mutopia-header.ily" +\include "../common/variables.ily" +\include "../common/definitions.ily" + + +\include "../01/music.ily" +\book { +\bookOutputName \thisFilenameMovI +\include "../01/midi.ily" +} + +\include "../02/music.ily" +\book { +\bookOutputName \thisFilenameMovII +\include "../02/midi.ily" +} + +\include "../03/music.ily" +\book { +\bookOutputName \thisFilenameMovIII +\include "../03/midi.ily" +} + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly new file mode 100755 index 000000000..1867ccfa7 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly @@ -0,0 +1,40 @@ +%{ + * + * Generates violin part + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/variables.ily" +\include "../common/mutopia-header.ily" +\include "../common/definitions.ily" +\include "../common/parts-dimension.ily" + +%--------Part-specific settings +thisInstrName = \thisInstrNameII +Part = \thisInstrName +thisClef = \thisClefInstrII + + +%---------------First Mov +\include "../01/music.ily" +theseNotes = \violin +thisTempo = \thisTempoMovI +thisIdentifier = \thisIdentifierMovI +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%---------------Second Mov +\include "../02/music.ily" +theseNotes = \violin +thisTempo = \thisTempoMovII +thisIdentifier = \thisIdentifierMovII +\bookpart { \include "../common/parts-staff-single-instr.ily" } + +%--------------Third Mov +\include "../03/music.ily" +theseNotes = \violin +thisTempo = \thisTempoMovIII +thisIdentifier = \thisIdentifierMovIII +\bookpart { \include "../common/parts-staff-single-instr.ily" } diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly new file mode 100755 index 000000000..16d768838 --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly @@ -0,0 +1,24 @@ +%{ + * + * Generates first movement + * +%} + + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/mutopia-header.ily" +\include "../common/variables.ily" +\include "../common/definitions.ily" +\include "../common/conductor-dimension.ily" +\include "../common/conductor-cover.ily" +thisInstrName = \combinedPublicationName +Part = " " + +thisIdentifier = \thisIdentifierMovI +thisTempo = \thisTempoMovI +thisTocLabel = \label \thisLabelMovI +\include "../01/music.ily" +\bookpart { \include "../common/conductor-staff.ily" } + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly new file mode 100755 index 000000000..8618c6f8f --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly @@ -0,0 +1,23 @@ +%{ + * + * Generates second movement + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/mutopia-header.ily" +\include "../common/variables.ily" +\include "../common/definitions.ily" +\include "../common/conductor-dimension.ily" +\include "../common/conductor-cover.ily" +thisInstrName = \combinedPublicationName +Part = " " + +thisIdentifier = \thisIdentifierMovII +thisTempo = \thisTempoMovII +thisTocLabel = \label \thisLabelMovII +\include "../02/music.ily" +\bookpart { \include "../common/conductor-staff.ily" } + diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly new file mode 100755 index 000000000..868688d9d --- /dev/null +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly @@ -0,0 +1,23 @@ +%{ + * + * Generates third movement + * +%} + +#(ly:set-option 'relative-includes #t) + +\version "2.18.2" +\include "../common/mutopia-header.ily" +\include "../common/variables.ily" +\include "../common/definitions.ily" +\include "../common/conductor-dimension.ily" +\include "../common/conductor-cover.ily" +thisInstrName = \combinedPublicationName +Part = " " + +thisIdentifier = \thisIdentifierMovIII +thisTempo = \thisTempoMovIII +thisTocLabel = \label \thisLabelMovIII +\include "../03/music.ily" +\bookpart { \include "../common/conductor-staff.ily" } + From aa1023dc03abcce5e981cf5feba38007a20e8d34 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Fri, 4 Jan 2019 18:48:15 -0500 Subject: [PATCH 02/45] README.txt --- ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt index da37d9a80..76b8b7975 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt @@ -10,7 +10,7 @@ compare the guitar continuo with the keyboard original. This is the first installment in what I hope will be a Mutopia collection of pieces for flute, violin, and guitar. -Except for having the placing the parts files in a separate +Except for placing the parts files in a separate folder, the file structure follows the Mutopia ensemble template from https://github.com/MutopiaProject/MutopiaProject. From a17e656100eacf05f31a9857fee28a84cc48a89e Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:02:39 -0500 Subject: [PATCH 03/45] Update flute.ily --- .../O52/Premier_Balet_de_Village/01/flute.ily | 87 ++++++------------- 1 file changed, 27 insertions(+), 60 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily index f128a6e83..983d86d1e 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily @@ -1,38 +1,32 @@ \relative c'{ \partial 4 - e'8 \f f + e'8 \f f g c, c c | d c f4 | e8 d d4 | c16 g a b c d e f | g8 c, c c | \break - - - d8 c f4 | + d8 c f4 | e8 d d4 | c e8 \p f | - g g g g | \barNumberCheck #10 + g g g g | \barNumberCheck #10 %10 - a g c4 | + a g c4 | g f8 e | d4 d16 e f8 | d16 e f8 d16 e f8 | \break - - - f8 e c' e, | + f8 e c' e, | fis g4 fis8 | g4 e8 \f f | g c, c c | d c f4 | e8 d d4 | \barNumberCheck #20 %20 - c16 g a b c d e f | + c16 g a b c d e f | \break - - - g8 c, c c | + g8 c, c c | d c f4 | e8 d d4 | c c'8 \p b16 a | @@ -41,40 +35,33 @@ g8 a f4 | e g8 f16 e | \break - - - d8 g, r4 | \barNumberCheck #30 + d8 g, r4 | \barNumberCheck #30 %30 - r g'8 f16 e | + r g'8 f16 e | d e f8 e4 | d e8 \f f | g c, c c | d c f4 | e8 d d4 | \break - - - c16 g a b c d e f | + c16 g a b c d e f | g8 c, c c | d c f4 | e8 d d4 | \barNumberCheck #40 %40 - c g8 \p c | + c g8 \p c | b c d b | c g c e | d e f d | \break - - - e8 c g' c | + e8 c g' c | f, f f16 g a8 | d,4 d8 g | c, c c d | b g g'16 f g a | g f e f g8 \f g | \barNumberCheck #50 \break - -%50 + %50 g8 f f16 \p e f g | f e d e f8 \f f | f e e16 \p d e f | @@ -82,81 +69,65 @@ e d g4 \p | f8 e d c | \break - - - g'4 c,8 \f c | + g'4 c,8 \f c | c b16 a d8 d | d4 e8 e | e d16 c f8 f | \barNumberCheck #60 %60 - f4 e8 f | + f4 e8 f | g f16 e d8 c | d b c d | e4 f | \break - - - d4 d8 \p d | + d4 d8 \p d | e16 c e g e c e g | d b d g d b d g | e c e g e c e g | d b d g d b d g | \break - - - e8 d c b | \barNumberCheck #70 + e8 d c b | \barNumberCheck #70 %70 - a fis' g a | + a fis' g a | d,4 fis | g e8 \f f | g c, c c | d c f4 | e8 d d4 | \break - - - c16 g a b c d e f | + c16 g a b c d e f | g8 c, c c | d c f4 | e8 d d4 | \barNumberCheck #80 %80 - \time 6/8 c4. ~ c4 g'8 \p | + \time 6/8 c4. ~ c4 g'8 \p | g8. f16 e8 e8. d16 c8 | \break - - - d8. c16 d8 g,8. a16 b8 | + d8. c16 d8 g,8. a16 b8 | c8. d16 c8 c8. b16 a8 | b4. ~ b4 g'8 | g8. f16 e8 e8. d16 c8 | d8. c16 d8 g,8. a16 b8 | c8. d16 e8 d8. e16 c8 | \break - - - g'4. ~ g4 d8 \f | + g'4. ~ g4 d8 \f | e8. d16 e8 c4 f8 | \barNumberCheck #90 %90 - e8. d16 e8 c4 a'8 | + e8. d16 e8 c4 a'8 | g4 c,8 b4 c8 | d4. ~ d4 d8 | e8. d16 e8 c4 f8 | e8. d16 e8 c4 a'8 | \break - - - g8. f16 e8 d4 c8 | + g8. f16 e8 d4 c8 | c4. ~ c4 c'8 \p | g4 a8 f4 a8 | g4 f8 e4 g8 \f | f4 e8 d8. c16 d8 | \barNumberCheck #100 %100 - e4 c8 c4 c'8 \p | + e4 c8 c4 c'8 \p | g4 a8 f4 a8 | g4 f8 e4 g8 \f | \break - - g4 e8 d8. c16 d8 | e4. ~ e4 e8 \p | e8. f16 e8 d4 f8 | @@ -165,7 +136,6 @@ g4. ~ g4 c8 | b4 a8 g4 f8 | \barNumberCheck #110 \break - %110 e4 d8 c4 b8 | a8. b16 g8 a4. | @@ -174,14 +144,11 @@ e8. d16 e8 c4 a'8 | g4 c,8 b4 c8 | \break - - d4. ~ d4 d8 | e8. d16 e8 c4 f8 | e8. d16 e8 c4 a'8 | g8. f16 e8 d4 c8 | \barNumberCheck #120 %120 - c2. \bar "|." - + c2. \bar "|." } - \ No newline at end of file + From bb1961fa0978b423e350cccc34e9b410573a7062 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:16:55 -0500 Subject: [PATCH 04/45] Update violin.ily --- .../Premier_Balet_de_Village/01/violin.ily | 86 ++++++------------- 1 file changed, 27 insertions(+), 59 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily index 02d2ac512..8fd8a5f41 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily @@ -1,39 +1,33 @@ \relative c'{ \partial 4 - c'8 \f d + c'8 \f d e e e g, | a g a b | c4 b | c8. d16 e d c d | e8 e e g, | \break - - a8 g a b | c4 b | c c8 \p d | e e e e | \barNumberCheck #10 %10 - f e g f16 e | + f e g f16 e | d8 d d c | b g b16 c d8 | b16 c d8 b16 c d8 | \break - - - g,4 e'8 c | + g,4 e'8 c | c b a d | b4 c8 \f d | e e e g, | a g a b | c4 b | \barNumberCheck #20 %20 - c8. d16 e d c d | + c8. d16 e d c d | \break - - - e8 e e g, | + e8 e e g, | a g a b | c4 b | c r | @@ -42,40 +36,33 @@ e c4 b8 | c4 r | \break - - r4 g'8 f16 e | \barNumberCheck #30 %30 - d8 g, c16 e d c | + d8 g, c16 e d c | b c d8 g, c | b4 c8 \f d | e e e g, | a g a b | c4 b | \break - - - c8. d16 e d c d | + c8. d16 e d c d | e8 e e g, | a g a b | c4 b | \barNumberCheck #40 %40 - c r | + c r | R1*2/4 | r4 g8 \p c | b c d b | \break - - - c8 g c e | + c8 g c e | a, a a d | b4 g' ~ | g8 f16 e f4 ~ | f8 e16 d e d e f | e d c d e8 \f e | \barNumberCheck #50 \break - -%50 + %50 a,4 d16 \p c d e | d c b c d8 \f d | g,4 c16 \p b c d | @@ -83,82 +70,66 @@ c b e4 \p | b8 c g a | \break - - - b8 g r g \f | + b8 g r g \f | a4 r8 a | b b b g | c4 r8 c | \barNumberCheck #60 %60 - d b c d | + d b c d | e d16 c b8 a | b g a' b, | c4 d | \break - - - b4 b8 \p b | + b4 b8 \p b | c16 g c e c g c e | b g b d b g b d | c g c e c g c e | b g b d b g b d | \break - - - c8 b a g | \barNumberCheck #70 + c8 b a g | \barNumberCheck #70 %70 - fis' d e fis | + fis' d e fis | g b, a d | b4 c8 \f d | e e e g, | a g a b | c4 b | \break - - - c8. d16 e d c d | + c8. d16 e d c d | e8 e e g, | a g a b | c4 b | \barNumberCheck #80 %80 - \time 6/8 c4. ~ c4 r8 | + \time 6/8 c4. ~ c4 r8 | r4. r | \break - - - r2 r8 g' \p | + r2 r8 g' \p | g8. f16 e8 e8. d16 c8 | d8. c16 d8 g,8. a16 b8 | c8. d16 c8 c8. b16 a8 | b4. ~ b8. c16 d8 | g,4. ~ g4 a8 | \break - - - b4. ~ b4 b8 \f | + b4. ~ b4 b8 \f | c8. b16 c8 g4 b8 | \barNumberCheck #90 %90 - c8. b16 c8 a4 c8 | + c8. b16 c8 a4 c8 | c8. d16 e8 f8. d16 e8 | b4 a8 g4 b8 | c8. b16 c8 g4 b8 | c8. b16 c8 a4 c8 | \break - - - c8. d16 c8 b4 c8 | + c8. d16 c8 b4 c8 | c4. ~ c4 e8 \p | e4 f8 d4 f8 | e4 d8 c4 e8 \f | d4 c8 b8. a16 b8 | \barNumberCheck #100 %100 - c4 g8 g4 e'8 \p | + c4 g8 g4 e'8 \p | e4 f8 d4 f8 | e4 d8 c4 e8 \f | \break - - - d4 c8 b8. a16 b8 | + d4 c8 b8. a16 b8 | c4. ~ c4 c8 \p | c8. d16 c8 b4 d8 | d8. e16 d8 c4 e8 | @@ -166,8 +137,7 @@ e4 d8 c4 e8 | d4 c8 b4 d8 | \barNumberCheck #110 \break - -%110 + %110 g,4. g' | fis8 d g g8. a16 fis8 | g4. ~ g4 b,8 \f | @@ -175,12 +145,10 @@ c8. b16 c8 a4 c8 | c8. d16 e8 f8. d16 e8 | \break - - - b4 a8 g4 b8 | + b4 a8 g4 b8 | c8. b16 c8 g4 b8 | c8. b16 c8 a4 c8 | c8. d16 c8 b4 c8 | \barNumberCheck #120 %120 - c2. \bar "|." -} \ No newline at end of file + c2. \bar "|." +} From 844406a412748f1f18b88a3fcc2a85c15ada4edb Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:39:06 -0500 Subject: [PATCH 05/45] Update guitarUpper.ily --- .../01/guitarUpper.ily | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily index 964fd1b9c..79de241c3 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily @@ -1,18 +1,18 @@ \relative c{ \voiceOne \partial 4 - r4 + r4 4\f | d,8 g | e8 r b'4 | a,8 g16 f | g'4 | \break - 4 d,8 g e8 r b'4 | + 4 d,8 g e8 r b'4 | c \p | c,8 c | \barNumberCheck #10 %10 - 4 | + 4 | | r4 | 4 s4 | @@ -24,9 +24,9 @@ d,8 g | e8 r b'4 | \barNumberCheck #20 %20 - a,8 g16 f | + a,8 g16 f | \break - g'4 | + g'4 | d,8 g | e8 r b'4 | \oneVoice r4 | @@ -35,9 +35,9 @@ e f d g | 4 r | \break - 4 r | \barNumberCheck #30 + 4 r | \barNumberCheck #30 %30 - e,8 f | + e,8 f | g b, c c \voiceOne | 4 c \f | | @@ -49,7 +49,7 @@ d,8 g | e8 r b'4 | \barNumberCheck #40 %40 - c \p | + c \p | b d | c \oneVoice e,8 c | g' c f, g | @@ -74,7 +74,7 @@ 4 g,8 e | 4 r4 | \barNumberCheck #60 %60 - d4 c,8 f | + d4 c,8 f | 4 g8 c | g g16 f e8 d | 4 | @@ -87,7 +87,7 @@ \break 4 s4 | \barNumberCheck #70 %70 - 4 s4 | + 4 s4 | 4 fis | c, \f | | @@ -99,10 +99,10 @@ d,8 g | e8 r b'4 | \barNumberCheck #80 %80 - \time 6/8 c4. ~ c4 r8 | + \time 6/8 c4. ~ c4 r8 | 4.\p | \break - 4. | + 4. | | | | @@ -112,23 +112,23 @@ 4. | | \barNumberCheck #90 %90 - | + | r | | | | \break - 4. b | + 4. b | 4 \oneVoice r8 | R2. | r4 r8 r4 c,8 \voiceOne | b4 c8 4. | \barNumberCheck #100 %100 - 4 \oneVoice r8 | + 4 \oneVoice r8 | R2. r4 r8 r4 c,8 \voiceOne | \break - b4 c8 4. | + b4 c8 4. | | r b | r c | @@ -137,18 +137,18 @@ | \barNumberCheck #110 \break %110 - 4. e,4 c8 | + 4. e,4 c8 | fis'4. c,4 d8 | 4. b,,4 g8 \f | 4. | | d,4 c8 | \break - 4. | + 4. | | | b | \barNumberCheck #120 %120 - 2. | + 2. | } From bda28d57078aaf21a0c56f0d5e36f958a5e25372 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:41:16 -0500 Subject: [PATCH 06/45] Update guitarLower.ily small fix --- .../O52/Premier_Balet_de_Village/01/guitarLower.ily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily index 43ef104f2..4aa69685a 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily @@ -1,6 +1,6 @@ \relative c { \voiceTwo - r4 | + r4 e8 e e e | f e s4 | c8 f g g, | From 1b7f13e5bcb2fe6769aaeacd57fc106010e8c263 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:43:05 -0500 Subject: [PATCH 07/45] Update flute.ily --- .../O52/Premier_Balet_de_Village/02/flute.ily | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily index 50e831be9..4f87217a6 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily @@ -1,24 +1,19 @@ \relative c'{ - g''4 c,8. d16 d8. c32 d | e4 e8. f16 f8. e32 f | g4 f e | d8 c d2 | e4 c f | \break - - d4 g e | a d,4. c8 | c2 e4 | e d g | \barNumberCheck #10 %10 - g c, f ~ | + g c, f ~ | f8 e16 d e4. f8 | d2 g4 ~ | \break - - g4 c b | a d, g ~ | g8 a fis4. g8 | @@ -27,24 +22,20 @@ d4. c8 d4 | e8 f e4 e | \barNumberCheck #20 %20 - e4. d8 c4 | + e4. d8 c4 | \break - - - f8 g f4 f | + f8 g f4 f | f4. e8 d4 | g8 e f d e c | d2 g,4 | c8 b c e d f | e d e g f a | \break - - g2 c4 | b4. a8 g4 | a g f | \barNumberCheck #30 %30 - e4. f8 g4 | + e4. f8 g4 | f8 e d4. c8 | c2. \bar "|." } From e3fd5120f488876ad0f5cfb8f23a25f7f15fea8f Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 13:44:20 -0500 Subject: [PATCH 08/45] Update violin.ily --- .../O52/Premier_Balet_de_Village/02/violin.ily | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily index dc118febb..d8558eddf 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily @@ -1,24 +1,20 @@ \relative c'{ - R1*3/4 | + R1*3/4 | g''4 c,8. d16 d8. c32 d | e4 d c | b8 a b2 | c4 a d | \break - - - b4 e c ~ | + b4 e c ~ | c8 d b4. c8 | c2 c4 | c b e | \barNumberCheck #10 %10 - a,2 d4 ~ | + a,2 d4 ~ | d8 c16 b c4. d8 | b2 d4 | \break - - e4 fis g | fis4. e8 d4 | e a,4. g8 | @@ -27,10 +23,8 @@ b4. a8 b4 | c8 d c4 c | \barNumberCheck #20 %20 - c4. b8 a4 | + c4. b8 a4 | \break - - b8 c b4 b | d4. c8 b4 | e b c | @@ -38,13 +32,11 @@ R1*3/4 | c8 b c e d f | \break - - e8 d c d e4 | d2 e4 | f e d | \barNumberCheck #30 %30 - c4. d8 e4 | + c4. d8 e4 | d8 c b4. c8 | c2. \bar "|." } From 1a8b108965f9292b6e87263460658bc39b345f3a Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 15:14:52 -0500 Subject: [PATCH 09/45] Update guitarUpper.ily --- .../02/guitarUpper.ily | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily index 7980f7dba..1fe0ce2c1 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily @@ -1,24 +1,21 @@ \relative c{ \voiceOne - 2 4 | + 2 4 | 2 d4 | | 2 | 4 | \break - - 4 | + 4 | 2 | 4 | | \barNumberCheck #10 %10 - a f d' | + a f d' | 2 | r4 | \break - - - 4 | + 4 | 2 4 | 2 | 4 | @@ -26,24 +23,20 @@ 4 | 2. | \barNumberCheck #20 %20 - | + | \break - - - 2. | + 2. | | g,4 b | 2 | 4 | 2 a4 | \break - - - c4 g c | + c4 g c | 2 4 | | \barNumberCheck #30 %30 - 2 4 | + 2 4 | 2 | 2. \bar "|." } From 170016801b29b21e72c8ff90d1483dcd79205dab Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Wed, 9 Jan 2019 15:16:22 -0500 Subject: [PATCH 10/45] Update guitarLower.ily --- .../O52/Premier_Balet_de_Village/02/guitarLower.ily | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily index d9f5c2cd5..5cba67a3c 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily @@ -1,21 +1,18 @@ \relative c { \voiceTwo - c2 g4 | c2 f4 | e b c | g g f' | e f d | - g,4 e a | f g g | c e c | g2 e4 | \barNumberCheck #10 %10 - f2 d'4 | + f2 d'4 | g, c2 | g4 g8 a b g | - c8 b a4 g | d' c b | c d d | @@ -24,20 +21,18 @@ g4 g g | c2. | \barNumberCheck #20 %20 - f, | - + f, | d'2. | g | e4 d c | g g' f | e2 b4 | c2 f4 | - c4 e c | g f e | f g2 | \barNumberCheck #30 %30 - a e4 | + a e4 | f g g | c2. | } From 7f56e9c32c0cf0df0ae1ab2642005b8376a23722 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Thu, 10 Jan 2019 12:16:31 -0500 Subject: [PATCH 11/45] Update guitarLower.ily --- .../01/guitarLower.ily | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily index 4aa69685a..d48777f19 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily @@ -10,7 +10,7 @@ c4 c8 f | e c s4 | \barNumberCheck #10 %10 - f8 c e c | + f8 c e c | b b b c | g4 r4 | g'4 r8 b, | @@ -22,7 +22,7 @@ f e s4 | c8 f g g, |\barNumberCheck #20 %20 - c c16 b s4 | + c c16 b s4 | e,8 e e' e | f e s4 | c8 f g g, | @@ -34,8 +34,8 @@ s1*2/4 | \barNumberCheck #30 %30 - s1*2/4 | - s1*2/4 | + s1*2/4 | + s1*2/4 | g4 c8 f | e e e e | f e s4 | @@ -46,9 +46,9 @@ f e s4 | c8 f g g, | \barNumberCheck #40 %40 - c4 e8 c | + c4 e8 c | - g' e f d | + g' e f d | e c s4 | s1*2/4 | @@ -71,9 +71,9 @@ g, g s4 | a4 r8 a | \barNumberCheck #60 %60 - b g s4 | + b g s4 | - e'8 f s4 | + e'8 f s4 | s1*2/4 | c4 f, | @@ -85,9 +85,9 @@ c8 d e c | \barNumberCheck #70 %70 - d4 r8 c | + d4 r8 c | - b g d' d | + b g d' d | g,4 c8 f | e e e e | f e s4 | @@ -98,11 +98,11 @@ f e s4 | c8 f g g, | \barNumberCheck #80 %80 - c4. ~ c4 s8 | + c4. ~ c4 s8 | - c4. c | + c4. c | g'4. f | - e c | + e c | g' f | e c | g' f | @@ -111,11 +111,11 @@ g4 a8 b4 g8 \f | c4. ~ c4 g8 | \barNumberCheck #90 %90 - c4. f | + c4. f | e4 e8 d4 c8 | g4 a8 b4 g8 | - c4. ~ c4 g8 | + c4. ~ c4 g8 | c4. f | e4 f8 g4 g,8 | @@ -124,18 +124,18 @@ s2. | s4. g4 g8 | \barNumberCheck #100 %100 - c4. ~ c4 s8 | + c4. ~ c4 s8 | s2. | s2. | s4. g4 g8 | c4 d8 e4 c8 \p | d4. ~ - d4 d8 | + d4 d8 | e4. ~ - e4 e8 | + e4 e8 | f4. ~ - f4 f8 | + f4 f8 | c4 d8 e4 c8 | g4 a8 b4 g8 | \barNumberCheck #110 %110 @@ -151,7 +151,7 @@ c4. f | e4 f8 g4 g,8 | \barNumberCheck #120 %120 - c2. | + c2. | } From 7aa60380db674012a5f1c10aa4bdbd3aba653fc3 Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Thu, 10 Jan 2019 12:20:53 -0500 Subject: [PATCH 12/45] Update flute.ily --- ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily index 12cff61a8..17a2bc10f 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily @@ -66,7 +66,6 @@ c4 b | g'2 | a | - | \break @@ -108,7 +107,6 @@ d c d e d e f d | g4 f8 e | e4 d | - | \break @@ -123,8 +121,6 @@ e c c'4 ~ | c4 b | c2 \bar "|." - - } From 3d046ee3641a6a2cfd0d4181a053ea9d56850f1c Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Fri, 11 Jan 2019 10:45:55 -0500 Subject: [PATCH 13/45] Update README.txt Added link to ly2video rendering --- ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt index 76b8b7975..ad11375ba 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt @@ -14,6 +14,8 @@ Except for placing the parts files in a separate folder, the file structure follows the Mutopia ensemble template from https://github.com/MutopiaProject/MutopiaProject. +ly2video rendering: +https://www.youtube.com/watch?v=lQnTBqPZew8 Mike Blackstock, Maintainer From d255aacc7674185ef6f9c08c695867fbea557b6c Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 22 Jul 2018 09:56:27 -0700 Subject: [PATCH 14/45] kv488: andante: typeset piano through 12 --- .../Mozart-KV488-lys/02_andante/piano.ily | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index 946bfedcf..a214b8ebc 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -1,5 +1,45 @@ pianoTreble = \relative c' { + \barNumberCheck #1 + \solo + + cis'8. d16 cis8 cis8( fis a) | + a8( b,) gis'-. r8 b,4~( | + b16 a) fis'4~ fis8( gis, d') | + fis,4( eis32 fis gis fis eis8) r r | + + d'8. e16 d8 \grace { d32( e) } fis8. e16 d8 | + bis4.( cis8) r r | + cis16( b!) ais( b) ais( b) a'!( gis) fis( eis) d( cis) | + b4( ais8) a8 r r | + + g8. a16 g8 g4 g8 | + g8-. b-. d-. g-. b-. d-. | + fis,,8. gis!16 fis8 4( 8) | + + \barNumberCheck #12 + \tutti + fis4 r8 r4 r8 | } pianoBass = \relative c { + \barNumberCheck #1 + \solo + + 4 q8 q4 8 | + 4. eis,8 r 8 | + 4 8 << { d4 b'8 } \\ b,4. >> | + 4.( 8) r r | + + 4 q8 4 q8 | + 4 q8 4 q8 | + 4 q8 4 q8 | + 4 q8 4 8 | + + 4 q8 q4 q8 | + q4 r8 r4 r8 | + 4 q8 4 8 | + + \barNumberCheck #12 + \tutti + 4 r8 r4 r8 | } From f41387307d4b242fd6ea87dd9bd447e003d6613b Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 22 Jul 2018 23:27:51 -0700 Subject: [PATCH 15/45] kv488: andante: typeset piano through 35 --- .../Mozart-KV488-lys/02_andante/piano.ily | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index a214b8ebc..d350bdc8c 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -19,6 +19,33 @@ pianoTreble = \relative c' { \barNumberCheck #12 \tutti fis4 r8 r4 r8 | + R2.*7 | + + \barNumberCheck #20 + \solo + % Note: In the source score, the slurs in bars 20 and 24 start 3/32 + % into the measure (on the cis32), while the slur in bar 22 starts + % exactly on beat 2 (on the d32). We reproduce this notation here + % despite the inconsistency. + r8 r16. cis'32( \noBeam d cis bis cis a'8. gis16 fis8) | + eis8(-. e-. dis-. d-. cis-. cis-.) | + cis8[ r16. cis32] d( cis bis cis a'8. gis16 fis8) | + fis16( eis) eis-. e-. dis-. d-. d( cis) cis-. cis-. cis-. cis-. | + cis8[ r16. cis32]( d cis bis cis a'8. gis16 fis8) | + fis16( e!) e8 e e8( fis d) | + cis8[ r e] e8. d16 cis8 | + b8( d fis a8)[ r cis,] | + e8.( cis16 b8) r16 e,( gis b e b | + d8 c) r r16 e,( a c e c | + ais8 b) r r8 e, e'' | + e4( dis8) r8 r16 a,( c a | + e'4) r8 r r16 a( c a | + e'4) r8 r r16 a,,( c a) | + e'8(-. e-. e-.) dis16( e fis! e d b) | + + \barNumberCheck #35 + \tutti + a4 r8 r4 r8 | } pianoBass = \relative c { @@ -42,4 +69,27 @@ pianoBass = \relative c { \barNumberCheck #12 \tutti 4 r8 r4 r8 | + R2.*7 | + + \barNumberCheck #20 + \solo + fis,8 r 8 q4 q8 | + 4 8 4 q8 | + 4 q8 q4 q8 | + 4 8 4 q8 | + 4 q8 q4 q8 | + 4 q8 q4 q8 | + a4 a8 4 q8 | + 4 q8 4 q8 | + 4 8 q4 q8 | + 4 q8 q4 q8 | + 4 q8 q4 q8 | + 4 q8 q4 q8 | + e8( gis b e, a c | + e,8 gis b e, a c | + e,4) r8 r4 r8 | + + \barNumberCheck #35 + \tutti + R2. | } From 2e01e9e1693a75a6196016034f2780d13e689527 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 22 Jul 2018 23:51:31 -0700 Subject: [PATCH 16/45] kv488: andante: typeset piano through 51 --- .../Mozart-KV488-lys/02_andante/piano.ily | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index d350bdc8c..143577c9e 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -46,6 +46,34 @@ pianoTreble = \relative c' { \barNumberCheck #35 \tutti a4 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #38 + r4 r8 r16 \solo ais( b cis d! dis | + e4.) cis4 d!32( cis b cis | + d8) d d d8 r r | + r8 cis( a') r16 b,16( cis d e fis) | + a,4( cis16 b a4) r8 | + + r4 r8 r32 b'32([ d cis] b[ a gis fis] e[ d cis b]) | + r4 r8 r32 cis'32([ e d] cis[ b a gis] fis[ e d cis] | + b8 d gis, a16) a( gis a b cis | + e16 dis) d8( cis b8) r r | + + << + { e8~( e16 fis64 e d! e fis16 d cis8) } \\ + { cis4 b8 a } \\ + >> + r8 r8 | + b4( fis'8) fis8.( gis32 a gis16) fis-. | + e8 + \shape #'((0 . -0.5) (2 . 2) (0 . 1) (0 . 0)) Slur + e'4~( e16 cis a e cis a) | + \afterGrace { b2. \startTrillSpan } { a32 \stopTrillSpan b } | + + \barNumberCheck #51 + << { s8 \tutti } a4 >> r8 r4 r8 | } pianoBass = \relative c { @@ -91,5 +119,32 @@ pianoBass = \relative c { \barNumberCheck #35 \tutti + R2.*3 | + + \barNumberCheck #38 R2. | + \tuplet 3/2 8 { + % Alternately, each triplet (of which six per measure) can be + % manually beamed together (e.g., `e[ cis a]`). This is done in the + % original score, but I think that it's harder to read. + e16( a cis e cis a e a cis e,16 a cis e cis a e a cis | + e,16 gis b e b gis e gis b e,16 gis b e b gis e gis b) | + } + 4 r8 4 r8 | + << + { cis4( d8) cis4 } \\ + { e,4. a4 } \\ + >> r8 | + + R2. | + r4 r8 r8 r | + 4 8 4 r8 | + r8 << e'8 { gis,8( a) } >> 8 r8 r8 | + 8( ) 8 r r | + d4 r8 dis4 r8 | + e4 r8 e4 r8 | + e4 r8 e4 r8 | + + \barNumberCheck #51 + a,8 \tutti r r r4 r8 | } From c13107539e0e2ed5815324e7d877556d4bcb3eb4 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Tue, 24 Jul 2018 23:49:58 -0700 Subject: [PATCH 17/45] kv488: andante: typeset piano through 68 --- .../Mozart-KV488-lys/02_andante/piano.ily | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index 143577c9e..bfe5712b4 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -74,6 +74,31 @@ pianoTreble = \relative c' { \barNumberCheck #51 << { s8 \tutti } a4 >> r8 r4 r8 | + R2. | + + \barNumberCheck #53 + \solo + cis8. d16 cis8 cis8( fis a) | + a8( b,) gis'-. r8 b,4~( | + b16 a) fis'4~ fis8 gis,( d') | + fis,4( eis32 fis gis fis eis8) r r | + + d'8. e16 d8 \grace { d32 e } fis8. e16 d8 | + bis4.( cis8) r r | + cis16( b!) ais( b) ais( b) a'!( gis) fis( eis) d( cis) | + b4( ais8 a8) r r | + + g8. a16 g8 g4 g8 | + g8-. b-. d-. g-. b-. d-. | + fis,,8.( gis!16 fis8) 4( 8) | + fis2. | + g8. a16 g8 g g, g | + g4. d'''4 g,,8 | + fis8. gis!16 fis8 4 8 | + + \barNumberCheck #68 + \tutti + fis4 r8 r4 r8 | } pianoBass = \relative c { @@ -147,4 +172,29 @@ pianoBass = \relative c { \barNumberCheck #51 a,8 \tutti r r r4 r8 | + R2. | + + \barNumberCheck #53 + \solo + 4 q8 q4 8 | + 4. eis,8 r | + 4 8 << { d4 b'8 } \\ b,4. >> | + 4.( 8) r r | + + 4 q8 4 q8 | + 4 q8 4 q8 | + 4 q8 4 q8 | + 4 q8 4 8 | + + 4 q8 q4 q8 | + q4 r8 r4 r8 | + 4 q8 4 8 | + 2. | + 4 q8 q4 q8 | + q4 r8 r4 r8 | + 4 q8 4 8 | + + \barNumberCheck #68 + \tutti + 4 r8 r4 r8 | } From 1ccd8be457586c3648427afd3eacd93fa3c21ab3 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 00:29:14 -0700 Subject: [PATCH 18/45] kv488: andante: typeset piano through 84 --- .../Mozart-KV488-lys/02_andante/piano.ily | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index bfe5712b4..45a050d04 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -99,6 +99,25 @@ pianoTreble = \relative c' { \barNumberCheck #68 \tutti fis4 r8 r4 r8 | + R2.*7 | + + \barNumberCheck #76 + \solo + r4 r8 \grace a32 a'4. | + b16( a) a( gis) gis( fis) fis( eis) eis( fis) fis( gis) | + cis,4. cis'4.~ | + % This is notated as a ``delayed turn'' between gis8 and a8 in the + % original score, but it is not clear how to typeset that such that it + % both appears correctly in print and plays correctly on MIDI. + % Instead, we simply expand the turn to a sequence of 64th-notes. + cis16( d32 cis b8 a gis16 a64 gis fis gis a8 b) | + eis,4 cis8 a'4. | + dis4. gis,4 r8 | + cis4. fis,4 r8 | + b8.[( cis32 d] cis[ b a gis] fis16 eis b'8 eis, | + + \barNumberCheck #84 + fis4) r8 r4 r8 | } pianoBass = \relative c { @@ -197,4 +216,20 @@ pianoBass = \relative c { \barNumberCheck #68 \tutti 4 r8 r4 r8 | + R2.*7 | + + \barNumberCheck #76 + \solo + fis16^\legato a cis a cis a fis16 a cis a cis a | + fis16 a cis a cis a gis b cis b cis b | + a16 b eis b eis b a16 cis fis cis fis cis | + b16 d fis d fis d b16 d gis d gis d | + + r16 cis,( eis gis cis cis, cis'4) r8 | + r16 cis,,16( dis fis cis' cis, cis'4) r8 | + r16 cis16( fis ais cis cis, cis'4) r8 | + r16 cis,,16( fis gis cis cis, cis'4) r8 | + + \barNumberCheck #84 + fis4 r8 r4 r8 | } From 5efea6bc964fbe36601bea21f69030e8de14a830 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 09:55:25 -0700 Subject: [PATCH 19/45] kv488: andante: typeset piano through 99 (end) --- .../Mozart-KV488-lys/02_andante/piano.ily | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily index 45a050d04..a562e097f 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/piano.ily @@ -118,6 +118,25 @@ pianoTreble = \relative c' { \barNumberCheck #84 fis4) r8 r4 r8 | + fis4. a,4. | + gis4.~ gis4 d''8 | + cis4. eis,4. | + fis4 r8 r4 r8 | + fis4. a,,4. | + g4.~ g4 d'''8 | + cis4. eis,4. | + + fis4 r8 r4 r8 | + r4 r8 r16 cis16( cis') cis-. cis-. cis-. | + cis8.( a16 fis8) r4 r8 | + r4 r8 r16 cis16( cis') cis-. cis-. cis-. | + cis8.( a16 fis8) r4 r8 | + r16 cis16( cis') cis-. cis-. cis-. cis-. cis-. cis-. cis-. cis-. cis-. | + fis,8 r ( 8) r ( | + 8) r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } pianoBass = \relative c { @@ -232,4 +251,23 @@ pianoBass = \relative c { \barNumberCheck #84 fis4 r8 r4 r8 | + d4 r8 r4 r8 | + b4 r8 r4 r8 | + cis4 r8 r4 r8 | + fis4 r8 r4 r8 | + d4 r8 r4 r8 | + b4 r8 r4 r8 | + cis4 r8 r4 r8 | + + fis4 r8 r4 r8 | + r4 r8 cis4 r8 | + a4 r8 r4 r8 | + r4 r8 cis4 r8 | + a4 r8 bis4 r8 | + cis4 r8 cis4 r8 | + fis8 r r fis8 r r | + fis8 r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From 3628d1af931ed5a48249db9a88c98309849e6b10 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 12:26:18 -0700 Subject: [PATCH 20/45] kv488: andante: typeset violins through 20 --- .../Mozart-KV488-lys/02_andante/violin-i.ily | 18 ++++++++++++++++++ .../Mozart-KV488-lys/02_andante/violin-ii.ily | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily index b8f601664..8b474bc66 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily @@ -1,2 +1,20 @@ violinI = \relative c'' { + \barNumberCheck #1 + \solo + R2.*11 | + + \barNumberCheck #12 + \tutti + r4 r8 a4.~ \p | + a8( gis fis eis fis gis) | + cis,4. cis'4.~ | + cis8( b a gis a b) | + eis,4. a'4.~ \f | + a8( gis fis eis fis gis) | + cis,4.~ cis8 b4~ | + b8( cis) a~( a8 b) gis | + + \barNumberCheck #20 + \solo + fis4 r8 r4 r8 | } diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily index 195158481..e9987430d 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily @@ -1,2 +1,20 @@ violinII = \relative c'' { + \barNumberCheck #1 + \solo + R2.*11 | + + \barNumberCheck #12 + \tutti + r16 a,( \p cis fis cis a) r16 a( cis fis cis a) | + r16 a( cis fis cis a) r16 b( cis eis cis b) | + r16 b( cis eis cis b) r16 a( cis fis cis a) | + r16 d( fis b fis d) r16 b( d fis d b) | + r16 b( cis gis' cis, b) r16 a( \f cis fis cis a) | + r16 dis( fis gis fis dis) r16 gis( b d! b gis) | + r16 cis,( e fis e cis) r16 b( d g d b) | + r16 cis( eis gis! fis cis) r16 fis( d fis eis b) | + + \barNumberCheck #20 + \solo + a4 r8 r4 r8 | } From 8437e4b75fd6a96d9e824e0bb83f9e9440ef08d7 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 15:18:36 -0700 Subject: [PATCH 21/45] kv488: andante: typeset violins through 51 --- .../Mozart-KV488-lys/02_andante/violin-i.ily | 33 +++++++++++++++++++ .../Mozart-KV488-lys/02_andante/violin-ii.ily | 33 +++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily index 8b474bc66..765122f54 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily @@ -17,4 +17,37 @@ violinI = \relative c'' { \barNumberCheck #20 \solo fis4 r8 r4 r8 | + R2.*4 | + d'2. \p | + cis2. | + b4.( cis4.) | + cis4( b8) r4 r8 | + r8 a( c) e8 r r | + r8 gis,( b) e8 r r | + e4( \f dis8) \p c4( a8) | + gis4 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #35 + \tutti + R2.*3 | + + \barNumberCheck #38 + << { s4 s8 s16 \solo } R2. >> | + R2. | + r4 r8 r r d'( \p | + cis8) r r b r r | + r8 e( gis,) a8 r r | + R2. | + R2. | + r8 fis'16( d) d( b) a8 r r | + d,4( cis8) b8 r r | + e4( d8) cis8 r r | + r16 fis( a fis a fis) r16 fis( a fis a fis) | + e8 cis' cis cis8 cis cis | + b8 b b b8 b b | + + \barNumberCheck #51 + << { s8 \tutti } a4 >> r8 r4 r8 | } diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily index e9987430d..a9c9fffdb 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily @@ -17,4 +17,37 @@ violinII = \relative c'' { \barNumberCheck #20 \solo a4 r8 r4 r8 | + R2.*4 | + b'2. \p | + a2.~ | + a2. | + a4( gis8) r4 r8 | + r8 c,8( a') c8 r r | + r8 b,( gis') gis8 r r | + a4.( \fp dis,4.) | + e4 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #35 + \tutti + R2.*3 | + + \barNumberCheck #38 + << { s4 s8 s16 \solo } R2. >> | + R2. | + r4 r8 r r gis( \p | + a8) r r fis8 r r | + r8 e( d) cis8 r r | + R2. | + R2. | + r8 d'16( b) b( gis) a8 r r | + b,4( a8) gis8 r r | + cis4( b8) a8 r r | + r16 a( fis' a, fis' a,) r16 a( fis' a, fis' a,) | + a8 a' a a8 a a | + a8 a a gis8 gis gis | + + \barNumberCheck #51 + << { s8 \tutti } a4 >> r8 r4 r8 | } From a42b416db3372313f3a2895447e6435ed81e0282 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 15:50:07 -0700 Subject: [PATCH 22/45] kv488: andante: typeset violins through 76 --- .../Mozart-KV488-lys/02_andante/violin-i.ily | 20 +++++++++++++++++++ .../Mozart-KV488-lys/02_andante/violin-ii.ily | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily index 765122f54..1facf7caf 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily @@ -50,4 +50,24 @@ violinI = \relative c'' { \barNumberCheck #51 << { s8 \tutti } a4 >> r8 r4 r8 | + R2. | + + \barNumberCheck #53 + \solo + R2.*15 | + + \barNumberCheck #68 + \tutti + r4 r8 a4.~ \p | + a8( gis fis eis8 fis gis) | + cis,4. cis'4.~ | + cis8( b a gis a b) | + eis,4. a'4.~ \f | + a8( gis fis eis8 fis gis) | + cis,4.~ cis8 b4~ | + b8( cis) a~( a8 b) gis | + + \barNumberCheck #76 + \solo + fis4 r8 r4 r8 | } diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily index a9c9fffdb..f0e60e351 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily @@ -50,4 +50,24 @@ violinII = \relative c'' { \barNumberCheck #51 << { s8 \tutti } a4 >> r8 r4 r8 | + R2. | + + \barNumberCheck #53 + \solo + R2.*15 | + + \barNumberCheck #68 + \tutti + r16 a,( \p cis fis cis a) r16 a( cis fis cis a) | + r16 a( cis fis cis a) r16 b( cis eis cis b) | + r16 b( cis eis cis b) r16 a( cis fis cis a) | + r16 d( fis b fis d) r16 b( d fis d b) | + r16 b( cis gis' cis, b) r16 a( \f cis fis cis a) | + r16 dis( fis gis fis dis) r16 gis( b d! b gis) | + r16 cis,( e fis e cis) r16 b( d g! d b) | + r16 cis( eis gis! fis cis) r16 fis( d fis eis b) | + + \barNumberCheck #76 + \solo + a4 r8 r4 r8 | } From 4e17c59f297feb8b8e2a126b72ad4c38d55eea54 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 15:52:47 -0700 Subject: [PATCH 23/45] kv488: andante: typeset violins through 83 --- .../Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily | 7 +++++++ .../Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily index 1facf7caf..61d60e239 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily @@ -70,4 +70,11 @@ violinI = \relative c'' { \barNumberCheck #76 \solo fis4 r8 r4 r8 | + cis'4.( \p b4.~) | + b8 a( gis fis gis a) | + d,4. d'4. | + gis,4 r8 r4 r8 | + R2.*3 | + + \barNumberCheck #84 } diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily index f0e60e351..aa942ce29 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily @@ -70,4 +70,11 @@ violinII = \relative c'' { \barNumberCheck #76 \solo a4 r8 r4 r8 | + a'4.( \p gis4.~) | + gis8 cis,( b a b cis) | + b4. gis'4. | + eis4 r8 r4 r8 | + R2.*3 | + + \barNumberCheck #84 } From e6f30504672942006a83a72317a1ac2942090b4f Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 17:07:47 -0700 Subject: [PATCH 24/45] kv488: add pizzicato and arco definitions Summary: Ideally, these would automatically save and restore the MIDI instruments. For now, we'll just use manual `\set Staff.midiInstrument` directives in the score. --- .../KV488/Mozart-KV488/Mozart-KV488-lys/common/definitions.ily | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/definitions.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/definitions.ily index 4b011e6d3..de795961a 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/definitions.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/definitions.ily @@ -26,6 +26,9 @@ legato = \markup { \italic legato } dolce = \markup { \italic dolce } cadenza = \markup { \italic Cadenza } +pizz = \markup { pizz. } +arco = \markup { arco } + % Voicing marking for bassoon and horn, indicating that the (monophonic) % notation should be played by both members. both = \markup { a. 2. } From 249b98e1f4f2446cda8e1c2cb28623901ce8f3f7 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 17:08:53 -0700 Subject: [PATCH 25/45] kv488: andante: typeset violins through 99 (end) --- .../Mozart-KV488-lys/02_andante/violin-i.ily | 27 +++++++++++++++++++ .../Mozart-KV488-lys/02_andante/violin-ii.ily | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily index 61d60e239..87e19238f 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-i.ily @@ -77,4 +77,31 @@ violinI = \relative c'' { R2.*3 | \barNumberCheck #84 + % These next eight measures shared across violins. + \set Staff.midiInstrument = "pizzicato strings" + r16-\pizz fis r a r cis r a r fis r cis | + r16 d r fis r a r fis r d r a | + r16 b r d r cis r b r a r gis | + r16 cis r fis r a r cis, r eis r gis | + r16 fis r a r cis r a r fis r cis | + r16 d r fis r a r fis r d r a | + r16 b r d r g r b r g r b, | + % Note: In the original score, this gis has a courtesy accidental, + % even though the corresponding gis in bar 87 does not. We reproduce + % this despite the inconsistency. + r16 cis r fis r a r cis, r eis r gis! | + + \barNumberCheck #92 + \set Staff.midiInstrument = "violin" + r16 a,(-\arco cis fis cis a) r16 cis( fis a fis cis) | + r16 d( fis gis fis d) r16 cis( eis gis eis cis) | + r16 cis( fis a fis cis) r16 d( fis a fis d) | + r16 d( fis gis fis d) r16 cis( eis gis eis cis) | + r16 cis( fis a fis cis) r16 dis( fis a fis dis) | + r16 cis( fis a fis cis) r16 cis( eis gis eis cis) | + cis8 r r cis'8 \pp r r | + fis8 r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily index aa942ce29..5825fa056 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/violin-ii.ily @@ -77,4 +77,31 @@ violinII = \relative c'' { R2.*3 | \barNumberCheck #84 + % These next eight measures shared across violins. + \set Staff.midiInstrument = "pizzicato strings" + r16-\pizz fis r a r cis r a r fis r cis | + r16 d r fis r a r fis r d r a | + r16 b r d r cis r b r a r gis | + r16 cis r fis r a r cis, r eis r gis | + r16 fis r a r cis r a r fis r cis | + r16 d r fis r a r fis r d r a | + r16 b r d r g r b r g r b, | + % Note: In the original score, this gis has a courtesy accidental, + % even though the corresponding gis in bar 87 does not. We reproduce + % this despite the inconsistency. + r16 cis r fis r a r cis, r eis r gis! | + + \barNumberCheck #92 + fis4 r8 r4 r8 | + \set Staff.midiInstrument = "violin" + d'4.-\arco b,4.~ | + b8( a) a-. r4 r8 | + d'4. b,4.~ | + b8( a) a-. r4 r8 | + a'4.( gis4.) | + fis8 r r a8 \pp r r | + cis8 r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From 827e3e177811024acef3ea6dc5ecb295f647c2d9 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 23:17:45 -0700 Subject: [PATCH 26/45] kv488: andante: typeset flute through 53 --- .../Mozart-KV488-lys/02_andante/flute.ily | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily index a844eb4f5..b027fe44e 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily @@ -1,2 +1,44 @@ flute = \relative c''' { + \barNumberCheck #1 + \solo + R2.*11 | + + \barNumberCheck #12 + \tutti + R2. | + R2. | + r4 r8 cis4.~ \p | + cis8( b a gis8 a b) | + eis,4. cis'4. \f | + dis4.( d4.) | + cis4.~ cis8 b4~ | + b8( cis) a~( a8 b) gis | + + \barNumberCheck #20 + \solo + fis4 r8 r4 r8 | + R2.*14 | + + \barNumberCheck #35 + \tutti + e4. \p cis!4 d32( cis b cis) | + d8 d d d8 r r | + r4 r8 r8 r16 cis'( d dis) | + + \barNumberCheck #38 + e16( dis e dis e cis << { s16 \solo } b8) >> r r | + e4. cis4 d32( cis b cis) | + d8-. d-. d-. d8 r r | + R2.*5 | + r4 r8 \tuplet 3/2 8 { r16 d cis b a gis fis e d } | + r4 r8 \tuplet 3/2 8 { r16 e' d cis b a gis fis e } | + R2.*3 | + + \barNumberCheck #51 + r8 \tutti cis( cis') r8 d,( d') | + r16. cis,32 cis'8( fis,) r16. b,32 b'8( eis,) | + + \barNumberCheck #53 + \solo + fis4 r8 r4 r8 | } From 6bdbb204af645a7a714a2fd94a24f1193dc8897d Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 25 Jul 2018 23:30:15 -0700 Subject: [PATCH 27/45] kv488: andante: typeset flute through 99 (end) --- .../Mozart-KV488-lys/02_andante/flute.ily | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily index b027fe44e..5efaa08f4 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/flute.ily @@ -41,4 +41,50 @@ flute = \relative c''' { \barNumberCheck #53 \solo fis4 r8 r4 r8 | + R2.*10 | + fis2.( \p | + g8) r r r4 r8 | + R2. | + R2. | + + \barNumberCheck #68 + \tutti + R2. | + R2. | + r4 r8 cis4.~ \p | + cis8( b a gis a b) | + eis,4. cis'4. \f | + dis4.( d4.) | + cis4.~ cis8 b4~ | + b8( cis) a~( a8 b) gis | + + \barNumberCheck #76 + \solo + fis4 r8 r4 r8 | + R2.*3 | + r4 r8 fis4.~ \p | + fis4. eis4( d8) | + cis2. | + b8( cis d~ d8 cis b) | + + \barNumberCheck #84 + a4 r8 r4 r8 | + R2.*3 | + a'2.~ \p | + a2. | + d4.( b4. | + a4. gis!4.) | + + \barNumberCheck #92 + fis8 r r a4.~ | + a8( gis fis eis8 fis gis) | + cis,4. a'4.~ | + a8( gis fis eis8 fis gis) | + cis,4. a'4.~ | + a8( gis fis eis8 fis gis) | + fis8-. fis-. r cis'8-. \pp cis-. r | + fis8-. fis-. r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From c3a07a9fd025b308be75b1eef838ccfbf6958f25 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 26 Jul 2018 00:32:06 -0700 Subject: [PATCH 28/45] kv488: andante: typeset cello through 53 --- .../Mozart-KV488-lys/02_andante/cello.ily | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily index ec069c19c..7a436e1f0 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily @@ -1,2 +1,60 @@ cello = \relative c { + \barNumberCheck #1 + \solo + R2.*11 | + + \barNumberCheck #12 + \tutti + fis8 \p r r fis8 r r | + fis8 r r gis8 r r | + a8 r r a,8 r r | + b8 r r b'8 r r | + cis8 r r fis,8 \f r r | + bis,8 r r b8 r r | + ais4. b8( g' fis) | + eis8( cis fis) d8( b cis) | + + \barNumberCheck #20 + \solo + fis,4 r8 r4 r8 | + R2.*4 | + gis'2. \p | + a4.( cis,4.) | + d4.( dis4.) | + e8 r r e8 r r | + e8 r r e8 r r | + e8 r r e8 r r | + f8 \f r r f8 \p r r | + e2.~ | + e2.~ | + e4 r8 r4 r8 | + + \barNumberCheck #35 + \tutti + a4 a8 a4 a8 | + gis4 gis8 gis4 e8 | + a4 r8 r4 r8 | + + \barNumberCheck #38 + e8 e e << { s16 \solo } e8 >> r r | + R2. | + r4 r8 r8 r e8( \p | + fis8) r r d8 r r | + e4.( a,8) r r | + R2. | + R2. | + r8 d( e) a,8 r r | + r8 gis( a) e'8 r r | + a,8( cis e) fis8 r r | + d4.( dis4.) | + e4 r8 e4 r8 | + e4 r8 e4 r8 | + + \barNumberCheck #51 + a,8 \tutti r r b8 r r | + cis8 r r cis8 r r | + + \barNumberCheck #53 + \solo + fis4 r8 r4 r8 | } From 8f05508d7a0a0c994f1419cfcd632744b11ac461 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 26 Jul 2018 08:58:24 -0700 Subject: [PATCH 29/45] kv488: andante: typeset cello through 99 (end) --- .../Mozart-KV488-lys/02_andante/cello.ily | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily index 7a436e1f0..6aaa15a5d 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/cello.ily @@ -57,4 +57,54 @@ cello = \relative c { \barNumberCheck #53 \solo fis4 r8 r4 r8 | + R2.*14 | + + \barNumberCheck #68 + \tutti + fis8 \p r r fis8 r r | + fis8 r r gis8 r r | + a8 r r a,8 r r | + b8 r r b'8 r r | + cis8 r r fis,8 \f r r | + bis,8 r r b8 r r | + ais4.( b8)( g' fis) | + eis8( cis fis) d8( b cis) | + + \barNumberCheck #76 + \solo + fis,8 r r fis'8 \p r r | + fis8 r r gis8 r r | + a8 r r a8 r r | + b8 r r b,8 r r | + cis2.~ | + cis2.~ | + cis2.~ | + cis2. | + + \barNumberCheck #84 + \set Staff.midiInstrument = "pizzicato strings" + fis8-\pizz a cis a8 fis cis | + d8 fis a fis8 d a | + b8 d cis b8 a gis | + cis8 fis a cis,8 eis gis | + fis8 a cis a8 fis cis | + d8 fis a fis8 d a | + b8 d g b8 g b, | + % Note: In the original score, this gis has a courtesy accidental, + % even though the corresponding gis in bar 87 does not. We reproduce + % this despite the inconsistency. + cis8 fis a cis,8 eis gis! | + + \barNumberCheck #92 + fis8 r r \set Staff.midiInstrument = "cello" a,8-\arco r r | + b8 r r cis8 r r | + a8 r r d8 r r | + b8 r r cis8 r r | + a8 r r bis8 r r | + cis8 r r cis8 r r | + fis8 r r fis8 \pp r r | + fis8 r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From 79e68e7ef52d3863b2ddcb7b10341f11b3f8a04e Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 26 Jul 2018 10:50:37 -0700 Subject: [PATCH 30/45] kv488: andante: typeset viola through 53 --- .../Mozart-KV488-lys/02_andante/viola.ily | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily index 528009d24..6370cb74a 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily @@ -1,2 +1,57 @@ viola = \relative c' { + \barNumberCheck #1 + \solo + R2.*11 | + + \barNumberCheck #12 + \tutti + cis,2.~ \p | + cis2.~ | + cis2. | + fis4. gis4.~ | + gis4. fis4. \f | + bis4.( b4.) | + ais4. b8( g fis) | + eis8( cis fis) d'( b cis) | + + \barNumberCheck #20 + \solo + fis,4 r8 r4 r8 | + R2.*4 | + e'2.~ \p | + e2. | + fis2. | + e8 r r e8 r r | + e8 r r e8 r r | + e8 r r e8 r r | + c4.( \fp a4.) | + b4 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #35 + \tutti + R2.*3 | + + \barNumberCheck #38 + << { s4 s8 s16 \solo } R2.*2 >> | + r4 r8 r8 r b( \p | + a8) r r d8 r r | + r8 cis( b) a8 r r | + R2. | + R2. | + r8 fis'( e) e8 r r | + e,2.~ | + e4( gis8) a r r | + b4.( c4.) | + cis!8 e e e8 e e | + e8 e e 8 q q | + + \barNumberCheck #51 + << { s8 \tutti } 4 >> r8 r4 r8 | + R2. | + + \barNumberCheck #53 + \solo + R2. | } From 462ef809d6951c206b390a7af27417f9e7723e0f Mon Sep 17 00:00:00 2001 From: William Chargin Date: Thu, 26 Jul 2018 11:06:23 -0700 Subject: [PATCH 31/45] kv488: andante: typeset viola through 99 (end) --- .../Mozart-KV488-lys/02_andante/viola.ily | 50 ++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily index 6370cb74a..5d4eef32c 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/viola.ily @@ -53,5 +53,53 @@ viola = \relative c' { \barNumberCheck #53 \solo - R2. | + R2.*15 | + + \barNumberCheck #68 + \tutti + cis,2.~ \p | + cis2.~ | + cis2. | + fis4. gis4.~ | + gis4. fis4. \f | + bis4.( b4.) | + ais4. b8( g fis) | + eis8( cis fis) d'( b cis) | + + \barNumberCheck #76 + \solo + fis,4 r8 r4 r8 | + cis'4.( \p eis~) | + eis4.( fis4.) | + fis,4. b4. | + cis4 r8 r4 r8 | + R2.*3 | + + \barNumberCheck #84 + \set Staff.midiInstrument = "pizzicato strings" + fis8-\pizz a cis a8 fis cis | + d8 fis a fis8 d a | + b8 d cis b8 a gis | + cis8 fis a cis,8 eis gis | + fis8 a cis a8 fis cis | + d8 fis a fis8 d a | + b8 d g b8 g b, | + % Note: In the original score, this gis has a courtesy accidental, + % even though the corresponding gis in bar 87 does not. We reproduce + % this despite the inconsistency. + cis8 fis a cis,8 eis gis! | + + \barNumberCheck #92 + fis4 r8 r4 r8 | + \set Staff.midiInstrument = "viola" + b4.-\arco gis,4.~ | + gis8( fis) fis-. r4 r8 | + b'4. gis,4.~ | + gis8( fis) fis-. r4 r8 | + cis'4.( b4.) | + a8 r r fis'8 \pp r r | + a8 r r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From 1a1702f6a50feefc18da9d8e06f5fed0e79a885a Mon Sep 17 00:00:00 2001 From: William Chargin Date: Fri, 27 Jul 2018 10:31:46 -0700 Subject: [PATCH 32/45] kv488: andante: typeset clarinet through 53 --- .../Mozart-KV488-lys/02_andante/clarinet.ily | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily index 7bd747d39..246b6ccf4 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily @@ -1,2 +1,106 @@ clarinet = \relative c'' { + % Note that ``\transposition a'' is in effect. + + \barNumberCheck #1 + \solo + R2.*11 + + \barNumberCheck #12 + \tutti + << + { + r4 r8 c'4.~ \p | + c8( b a gis8 a b) | + e,4. r4 r8 | + } \\ + { R2.*3 | } \\ + >> | + R2. | + r4 r8 + << + { + c'4.~ \f | + c8 b a gis8 a b | + bes8( a g!) f4. | + e8( d) c~( c8 d) b | + \barNumberCheck #20 + \solo + a4 + } \\ + { + e'4. | + fis4.( f4.) | + e4.~ e8 d( c) | + b!8( gis) a~ a8 b gis | + \barNumberCheck #20 + \solo + a4 + } \\ + >> + r8 r4 r8 | + R2.*11 | + + << + { + d4.( \p ees4.) | + d8 + } \\ + { + b4.( c4.) | + b8 + } \\ + >> r8 r8 r4 r8 | + R2. | + + \barNumberCheck #35 + \tutti + << + { + e!4. c4 d32( c b c) | + d8 d d d8 r r | + r16 e( f g a b c16 d e) e,( f fis) | + \barNumberCheck #38 + g16( fis g fis g e << { s16 \solo} d8) >> + } \\ + { + \tuplet 3/2 8 { + g,,16 c e g e c g c e g,16 c e g e c g c e | + g,16 b d g d b g b d g,16 b d g d b g b d | + } + c8 r r r8 r16 c'( d dis) | + \barNumberCheck #38 + e16( dis e dis e c << { s16 \solo } b8) >> + } \\ + >> r8 r8 | + + 4. 4 32( ) | + 8-. q-. q-. q8-. r r | + R2. | + R2. | + 4( 8) 8 r r | + 4( 8) 8 r r | + R2.*6 | + + \barNumberCheck #51 + << + { + \barNumberCheck #51 + s8 \tutti s s s4 s8 | + s2. | + \barNumberCheck #53 + \solo + } + { + e4.( d4.) | + c4. b4( d8) | + c4 + } \\ + { + c4.~ c8 b4~ | + b8 a4~ a8 gis b | + a4 + } \\ + >> r8 r4 r8 | + + \barNumberCheck #54 } From d3cd2cf0b4feea940b0fd8d72fc47ec93632bbff Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 29 Jul 2018 13:33:00 -0700 Subject: [PATCH 33/45] kv488: andante: typeset clarinet through 99 (end) --- .../Mozart-KV488-lys/02_andante/clarinet.ily | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily index 246b6ccf4..862a1fa39 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/clarinet.ily @@ -103,4 +103,93 @@ clarinet = \relative c'' { >> r8 r4 r8 | \barNumberCheck #54 + R2.*10 | + << + { + f'2.~ \p | + f8 + } \\ + { + a,2.( | + bes8) + } \\ + >> r8 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #68 + \tutti + << + { + r4 r8 c'4.~^\p | + c8( (b a gis a b) | + e,4. r4 r8 | + } \\ + { + R2. | + R2. | + R2. | + } \\ + >> | + R2. | + r4 r8 + << + { + c'4.~ \f | + c8( (b a gis a b) | + bes8 a g f4. | + e8( d) c~( c8 d) b | + } \\ + { + e4. | + fis4. f4. | + e4.~ e8( d c) | + b8( gis) a~( a8 b) gis | + } \\ + >> | + + \barNumberCheck #76 + \solo + << a4 \\ a4 >> r8 r4 r8 | + R2.*3 | + << + { + r4 r8 c'4.~ | + c4. b4.~ | + b4. a4.~ | + a4.( gis4.) | + a4 + } \\ + { + e2. \p | + dis4.( d4. | + cis4. c4.) | + b2. | + a4 + } \\ + >> r8 r4 r8 | + R2.*3 | + + 2.( \p | + 2.) | + 2. | + 4.( 4.) | + 8 r r r4 r8 | + R2. | + + << + { + r4 r8 c,4.~ | + c8( b a gis8 a b) | + e,4. c'4.~ | + c8( b a gis8 a b) | + } \\ + { R2.*4 | } \\ + >> | + << { a8[-. e']-. } \\ { a,[-. c]-. } >> r + << { a'8[-. \pp a]-. } \\ { c,[-. c]-. } >> r | + << { c'8[-. c]-. } \\ { e,[-. e]-. } >> r r4 r8 | + \bar "|." + + \barNumberCheck #100 } From d0f9ba7b678e05c97a6162f30d7c03f59b976702 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 29 Jul 2018 11:57:23 -0700 Subject: [PATCH 34/45] kv488: andante: typeset horn through 53 --- .../Mozart-KV488-lys/02_andante/horn.ily | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily index df8f1528f..bfb05f168 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily @@ -1,2 +1,48 @@ horn = \relative c'' { + % Note that ``\transposition a'' is in effect. + + \barNumberCheck #1 + \solo + R2.*11 + + \barNumberCheck #12 + \tutti + R2.*7 | + << { e,4. \f } \\ e4. >> r8 r << e8 \\ e8 >> | + + \barNumberCheck #20 + \solo + << e4 \\ e4 >> r8 r4 r8 | + R2.*7 | + 2.~ \p | + q2.~ | + q2. | + R2. | + q2.~ | + q2.~ | + q4 r8 r4 r8 | + + \barNumberCheck #35 + \tutti + R2.*3 | + + \barNumberCheck #38 + << { s4 s8 s16 \solo } R2. >> | + q2.~ | + q8 q-. q-. q8 r r | + R2. | + << g4. \\ g4. >> 8( ) | + 2.~ | + q4. 8 r r | + R2.*4 | + 2.~ | + q2. | + + \barNumberCheck #51 + << { s8 \tutti } c,4 \\ c4 >> r8 r4 r8 | + << e2. \\ e2. >> | + + \barNumberCheck #53 + \solo + << e4 \\ e4 >> r8 r4 r8 | } From b7782891c11b7faf7b49b391be9417f02f367a9f Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 29 Jul 2018 12:07:41 -0700 Subject: [PATCH 35/45] kv488: andante: typeset horn through 99 (end) --- .../Mozart-KV488-lys/02_andante/horn.ily | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily index bfb05f168..b39cec4ac 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/horn.ily @@ -45,4 +45,61 @@ horn = \relative c'' { \barNumberCheck #53 \solo << e4 \\ e4 >> r8 r4 r8 | + R2.*10 | + << + { + c'2.( \p | + d8) r r r4 r8 | + } \\ + { + c,2. | + R2. | + } \\ + >> | + R2. | + R2. | + + \barNumberCheck #68 + \tutti + R2.*7 + e4.-\both \f r4 e8 | + + \barNumberCheck #76 + \solo + e2.~ \p | + e2.~ | + e2. | + R2. | + e2.~ | + e2.~ | + e2.~ | + e2.~ | + e4 r8 r4 r8 | + R2.*3 | + + << + { + c'2.~ \p | + c2. | + d2. | + e2.~ | + e8 + } \\ + { + e,2.( | + c2.) | + R2. | + e2.~ | + e8 + } \\ + >> + r8 r8 r4 r8 | + R2.*4 | + << e2. \\ e2. >> | + << { e8[-. e]-. } \\ { e8[-. e]-. } >> r8 + << { e8[-. \pp e]-. } \\ { c8[-. c]-. } >> r8 | + << { c'8[-. c]-. } \\ { e,8[-. e]-. } \\ >> r8 r4 r8 | + \bar "|." + + \barNumberCheck #100 } From 1095dd26751022a509c0ed3c4e2bfcef6fc6ddcf Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 13 Jan 2019 08:54:57 -0800 Subject: [PATCH 36/45] kv488: andante: typeset bassoon through 53 --- .../Mozart-KV488-lys/02_andante/bassoon.ily | 126 ++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily index d4148e8ab..91102fc23 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily @@ -1,2 +1,128 @@ bassoon = \relative c { + \barNumberCheck #1 + \solo + R2.*11 + + \barNumberCheck #12 + \tutti + << + { + R2. | + r4 r8 b'4.~^\p | + b8( a gis fis gis a) | + d,4. d'4.~ | + d8( cis b a gis fis) | + dis'4.( d4.) | + g8 fis e d4. | + cis8( b) a~( a b) gis | + } \\ + { + fis,2.~ \p | + fis4.( gis) \p | + a2. | + b2. | + cis4. fis,4. \f | + bis4.( b4.) | + ais4.( b8) b'( a!) | + gis!8( eis) fis~ fis gis eis | + } \\ + >> + + \barNumberCheck #20 + \solo + << fis4 \\ fis4 >> r8 r4 r8 | + R2.*11 | + + \barNumberCheck #32 + R2. | + << + { + b4.( c4.) | + b4 + } \\ + { + gis4.( \p a4.) | + gis4 + } + >> + r8 r4 r8 | + + \barNumberCheck #35 + \tutti + R2.*2 | + << + { + r16( a b cis! d b cis16 gis a cis d dis) | + \barNumberCheck #38 + e16( dis e dis e cis << { s16 \solo } b8) >> + } \\ + { + r4 r8 r8 r16 a( b bis) | + \barNumberCheck #38 + cis16( bis cis bis cis a << { s16 \solo } gis8) >> + } \\ + >> + r8 r8 | + << + { + a4 a8 a4 a8 | + gis8-. gis-. gis-. gis8 + } \\ + { + a,4 a8 a4 a8 | + gis8-. gis-. gis-. gis8 + } \\ + >> r8 r8 | + R2. | + R2. | + r8 + << + { gis'8( a) e8 } \\ + { gis,8( a) e8 } \\ + >> + r8 r8 | + << + { a'8( cis gis) a8 } \\ + { a,8( cis e) a8 } \\ + >> + r8 r8 | + R2. | + << + { + r4 r8 \tuplet 3/2 8 { r16 b a gis fis e d cis b } | + r4 r8 \tuplet 3/2 8 { r16 cis' b a gis fis e d cis } | + } \\ + { R2.*2 | } \\ + >> | + R2. | + << + { + cis'2.( | + b2.) | + } \\ + { + a2.~ | + a4. gis4. | + } \\ + >> | + + \barNumberCheck #51 + << + { + \barNumberCheck #51 + a8[ \tutti r8 a]( b8[) r b]( | + cis8[) r cis]( cis,8[) r cis] | + \barNumberCheck #53 + \solo + fis4 r8 r4 r8 | + } \\ + { + \barNumberCheck #51 + a8 \tutti r r r4 r8 | + R2. | + \barNumberCheck #53 + \solo + R2. | + } \\ + >> | } From 50133cf7574e73e1162911c39f294675ee1c94c1 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 13 Jan 2019 17:07:33 -0800 Subject: [PATCH 37/45] kv488: andante: typeset bassoon through 99 (end) --- .../Mozart-KV488-lys/02_andante/bassoon.ily | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily index 91102fc23..272ab24de 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/02_andante/bassoon.ily @@ -125,4 +125,95 @@ bassoon = \relative c { R2. | } \\ >> | + + \barNumberCheck #54 + R2.*10 | + << + { + d2.~ | + d8 + } \\ + { + d,2.( \p | + b8) + } \\ + >> + r8 r8 r4 r8 | + R2. | + R2. | + + \barNumberCheck #68 + \tutti + << + { + R2. | + r4 r8 b'4.~^\p | + b8( a gis fis gis a) | + d,4. d'4.~ | + d8( cis b a8 gis fis) | + dis'4.( d4.) | + g8( fis e) d4. | + cis8( b) a~( a b) gis | + } \\ + { + fis,2.~ \p | + fis4. gis4. | + a2. | + b2. | + cis4. fis,4. \f | + bis4.( b4.) | + ais4.( b8) b'8( a!) | + gis8( eis) fis~ fis8 gis eis | + } \\ + >> + + \barNumberCheck #76 + \solo + << fis4 \\ fis4 >> r8 r4 r8 | + R2.*3 | + << + { + r4 r8 r16 cis \p fis a cis cis, | + r4 r8 r16 cis eis gis cis cis, | + r4 r8 r16 cis fis a! cis cis, | + r4 r8 r16 cis eis gis cis cis, | + fis4 r8 r4 r8 | + } \\ + { R2.*5 | } \\ + >> | + R2.*3 | + << + { + fis'2.~ \p | + fis2. | + d2. | + fis4.( eis4.) | + fis8 + } \\ + { + cis2.( | + d2.) | + b2. | + cis2. | + a8 + } \\ + >> + r8 r8 r4 r8 | + R2.*3 | + << + { + r4 r8 a4.~ | + a8( gis fis eis fis gis) | + } \\ + { + R2. | + R2. | + } \\ + >> | + << { fis8-. a-. } \\ { fis8-. fis8-. } >> r8 + << { fis'8-. \pp fis-. } \\ { fis,8-. fis8-. } >> r8 | + << { fis'8-. fis-. } \\ { fis,8-. fis8-. } >> r8 r4 r8 | + \bar "|." + + \barNumberCheck #100 } From ec6673e4ec25448c38219b00723a8c9c30ba6572 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 13 Jan 2019 17:08:24 -0800 Subject: [PATCH 38/45] kv488: andante: done --- .../KV488/Mozart-KV488/Mozart-KV488-lys/common/variables.ily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/variables.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/variables.ily index 69cbb9314..129a275ce 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/variables.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/common/variables.ily @@ -32,7 +32,7 @@ combinedPublicationName = "Conductor’s Score" %% Movement-specific variables thisTempoMovI = "Allegro" -thisTempoMovII = "Andante (under construction)" +thisTempoMovII = "Andante" thisTempoMovIII = "Presto (under construction)" thisIdentifierMovI = "I" From 3ff3e29b52b900cc1062489adc31c54f1e559efa Mon Sep 17 00:00:00 2001 From: William Chargin Date: Sun, 13 Jan 2019 17:08:33 -0800 Subject: [PATCH 39/45] kv488: andante: enable mark consistency assertions Summary: As in eb0fec4195e1521afe2a37b749ceade0435dfe7b. --- .../Mozart-KV488/Mozart-KV488-lys/assert_consistent_marks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/assert_consistent_marks.sh b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/assert_consistent_marks.sh index e228e11ec..25bdd7b5d 100755 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/assert_consistent_marks.sh +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/assert_consistent_marks.sh @@ -55,6 +55,7 @@ check_movement() { main() { check_movement 01_allegro + check_movement 02_andante exit "${failed}" } From de23da8bb4f2b4379e344466d3f58bc3ce53bf46 Mon Sep 17 00:00:00 2001 From: Glen Larsen Date: Sun, 20 Jan 2019 17:03:24 -0800 Subject: [PATCH 40/45] Rename -lys folder, rename primary artifact --- .../{ => Premier_Balet_de_Village-lys}/01/flute.ily | 0 .../{ => Premier_Balet_de_Village-lys}/01/guitarLower.ily | 0 .../{ => Premier_Balet_de_Village-lys}/01/guitarUpper.ily | 0 .../{ => Premier_Balet_de_Village-lys}/01/midi.ily | 0 .../{ => Premier_Balet_de_Village-lys}/01/music.ily | 0 .../{ => Premier_Balet_de_Village-lys}/01/violin.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/flute.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/guitarLower.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/guitarUpper.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/midi.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/music.ily | 0 .../{ => Premier_Balet_de_Village-lys}/02/violin.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/flute.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/guitarLower.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/guitarUpper.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/midi.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/music.ily | 0 .../{ => Premier_Balet_de_Village-lys}/03/violin.ily | 0 .../Premier_Balet_de_Village.ly} | 0 .../{ => Premier_Balet_de_Village-lys}/README.txt | 0 .../{ => Premier_Balet_de_Village-lys}/common/conductor-cover.ily | 0 .../common/conductor-dimension.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/conductor-staff.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/definitions.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/merge-rests.scm | 0 .../{ => Premier_Balet_de_Village-lys}/common/mutopia-header.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/parts-dimension.ily | 0 .../common/parts-staff-single-instr.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/scroll-one-btm.eps | 0 .../{ => Premier_Balet_de_Village-lys}/common/scroll-one-top.eps | 0 .../{ => Premier_Balet_de_Village-lys}/common/styles.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/variables.ily | 0 .../{ => Premier_Balet_de_Village-lys}/common/version.ily | 0 .../parts/Premier_Balet-flute.ly | 0 .../parts/Premier_Balet-guitar.ly | 0 .../parts/Premier_Balet-midi.ly | 0 .../parts/Premier_Balet-violin.ly | 0 .../{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_01.ly | 0 .../{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_02.ly | 0 .../{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_03.ly | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/flute.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/guitarLower.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/guitarUpper.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/midi.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/music.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/01/violin.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/flute.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/guitarLower.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/guitarUpper.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/midi.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/music.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/02/violin.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/flute.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/guitarLower.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/guitarUpper.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/midi.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/music.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/03/violin.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{Premier_Balet.ly => Premier_Balet_de_Village-lys/Premier_Balet_de_Village.ly} (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/README.txt (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/conductor-cover.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/conductor-dimension.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/conductor-staff.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/definitions.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/merge-rests.scm (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/mutopia-header.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/parts-dimension.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/parts-staff-single-instr.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/scroll-one-btm.eps (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/scroll-one-top.eps (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/styles.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/variables.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/common/version.ily (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet-flute.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet-guitar.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet-midi.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet-violin.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_01.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_02.ly (100%) rename ftp/BoismortierJBd/O52/Premier_Balet_de_Village/{ => Premier_Balet_de_Village-lys}/parts/Premier_Balet_03.ly (100%) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/flute.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/flute.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/flute.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/guitarLower.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarLower.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/guitarLower.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/guitarUpper.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/guitarUpper.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/guitarUpper.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/midi.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/midi.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/midi.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/music.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/music.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/music.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/violin.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/01/violin.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/01/violin.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/flute.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/flute.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/flute.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/guitarLower.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarLower.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/guitarLower.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/guitarUpper.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/guitarUpper.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/guitarUpper.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/midi.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/midi.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/midi.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/music.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/music.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/music.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/violin.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/02/violin.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/02/violin.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/flute.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/flute.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/flute.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/guitarLower.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarLower.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/guitarLower.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/guitarUpper.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/guitarUpper.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/guitarUpper.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/midi.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/midi.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/midi.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/music.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/music.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/music.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/violin.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/03/violin.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/03/violin.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/Premier_Balet_de_Village.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/Premier_Balet_de_Village.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/README.txt rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-cover.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-cover.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-cover.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-dimension.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-dimension.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-dimension.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-staff.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/conductor-staff.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/conductor-staff.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/definitions.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/definitions.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/definitions.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/merge-rests.scm similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/merge-rests.scm rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/merge-rests.scm diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/mutopia-header.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/parts-dimension.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-dimension.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/parts-dimension.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/parts-staff-single-instr.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/parts-staff-single-instr.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/parts-staff-single-instr.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/scroll-one-btm.eps similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-btm.eps rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/scroll-one-btm.eps diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/scroll-one-top.eps similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/scroll-one-top.eps rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/scroll-one-top.eps diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/styles.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/styles.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/styles.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/variables.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/variables.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/variables.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/version.ily similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/common/version.ily rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/version.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-flute.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-flute.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-flute.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-guitar.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-guitar.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-guitar.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-midi.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-midi.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-midi.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-violin.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet-violin.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet-violin.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_01.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_01.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_01.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_02.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_02.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_02.ly diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_03.ly similarity index 100% rename from ftp/BoismortierJBd/O52/Premier_Balet_de_Village/parts/Premier_Balet_03.ly rename to ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/parts/Premier_Balet_03.ly From b5aaba622cebcb278231457ac492d0e978afdf9c Mon Sep 17 00:00:00 2001 From: Glen Larsen Date: Sun, 20 Jan 2019 17:08:45 -0800 Subject: [PATCH 41/45] Fix typo in composer, add version --- .../Premier_Balet_de_Village-lys/common/mutopia-header.ily | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100755 => 100644 ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily old mode 100755 new mode 100644 index ede8aa72e..2b9a6151a --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/common/mutopia-header.ily @@ -1,3 +1,4 @@ +\version "2.18.2" \header { date = "1734" style = "Baroque" @@ -7,6 +8,9 @@ license = "Creative Commons Attribution-ShareAlike 4.0" mutopiatitle = "Premier Balet de Village" mutopiaopus = "Op. 52" - mutopiacomposer = "BoismortierJB" + mutopiacomposer = "BoismortierJBd" mutopiainstrument = "Flute, violin and guitar" + footer = "Mutopia-2019/01/20-2240" + copyright = \markup {\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0) \right-column {\with-url #"http://www.MutopiaProject.org" {\abs-fontsize #9 "Mutopia " \concat {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Project "}}}\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) \center-column {\abs-fontsize #11.9 \with-color #grey \bold {"ǀ" "ǀ"}}\override #'(font-name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) \column { \abs-fontsize #8 \concat {"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " ©" 2019 ""by " \maintainer " — " \footer}\concat {\concat {\abs-fontsize #8 { \with-url #"http://creativecommons.org/licenses/by-sa/4.0/" "Creative Commons Attribution ShareAlike 4.0 International License" " — free to distribute, modify, and perform" }}\abs-fontsize #13 \with-color #white "ǀ" }}} + tagline = ##f } From 7a27b8776642a6df9b3f8caf9b53f6d96e9c51dc Mon Sep 17 00:00:00 2001 From: Glen Larsen Date: Mon, 21 Jan 2019 09:24:33 -0800 Subject: [PATCH 42/45] Fix link --- .../Premier_Balet_de_Village-lys/README.txt | 29 ++----------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt index ad11375ba..bd0cbd080 100755 --- a/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt +++ b/ftp/BoismortierJBd/O52/Premier_Balet_de_Village/Premier_Balet_de_Village-lys/README.txt @@ -4,7 +4,7 @@ and licensed under Creative Commons Attribution 4: https://imslp.org/wiki/4_Balets_de_village_en_trio%2C_Op.52_(Boismortier%2C_Joseph_Bodin_de) -I have kept the same layout format (re. line breaks) +I have kept the same layout format (re. line breaks) as the above edition so that guitarists can easily compare the guitar continuo with the keyboard original. @@ -15,32 +15,7 @@ folder, the file structure follows the Mutopia ensemble template from https://github.com/MutopiaProject/MutopiaProject. ly2video rendering: -https://www.youtube.com/watch?v=lQnTBqPZew8 +https://www.youtube.com/watch?v=zL7VZeHtwsk Mike Blackstock, Maintainer - - - - - - - - - - - - - - - - - - - - - - - - - From 54e4cfd441e5184d08f0592932778fe9c7cd4df4 Mon Sep 17 00:00:00 2001 From: Glen Larsen Date: Mon, 21 Jan 2019 13:28:57 -0800 Subject: [PATCH 43/45] @metzguar's changes: Fixed octava from bar 10 until end. Fixed rest positions and full bar rests. Use default font size. Alexander Brock has already approved the changes. --- .../magicflute-15-aria-piano.ly | 312 +++++++++--------- 1 file changed, 158 insertions(+), 154 deletions(-) diff --git a/ftp/MozartWA/KV620/magicflute-15-aria-piano/magicflute-15-aria-piano.ly b/ftp/MozartWA/KV620/magicflute-15-aria-piano/magicflute-15-aria-piano.ly index 1b7d7eb14..2fdc27468 100644 --- a/ftp/MozartWA/KV620/magicflute-15-aria-piano/magicflute-15-aria-piano.ly +++ b/ftp/MozartWA/KV620/magicflute-15-aria-piano/magicflute-15-aria-piano.ly @@ -1,30 +1,22 @@ \version "2.19.65" \paper { - page-top-space = #0.0 - %indent = 0.0 - %line-width = 18.0\cm - ragged-bottom = ##f - ragged-last-bottom = ##f - %page-count = 5 - - system-system-spacing = - #'( - %(basic-distance . 0) - %(minimum-distance . 0) - %(padding . 5) - %(stretchability . 20) + ragged-bottom = ##f + ragged-last-bottom = ##f + + system-system-spacing = + #'( + %(basic-distance . 0) + %(minimum-distance . 0) + %(padding . 5) + %(stretchability . 20) ) } -%#(set-default-paper-size "a4") - -#(set-global-staff-size 18) - \include "articulate.ly" \header { - + title = "The Magic Flute (Die Zauberflöte)" subtitle = "No. 15 Arie" composer = "W. A. Mozart (1756-1791)" @@ -35,16 +27,15 @@ source = "C. F. Peters 18??" % IMSLP272122-PMLP20137-Zauberfloete_(Partitur_Peters).pdf date = "1791" style = "Classical" - meter = "Larghetto." maintainer = "Alexander Brock" maintainerEmail = "alexander@lunar-orbit.de" mutopiainstrument = "Voice (Bass) and piano" - license = "Creative Commons Attribution-ShareAlike 4.0" - - footer = "Mutopia-2018/10/16-2234" - copyright = \markup {\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0) \right-column {\with-url #"http://www.MutopiaProject.org" {\abs-fontsize #9 "Mutopia " \concat {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Project "}}}\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) \center-column {\abs-fontsize #11.9 \with-color #grey \bold {"ǀ" "ǀ"}}\override #'(font-name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) \column { \abs-fontsize #8 \concat {"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " ©" 2018 ""by " \maintainer " — " \footer}\concat {\concat {\abs-fontsize #8 { \with-url #"http://creativecommons.org/licenses/by-sa/4.0/" "Creative Commons Attribution ShareAlike 4.0 International License" " — free to distribute, modify, and perform" }}\abs-fontsize #13 \with-color #white "ǀ" }}} - tagline = ##f + license = "Creative Commons Attribution-ShareAlike 4.0" + + footer = "Mutopia-2019/01/21-2234" + copyright = \markup {\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0) \right-column {\with-url #"http://www.MutopiaProject.org" {\abs-fontsize #9 "Mutopia " \concat {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Project "}}}\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) \center-column {\abs-fontsize #11.9 \with-color #grey \bold {"ǀ" "ǀ"}}\override #'(font-name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) \column { \abs-fontsize #8 \concat {"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " ©" 2018 ""by " \maintainer " — " \footer}\concat {\concat {\abs-fontsize #8 { \with-url #"http://creativecommons.org/licenses/by-sa/4.0/" "Creative Commons Attribution ShareAlike 4.0 International License" " — free to distribute, modify, and perform" }}\abs-fontsize #13 \with-color #white "ǀ" }}} + tagline = ##f } mysegno = { @@ -57,7 +48,7 @@ melodyintro = \relative c { \tempo 8 = 60 \partial 16 r16^\markup{\larger{"Larghetto."}} | - r2 | + R2 | r4^"Sarastro." r8 \bar "||" \mysegno } @@ -70,7 +61,7 @@ melodylayout = \relative c { b8. \noBeam b16 bis([ cis]) a( fis) e8.( fis16) dis8 \noBeam fis gis16( b8) gis32([ e]) dis16([ fis8]) e32( cis) - b4 r + b4 r r r16 b \noBeam cis \noBeam dis e([ fis)] gis([ a)] b([ cis32 b a gis)] fis( e) \appoggiatura gis8 fis4 r16 b, \noBeam cis \noBeam dis @@ -87,11 +78,11 @@ melodylayout = \relative c { fis( a8) \noBeam cis \appoggiatura cis b4. cis16( dis) e4r - r2 - r4 r8 - \bar "||" + R2 + r4 r8 + \bar "||" + - } melodymidi = \relative c { @@ -103,7 +94,7 @@ melodymidi = \relative c { b8. \noBeam b16 bis([ cis]) a( fis) e8.( fis16) dis8 \noBeam fis gis16( b8) gis32([ e]) dis16([ fis8]) e32( cis) - b4 r + b4 r r r16 b \noBeam cis \noBeam dis e([ fis)] gis([ a)] b([ cis32 b a gis)] fis( e) gis8( fis8) r16 b, \noBeam cis \noBeam dis @@ -121,63 +112,70 @@ melodymidi = \relative c { cis8( b4) cis16( dis) e4r r2 - r4 r8 - \bar "||" + r4 r8 + \bar "||" + - } rhintro = \relative c' { - \partial 16 + \partial 16 16^"Str. Quart." | - << {8. ( 16) 8.( 16) | } \\ - { b,8 r a r | } >> + << + {8. ( 16) 8.( 16) | } \\ + { b,8 r a a\rest | } + >> 8-.^"Bl." -. r \bar "||" \mysegno } rh = \relative c' { - + r8 | 4( ) | - << { 4( 8) \noBeam b'^\markup{"Fl."} | - e8.( fis32 e) dis16( e )| - } - \\ { b,4. r8| - r8 b' b16( e, fis gis) |} + << + { + 4( 8) \noBeam b'^\markup{"Fl."} | + e8.( fis32 e) dis16( e )| + } + \\ { + b,4. r8| + r8 b' b16( e, fis gis) | + } >> 8([ 16]) \noBeam - -. -. -. -. | + -. -. -. -. -. | 4( ) | - << { 4( 8)} \\ - { b4. r8|} - >> - r8 + << + { 4( 8)} \\ + { b4. } + >> r8| + r8 \voiceOne \autoBeamOff \crossStaff { -.[ -. -.]}| \autoBeamOn - 16 \noBeam \clef treble b'''8^"Fl."( gis32 e) dis16( fis8 e32 cis)| - b4 r16 b-.^"Viol." cis-. dis-.| - e-. fis-. gis-. a-. b-. -. -. | - << { e'8( dis)} \\ { fis,16.( gis32 a8)} >> r16 b,-. -. -. | + b16 \noBeam \stemDown b''8^"Fl."( gis32 e) dis16( fis8 e32 cis)| + b4 b16\rest \stemUp b-.^"Viol." cis-. dis-.| + e-. fis-. gis-. a-. b-. -. -. -.| + << { e'8( dis)} \\ { fis,16.( gis32 a8)} >> b,16\rest b-. -. -. | -. -. -. -. -. -. -. -.| - << { e'8( dis)} \\ { fis,16.( gis32 a8)} >> r16 fis,16( )| - r8 r | - r r | + << { e'8( dis)} \\ { fis,16.( gis32 a8)} >> b,16\rest fis16( )| + b'8\rest b'\rest | + b'\rest b'\rest | ([ ])| - << { ( ) } \\{ b4} >> r16 ^"Fl."_"Viol."( )| + << { ( ) } \\{ b4} >> b'16\rest \stemNeutral ^"Fl."_"Viol."( )| 8.( 16) 8.( 32 )| - 8( ) r16 - 8-. 32( ) 8( )| - r | - r8 r | - r 16-.^"Fl."_"Hörn." -. -. -. -. -.| - 8 r16 e' dis( a' fis dis| - e8) r16 ( )| + 8( ) b16\rest + 8 32( ) 8( )| + b'\rest | + b'8\rest b'\rest | + b'\rest 16-.^"Fl."_"Hörn." -. -. -. -. -.| + 8 b'16\rest e dis( a' fis dis| + e8) b16\rest ( )| 4( 8) -\bar "||" \mysegno + \bar "||" \mysegno } lhintro = \relative c { @@ -188,15 +186,15 @@ lhintro = \relative c { } lh = \relative c { - r8 | + r8 | 4(^"Quart." )| 4.r8 r8 _"Quart." 16( e) 4r| ( )| 4. r8| - r8 << \crossStaff{\autoBeamOff gis'' fis e \autoBeamOn} \\ {[ fis ]} >>| - \clef treble -.[ -. -.] | + r8 << \crossStaff{\autoBeamOff gis'' fis e dis16 \autoBeamOn} \\ {8[ fis ] | } >> + \clef treble -.[ -. -.] | \clef bass b,16-._"Fag. u. Hörn." b-. b-. b-. -. -. -. -.| -. -. -. -. -. -. -. -. | -. -. -. -. -. -. -. -. | @@ -206,145 +204,151 @@ lh = \relative c { r r | [ ]| 4 r - << {r8 r | - r r } \\ { 8r r| - r r } >> + << + { + r8 r | + r r + } \\ { + 8r r| + r r + } + >> [ ] 8 r ^"Quart." r| r r | - << {r b'' r b} \\ { r r } >> + << {r b'' r a} \\ { r r } >> 8 r \clef treble 4( | 8) \clef bass [ ]| 4( 8) - + \bar "||" } songtext = \lyricmode { -%\override LyricText.self-alignment-X = #LEFT -In die -- sen heil -- gen Hal -- len -kennt man die Ra -- che nicht, -und ist ein Mensch ge -- fal -- len, führt -Lie -- be ihn zur Pflicht. -Dan wan -- delt er an Freun -- des Hand -ver -- gnügt und froh ins beß -- re Land, -dann wan -- delt er an Freun -- des Hand -ver -- gnügt und froh ins beß -- re Land, -dann wan -- delt er and Freun -- des Hand -ver -- gnügt und froh ins beß -- re Land -ins beß -- re, beß -- re Land. + %\override LyricText.self-alignment-X = #LEFT + In die -- sen heil -- gen Hal -- len + kennt man die Ra -- che nicht, + und ist ein Mensch ge -- fal -- len, führt + Lie -- be ihn zur Pflicht. + Dann wan -- delt er an Freun -- des Hand + ver -- gnügt und froh ins beß -- re Land, + dann wan -- delt er an Freun -- des Hand + ver -- gnügt und froh ins beß -- re Land, + dann wan -- delt er and Freun -- des Hand + ver -- gnügt und froh ins beß -- re Land, + ins beß -- re, beß -- re Land. } songtexttwo = \lyricmode { -%\override LyricText.self-alignment-X = #LEFT -In die -- sen heil -- gen Mau -- ern -wo Mensch den Men -- schen liebt, -kann kein Ver -- rä -- ter lau -- ern, -weil man dem Feind ver -- giebt. -Wen sol -- che Leh -- ren nicht er -- freun, -ver -- die -- net nicht ein Mensch zu sein, -wen sol -- che Leh -- ren nicht er -- freun, -ver -- die -- net nicht ein Mensch zu sein, -wen sol -- che Leh -- ren nicht er -- freun, -ver -- die -- net nicht ein Mensch zu sein, -ein Mensch, ein Mensch zu sein. + %\override LyricText.self-alignment-X = #LEFT + In die -- sen heil -- gen Mau -- ern, + wo Mensch den Men -- schen liebt, + kann kein Ver -- rä -- ter lau -- ern, + weil man dem Feind ver -- giebt. + Wen sol -- che Leh -- ren nicht er -- freun, + ver -- die -- net nicht ein Mensch zu sein, + wen sol -- che Leh -- ren nicht er -- freun, + ver -- die -- net nicht ein Mensch zu sein, + wen sol -- che Leh -- ren nicht er -- freun, + ver -- die -- net nicht ein Mensch zu sein, + ein Mensch, ein Mensch zu sein. } % The score definition \score { -\layout { - \context { - \RemoveEmptyStaffContext - } - \context { - \PianoStaff - \consists #Span_stem_engraver + \layout { + \context { + \RemoveEmptyStaffContext + } + \context { + \PianoStaff + \consists #Span_stem_engraver + } + indent = 8 \mm } -} -<< + << - \time 2/4 + \time 2/4 \override Score.VerticalAxisGroup #'remove-first = ##t - \new Staff << + \new Staff << - \new Voice = "mel" { \clef bass \key e \major \melodyintro \melodylayout} - \new Lyrics = "one" \lyricsto mel \songtext - \new Lyrics = "two" \lyricsto mel \songtexttwo - >> - \new PianoStaff << - \new Staff = "right" - << - { \key e \major \rhintro \rh} + \new Voice = "mel" { \clef bass \key e \major \melodyintro \melodylayout} + \new Lyrics = "one" \lyricsto mel \songtext + \new Lyrics = "two" \lyricsto mel \songtexttwo >> + \new PianoStaff << + \new Staff = "right" + << + { \key e \major \rhintro \rh} + >> \new Dynamics { s16\p s2 s2 \f r2 \p - } - \new Staff = "left" - << - \new Voice { \clef bass \key e \major \lhintro \lh} + } + \new Staff = "left" + << + \new Voice { \clef bass \key e \major \lhintro \lh} + >> + >> >> ->> - } \score { -<< + << - \time 2/4 + \time 2/4 \override Score.VerticalAxisGroup #'remove-first = ##t - \new Staff << - \set Staff.midiInstrument = #"reed organ" - \new Voice = "mel" { \clef bass \key e \major \melodyintro \melodymidi \melodymidi} - \new Voice = "meloct" { \clef bass \key e \major \transpose c c' {\melodyintro \melodymidi \melodymidi}} - \new Lyrics = "one" \lyricsto mel \songtext - \new Lyrics = "two" \lyricsto mel \songtexttwo - >> - \new PianoStaff << - \new Staff \with { - \consists #Merge_rests_engraver - } - << - \set Staff.midiInstrument = #"acoustic grand" - \new Voice { \key e \major \rhintro \rh \rh} + \new Staff << + \set Staff.midiInstrument = #"reed organ" + \new Voice = "mel" { \clef bass \key e \major \melodyintro \melodymidi \melodymidi} + \new Voice = "meloct" { \clef bass \key e \major \transpose c c' {\melodyintro \melodymidi \melodymidi}} + \new Lyrics = "one" \lyricsto mel \songtext + \new Lyrics = "two" \lyricsto mel \songtexttwo >> + \new PianoStaff << + \new Staff \with { + \consists #Merge_rests_engraver + } + << + \set Staff.midiInstrument = #"acoustic grand" + \new Voice { \key e \major \rhintro \rh \rh} + >> \new Dynamics { s16\p s2 s2 \f r2 \p - } - \new Staff \with { - \consists #Merge_rests_engraver - } - << - \set Staff.midiInstrument = #"acoustic grand" - \new Voice { \clef bass \key e \major \lhintro \lh \lh } + } + \new Staff \with { + \consists #Merge_rests_engraver + } + << + \set Staff.midiInstrument = #"acoustic grand" + \new Voice { \clef bass \key e \major \lhintro \lh \lh } + >> + >> >> ->> - -\midi { - \tempo 8 = 60 - \context { - \Score - midiMinimumVolume = #0.8 - midiMaximumVolume = #0.8 + \midi { + \tempo 8 = 60 + \context { + \Score + midiMinimumVolume = #0.8 + midiMaximumVolume = #0.8 + } } } - -} \ No newline at end of file From a533751e0e9c1159e22ba54ccf47e2e7cdba635e Mon Sep 17 00:00:00 2001 From: Glen Larsen Date: Mon, 21 Jan 2019 13:51:30 -0800 Subject: [PATCH 44/45] Update header with new date --- .../KV488/Mozart-KV488/Mozart-KV488-lys/mutopia-header.ily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/mutopia-header.ily b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/mutopia-header.ily index 51521fcd8..d0368fec1 100644 --- a/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/mutopia-header.ily +++ b/ftp/MozartWA/KV488/Mozart-KV488/Mozart-KV488-lys/mutopia-header.ily @@ -17,7 +17,7 @@ mutopiacomposer = "MozartWA" mutopiainstrument = "Orchestra: Flute, Clarinet, Bassoon, French Horn, Piano, Violins, Viola, Cello and Bass" - footer = "Mutopia-2018/07/30-2229" + footer = "Mutopia-2019/01/21-2229" copyright = \markup {\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0) \right-column {\with-url #"http://www.MutopiaProject.org" {\abs-fontsize #9 "Mutopia " \concat {\abs-fontsize #12 \with-color #white "ǀ" \abs-fontsize #9 "Project "}}}\override #'(font-name . "DejaVu Sans, Bold") \override #'(baseline-skip . 0 ) \center-column {\abs-fontsize #11.9 \with-color #grey \bold {"ǀ" "ǀ"}}\override #'(font-name . "DejaVu Sans,sans-serif") \override #'(baseline-skip . 0) \column { \abs-fontsize #8 \concat {"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " "by " \maintainer " — " \footer}\concat {\concat {\abs-fontsize #8 { "Placed in the " \with-url #"http://creativecommons.org/licenses/publicdomain" "Public Domain" " by the typesetter " " — free to distribute, modify, and perform" }}\abs-fontsize #13 \with-color #white "ǀ" }}} tagline = ##f } From c53877c56b5f5ba69dc39637ddfecc5e9b8cd940 Mon Sep 17 00:00:00 2001 From: Devin Ulibarri Date: Fri, 8 Feb 2019 17:11:08 -0500 Subject: [PATCH 45/45] Quick edits to SorF Opus 6, No 8 --- ftp/SorF/O6/sorf-op6n08/sorf-op6n08.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/SorF/O6/sorf-op6n08/sorf-op6n08.ly b/ftp/SorF/O6/sorf-op6n08/sorf-op6n08.ly index d79b3c411..95dcb7c21 100644 --- a/ftp/SorF/O6/sorf-op6n08/sorf-op6n08.ly +++ b/ftp/SorF/O6/sorf-op6n08/sorf-op6n08.ly @@ -51,7 +51,7 @@ upperVoice = \fixed c' { \mbreak 4 | 4 | - g4 f\rest f\rest | + g,4 f\rest f\rest | f4\rest g f | \acciaccatura{f4} e2 d4 | cis4 a g | @@ -76,7 +76,7 @@ upperVoice = \fixed c' { \mbreak d4 a, | - 4 | + 4 | 4 e\rest | a4 g g~ | g4 f f~ | @@ -104,7 +104,7 @@ lowerVoice = \fixed c { d8 c b,4 c | d2 d4 | - g,4 g f! | + 4 g f! | e2 d4 | c2 bes,4 | a,2 cis4 | @@ -120,7 +120,7 @@ lowerVoice = \fixed c { g4 d\rest d\rest | e4 f g | a4 f d | - g2 b,4 | + g2 g,4 | 4 d\rest | 4 d\rest | 2 q4 |