594 lines
13 KiB
Plaintext
594 lines
13 KiB
Plaintext
\version "2.22.1"
|
|
\language "english"
|
|
|
|
#(set-global-staff-size 18)
|
|
|
|
\header {
|
|
tagline = ""
|
|
}
|
|
|
|
\paper {
|
|
% system-system-spacing = #'((basic-distance . 0.1) (padding . 4))
|
|
}
|
|
|
|
global = {
|
|
\set Staff.printKeyCancellation = ##f
|
|
\numericTimeSignature
|
|
\compressEmptyMeasures
|
|
\override TupletBracket #'bracket-visibility = #'if-no-beam
|
|
\override MultiMeasureRest.expand-limit = #3
|
|
\override Score.ChordName.font-name = #"Noto Serif"
|
|
\override Score.ChordName.font-size = #0
|
|
\override Score.LyricText.font-name = #"Noto Serif"
|
|
\override Score.LyricText.font-size = #0
|
|
}
|
|
|
|
oneR = \relative c' {
|
|
\time 3/4
|
|
\global
|
|
\key c \minor
|
|
|
|
<<
|
|
{
|
|
\partial 4 g'4_>( ~ |
|
|
g8\p \once \override Slur #'direction = #DOWN \acciaccatura bf af g b c d |
|
|
\once \override Slur #'direction = #DOWN \acciaccatura f ef d c2)
|
|
} \\
|
|
{
|
|
\partial 4 s4 |
|
|
s4 g4 f | r4 ef-. ef-. |
|
|
}
|
|
>>
|
|
}
|
|
|
|
oneL = \relative c {
|
|
\global
|
|
\key c \minor
|
|
\clef bass
|
|
|
|
\partial 4 r4 |
|
|
r <g d'> q |
|
|
r <c g'>-. q-. |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff = "oneR" \oneR
|
|
\new Staff ="oneL" \oneL
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
twoR = \relative c' {
|
|
\time 3/4
|
|
\global
|
|
\key c \minor
|
|
|
|
<<
|
|
{
|
|
a'8( bf \once \override Slur #'direction = #DOWN \acciaccatura d c4
|
|
\override NoteHead.color = "darkorange" \override Accidental.color = "darkorange" bf8 a |
|
|
\override NoteHead.color = "red" \override Accidental.color = "red"
|
|
g2. ~ |
|
|
g8)( af\prall g b c d |
|
|
\override NoteHead.color = "blue" \override Accidental.color = "blue"
|
|
\once \override Slur #'direction = #DOWN \acciaccatura f ef d c2) |
|
|
\revert NoteHead.color \revert Accidental.color
|
|
} \\
|
|
{
|
|
ef,4 <ef g> \override NoteHead.color = "darkorange" \override Accidental.color = "darkorange" <c fs> |
|
|
\revert NoteHead.color \revert Accidental.color
|
|
r4 \override NoteHead.color = "red" \override Accidental.color = "red" <b d>( <c ef>8 <cs e> |
|
|
<d f>4)\p f f |
|
|
\revert NoteHead.color \revert Accidental.color
|
|
r4 \override NoteHead.color = "blue" \override Accidental.color = "blue" ef-. ef-. |
|
|
\revert NoteHead.color \revert Accidental.color
|
|
}
|
|
>>
|
|
}
|
|
|
|
twoL = \relative c {
|
|
\global
|
|
\key c \minor
|
|
\clef bass
|
|
|
|
<<
|
|
{ g'4 a s } \\
|
|
{ c,( a \tweak NoteHead.color "darkorange" d) }
|
|
>> |
|
|
r4 \override NoteHead.color = "red" g, g' |
|
|
\revert NoteHead.color
|
|
r4 \override NoteHead.color = "red" <g d'> q |
|
|
\revert NoteHead.color
|
|
r \override NoteHead.color = "blue" <c, g'>-. q-. |
|
|
\revert NoteHead.color
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff = "twoR" \twoR
|
|
\new Staff = "twoR" \twoL
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
threeR = \relative c' {
|
|
\time 3/4
|
|
\global
|
|
\key c \minor
|
|
|
|
<<
|
|
{
|
|
\stemNeutral
|
|
af''8( d, \stemUp \once \override Slur #'direction = #DOWN \acciaccatura g \stemNeutral f4 ef8 d |
|
|
d ef c2 ~ |
|
|
\stemUp c2.)\fermata |
|
|
} \\
|
|
{
|
|
\set decrescendoText = \markup { \small \italic "dim." }
|
|
\set decrescendoSpanner = #'text
|
|
\override DynamicTextSpanner.style = #'dashed-line
|
|
s2.\> | s2. | d,8( ef c2)^\fermata\! |
|
|
}
|
|
>>
|
|
|
|
\bar "|."
|
|
}
|
|
|
|
threeL = \relative c {
|
|
\global
|
|
\key c \minor
|
|
\clef bass
|
|
|
|
c,4 <af'' b f'> q ~ | q <af c f> q | d,8( ef c2)_\fermata |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff = "threeR" \threeR
|
|
\new Staff = "threeL" \threeL
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
fourR = \relative c' {
|
|
\time 3/4
|
|
\global
|
|
\key b \minor
|
|
|
|
\partial 4 d'4( |
|
|
\tuplet 3/2 { d8 e d } cs4 b |
|
|
as8 <g g'> <fs fs'>2) |
|
|
\acciaccatura d'8 \tuplet 3/2 { d( e d } cs4 b |
|
|
a!8-> gs-> fs4)-> r4 |
|
|
|
|
}
|
|
|
|
fourL = \relative c {
|
|
\global
|
|
\key b \minor
|
|
\clef bass
|
|
|
|
\partial 4 r4 |
|
|
b <fs' d'> q | fs, <fs' as e'> q |
|
|
b, <fs' d'> q | fs, <fs' a cs> q |
|
|
|
|
}
|
|
|
|
fourDynamics = {
|
|
\time 3/4
|
|
\partial 4 s4 |
|
|
s2.\p | s2. | s2.\f | s2. |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff = "fourR" \fourR
|
|
\new Dynamics \fourDynamics
|
|
\new Staff = "fourL" \fourL
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key b \minor
|
|
|
|
\partial 4 fs4-> |
|
|
<<
|
|
{ es8( fs gs4 a8 gs | fs8 gs a4 b8 a |
|
|
gs a b4 cs8 b | \partial 2 a b cs4) } \\
|
|
{ s4 d,4 cs | cs cs ds | e f e | \partial 2 e a | }
|
|
>>
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
\set crescendoText = \markup { \small \italic "poco a poco cresc." }
|
|
\set crescendoSpanner = #'text
|
|
\override DynamicTextSpanner.style = #'dashed-line
|
|
\partial 4 s4 |
|
|
s2.\< | s2. | s2. | \partial 2 s4. s8\! |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key b \minor
|
|
\partial 4 r4 |
|
|
cs, <cs' \tweak NoteHead.color "darkorange" fs b> <cs \tweak Accidental.color "darkorange" \tweak NoteHead.color "darkorange" es b'> |
|
|
fs, <\tweak NoteHead.color "red" fs' a> <\tweak Accidental.color "#66cc66" \tweak NoteHead.color "#66cc66" f a> |
|
|
<\tweak NoteHead.color "blue" e b'> <e a d!> <e gs d'> |
|
|
\partial 2 a, <a' e'> |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new TabStaff {
|
|
\clef moderntab
|
|
fs4\4 es\4
|
|
}
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key b \minor
|
|
|
|
\partial 4 fs'4( |
|
|
\grace { fs16_\( gs } fs8\) es fs4 d | cs a2) |
|
|
\grace { fs'16^(_\( gs } fs8\) es fs4 d | cs a2) |
|
|
\grace { fs'16^(_\( gs } fs8\) es fs4 d | cs \afterGrace a2) { \override Flag.stroke-style = #"grace" gs8( } |
|
|
\grace { fs'16)^(_\( gs } fs8\) es fs4 d | cs a2) |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
\partial 4 s4 |
|
|
s2.\p | s2.*8 |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key b \minor
|
|
|
|
\partial 4 r4 |
|
|
b4 <fs' b d> q | fs, <fs' a cs> q |
|
|
d <fs a d> q | a, <e' a cs> q |
|
|
b4 <fs' b d> q | e <a cs e> q |
|
|
e, <e' gs d'> q | a, <e' a cs> q |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key df \major
|
|
|
|
\partial 8*5 r16 <gf'' bff>16\prall^\markup { \hspace #0.4 \teeny \flat }( <ff af>4 <ef gf> |
|
|
<df ff>8. <af ef'>16 <ff df'>2->)^"back to start of A section" | \bar "||"
|
|
|
|
<df f?>8-.[ r16 <ef gf>]( <e g>4 <f af> |
|
|
<gf! bf>8)[ r16 <f af>]( <df' f>2) |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
\partial 8*5 s8\pp s2 |
|
|
s2. | s2.\f\< | s2 s4\! |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key df \major
|
|
|
|
\partial 8*5 r16 c'16( gf4 af,) |
|
|
df,8-.[ r16 df'']( ff,4 af,) |
|
|
|
|
<df,, df'>8-.[ r16 df''']( f,?4 af,) |
|
|
df,8-.[ r16 df'']( f,4 af,) |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key df \major
|
|
|
|
\partial 8*5 r16 <gf'' bff>16\prall^\markup { \hspace #0.4 \teeny \flat }( <ff af>4 <ef gf> |
|
|
<df ff>8 <af ef'> <ff df'>2-> | f!2.->)\fermata | \bar "|."
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
\partial 8*5 s8\pp s2 |
|
|
s2. | s2.\f |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key df \major
|
|
|
|
\partial 8*5 r16 c'16( gf4 af,) |
|
|
df,8-. df''( ff,4 af, | <df af'>2.)\fermata |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key df \major
|
|
|
|
R2.*2 | <f df'>8( q <c a'>4 <ef c'> | <f df'>8) q( <c a'>4 <ef c'>) | R2.*2 |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
s2. | s2. | s2.^\markup { \italic "slentando" } | s2. | s2. | s2. |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key df \major
|
|
|
|
<<
|
|
{ f2.-> ~ | f ~ | \stemNeutral f ~ | f ~ | \stemUp f ~ | f | } \\
|
|
{ f,4-. f-. r | e-. e-. r | s2. | s2. | ef4-.\< ef-. r | eff-. eff-.\! r | }
|
|
>>
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 4/4
|
|
\key b \minor
|
|
|
|
\tempo "Lento assai."
|
|
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 5)))
|
|
|
|
r4 \clef bass <g, g'>-! r <g g'>-! |
|
|
r4
|
|
<<
|
|
{ <g_~ g'^~>4 <g_~ g'^~>2 | q2 s2 | } \\
|
|
{ g4 \tweak NoteColumn.force-hshift -1.75 f'4. ef8 | d4 c bf af | }
|
|
>>
|
|
r4 <g g'>-! r <g g'>-! |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
|
|
s4 s8^\markup { \dynamic p \italic "sotto voce" } s8 s2 | s4 s2.\< | s1\> | s1\! |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key b \minor
|
|
|
|
r4 g,-! r g-! | r4 g( f'4. ef8 | d4 c bf af) | r4 g-! r g-! |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key cs \minor
|
|
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 5)))
|
|
|
|
<<
|
|
{
|
|
s2. | s2. | <ds fs!>2. ~ | q | \partial 4 s4
|
|
} \\
|
|
{
|
|
\stemNeutral
|
|
<cs fss>2.^( ~ | q ~ |
|
|
\stemDown
|
|
cs4.\( bs8 cs8. bs16 | cs8. bs16 cs4 bs |
|
|
\stemNeutral
|
|
\partial 4 <cs e>8-.\)) s8
|
|
}
|
|
>>
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
|
|
s2.^\markup { \dynamic p \italic "legato" } | s2. | s2. | s2. | \partial 4 s4 |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key cs \minor
|
|
|
|
e4.( ds8 e8. ds16 | e8. ds16 e4 ds | a4. gs8 a8. gs16 | a8. gs16 a4 gs) |
|
|
\partial 4 <cs, gs' e'>4\arpeggio
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key cs \minor
|
|
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 5)))
|
|
|
|
<as' fs' as>8[ r16 <gs es' gs>]( <fss dss' fss>4 <gs es' gs> |
|
|
<b gs' b>8-.)[ r16 <as fs' as>] q2->( ~ | q8. <gs e'! gs>16 q4 <as fs' as>8. <gs e' gs>16 |
|
|
q8)[ r16 <fs ds' fs>] q2-> |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
|
|
s2.\ff | s4 s2^\markup { \italic "ten." } | s2. | s4 s2^\markup { \italic "ten." } |
|
|
}
|
|
\new Staff \relative c {
|
|
\global
|
|
\clef bass
|
|
\key cs \minor
|
|
|
|
<cs, cs'>4-. <gs'' b cs es> q |
|
|
<fs,, fs'>8-.[ r16 <fs'' cs' fs>] q2 |
|
|
<gs,, gs'>4-. <e''! b' e!> <as,, as'>-. |
|
|
<b b'>8[ r16 <ds' fs b ds>] q2-> |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\new Staff ="polR" \relative c' {
|
|
\global
|
|
\time 3/4
|
|
\key a \major
|
|
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 7)))
|
|
|
|
<a cs a'>8[ r16 <cs e>] q8[ r16 <cs e>] <d fs>-. <d gs>-. <d a'>-. <d b'>-. |
|
|
<cs cs'>8.( <cs a'>16 \autoBeamOff q8-.) \change Staff = "polL" \autoBeamOn \stemUp \tuplet 3/2 { gs16^( a b } a8)^. e^. |
|
|
\change Staff = "polR" <cs' cs'>8[ r16 <cs a'>] q8[ r16 <cs gs'>] <cs a'>-. <cs a' b>-. <cs a' cs>-. <d a' d>-. |
|
|
\partial 4. <ds a' fs'>8.([ <e a e'>16] q8) |
|
|
}
|
|
\new Dynamics {
|
|
\global
|
|
|
|
s8\f s8\< s2 | s4.\! s8\> s4\! | s8. s16\< s2 | s4.\! |
|
|
}
|
|
\new Staff = "polL" \relative c {
|
|
\global
|
|
\clef bass
|
|
\key a \major
|
|
|
|
<a, a'>8[ r16 <a' e' a>16] q8[ r16 <a e' a>] <a e' b'>-. q-. q-. q-. |
|
|
<a e' a>8. q16 \autoBeamOff q8-. \autoBeamOn \stemDown \tuplet 3/2 { gs16_( a b } a8)_. e_. |
|
|
<a, a'>8[ r16 <a' e' a>] q8[ r16 <a e' a>] <a e' a>-. q-. q-. <a e' b'>-. |
|
|
\partial 4. <a ds fs bs>8.[( <e' a cs>16] q8) |
|
|
}
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
}
|
|
} |