739 lines
16 KiB
Plaintext
739 lines
16 KiB
Plaintext
\version "2.22.1"
|
|
\language "english"
|
|
|
|
#(set-global-staff-size 18)
|
|
|
|
\header {
|
|
% title = "Rach 1 Snippets"
|
|
}
|
|
|
|
\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 fs \minor
|
|
|
|
\partial 4 fs4 ~ | \tuplet 3/2 { fs8 gs fs } es8. fs16 gs8. d16 |
|
|
\partial 2 cs8[ r16 fs16] a4 |
|
|
}
|
|
|
|
oneL = \relative c, {
|
|
\global
|
|
\key fs \minor
|
|
\clef bass
|
|
|
|
\partial 4 r4 | cs4 <cs' gs' b> <cs es b'> | \partial 2 fs, <fs' cs'> |
|
|
|
|
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "oneR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \oneR
|
|
\new Staff ="oneL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \oneL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
twoR = \relative c' {
|
|
\time 3/4
|
|
\global
|
|
\key cs \minor
|
|
<<
|
|
{ \repeat unfold 4 { gs'4 gs2 } } \\
|
|
{ bs,4 as bs8 cs | ds bs cs4. as8 | \tuplet 3/2 { bs cs bs } as4 bs8 cs | \tuplet 3/2 { ds fs e } ds2 | }
|
|
>> |
|
|
\break
|
|
}
|
|
|
|
twoL = \relative c {
|
|
\global
|
|
\key cs \minor
|
|
\clef bass
|
|
|
|
\repeat unfold 4 { <gs ds'>4 <gs ds'>2 | }
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "twoR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \twoR
|
|
\new Staff ="twoL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \twoL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
threeR = \relative c {
|
|
\time 3/4
|
|
\global
|
|
\key e \major
|
|
\repeat unfold 4 { R1*3/4 } |
|
|
\clef bass cs8 b a4 gs | \grace { gs16 fs} e2. |
|
|
cs'8[ r16 b16] a4 gs | \grace { gs16 fs } e2 s4 |
|
|
}
|
|
|
|
threeL = \relative c {
|
|
\global
|
|
\key e \major
|
|
\clef bass
|
|
\time 3/4
|
|
|
|
<e b'>4 q q-> | q q q-> |
|
|
q q-> q | q-> q q-> |
|
|
q q q-> | q q q-> |
|
|
q q q-> | q q s |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "threeR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \threeR
|
|
\new Staff ="threeL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \threeL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
fourR = \relative c'' {
|
|
\global
|
|
\key g \minor
|
|
\time 3/8
|
|
|
|
\repeat unfold 3 { \grace s16 R1*3/8 | } | r8 <d bf'>8 <ef c'> |
|
|
<f d'> q q | q q4-^ |
|
|
<<
|
|
{ d'16 ef d ef d ef | d ef d ef d ef | } \\
|
|
{ <f, bf>8 <g bf> <f bf> | <g bf> <f bf> <ef a> | }
|
|
>> |
|
|
<d bf'>4. |
|
|
}
|
|
|
|
fourL = \relative c {
|
|
\global
|
|
\key g \minor
|
|
\time 3/8
|
|
\clef bass
|
|
|
|
\repeat unfold 9 { \grace { e'16 } <bf f'>8-^ q q | }
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "fourR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \fourR
|
|
\new Staff ="fourL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \fourL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
fiveR = \relative c' {
|
|
\global
|
|
\key e \major
|
|
\time 3/4
|
|
|
|
\partial 4 <b e>4-. | <e gs>-. <gs b>-. <b e>-. | <e gs>2. |
|
|
<d fs cs'>2. | <d fs b>4 <d e gs> <cs e a> |
|
|
<d fs>-. <b e>-. <a cs>-. | <fs a>2. | <d e ~ b'>2. | <cs e a cs>4-. s2 |
|
|
}
|
|
|
|
fiveL = \relative c' {
|
|
\global
|
|
\key e \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 gs4-. | b-. \clef treble e-. gs-. | b2. |
|
|
a2. | gs4-. b-. a-. | <d, a'>-. <e gs>-. <a, e'> |
|
|
\clef bass <d, a' d>2. | <e ~ gs> | <a, e' a>4-. s2 |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "fiveR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \fiveR
|
|
\new Staff ="fiveL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \fiveL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
sixR = \relative c' {
|
|
\global
|
|
\key e \major
|
|
\time 3/4
|
|
|
|
\partial 4 <e, b'>4 | <gs b>8[ r16 <b e>16] <e gs>4 <gs b>-> |
|
|
<b e>8[ r16 <e, gs>] <gs b>4 <b e>-> |
|
|
<<
|
|
{ \tuplet 3/2 { fs'8 gs fs } } \\
|
|
{ ds4 }
|
|
>>
|
|
|
|
<css es>8 <ds fs> <e gs> <fs a> |
|
|
<a cs!>8[ r16 <gs b>] <e gs>2-> |
|
|
}
|
|
|
|
sixL = \relative c, {
|
|
\global
|
|
\key e \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 r4 | e <e' b'> q-> | q q <e gs b e>-> |
|
|
\override NoteHead.color = "dodgerblue" <e a b ds> q q \revert NoteHead.color | <e gs b e> q q |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "sixR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \sixR
|
|
\new Staff ="sixL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \sixL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
sevenR = \relative c'' {
|
|
\global
|
|
\key g \major
|
|
\time 2/4
|
|
|
|
b4 d8-. d-. | g-. g-. b4-> | \repeat unfold 2 { d16 c d c a8-. r | } |
|
|
}
|
|
|
|
sevenL = \relative c' {
|
|
\global
|
|
\key g \major
|
|
\time 2/4
|
|
\clef bass
|
|
|
|
\repeat unfold 2 { <g b d> q q q } |
|
|
\repeat unfold 2 { \override NoteHead.color = "dodgerblue" <g c d fs> q q q \revert NoteHead.color } |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "sevenR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \sevenR
|
|
\new Staff ="sevenL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \sevenL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
eightR = \relative c'' {
|
|
\global
|
|
\key ef \minor
|
|
\time 3/4
|
|
|
|
<<
|
|
{ \partial 4 bf4 ~ | bf8 ef df4-> cf8 bf | af cf f,4 bf4-> ~ | bf s2 | } \\
|
|
{ \partial 4 s4 | gf4 g2 | s2. | gf4 }
|
|
>>
|
|
}
|
|
|
|
eightL = \relative c' {
|
|
\global
|
|
\key ef \minor
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 r4
|
|
<<
|
|
{ ef,,4 bf''-> cf8 df | cf af d4 bf | ef s2 | } \\
|
|
{ s4 ef,2 ~ | ef2. ~ | ef2. | }
|
|
>>
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "eightR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \eightR
|
|
\new Staff ="eightL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \eightL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
nineR = \relative c'' {
|
|
\global
|
|
\key bf \major
|
|
\time 3/4
|
|
|
|
\partial 4 r4 |
|
|
f8-.[ r16 f]( e4 df8 c | bf8)[ r16 df]( c4\prall bf8)[ r16 e,]( |
|
|
f'8-.)[ r16 f]( e4 df8 c) | \tuplet 3/2 { bf8 c bf } e,2( | f'8-!) s8 s2 |
|
|
}
|
|
|
|
nineL = \relative c' {
|
|
\global
|
|
\key bf \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 bf4 |
|
|
|
|
\repeat unfold 4 { <gf, df'>4-.( q-. q-.) | } |
|
|
q4-. s2 |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "nineR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \nineR
|
|
\new Staff ="nineL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \nineL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
tenR = \relative c'' {
|
|
\global
|
|
\key a \minor
|
|
\time 3/4
|
|
|
|
\tuplet 3/2 { a8 b a } gs4( a | b-.) e2-> |
|
|
b8( g! e b' ds,4 | e2) s4 |
|
|
|
|
}
|
|
|
|
tenL = \relative c' {
|
|
\global
|
|
\key a \minor
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
r4 <e, c'>4( a,) | r4 <e' g! b>( b) |
|
|
r4 <b g' b> <b fs' b> | <e \tweak Accidental.color "red" g! b> e, s4 |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "tenR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \tenR
|
|
\new Staff ="tenL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \tenL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
elevenR = \relative c'' {
|
|
\global
|
|
\key a \major
|
|
\time 3/4
|
|
|
|
\partial 4 r8 <gs b>8 |
|
|
\tuplet 3/2 { <g cs>-.( <g d'>-. <g e'>-.) } <fs d'>4 <f b>-> |
|
|
\tuplet 3/2 { <d gs!>8-.( <d fs!>-. <d e>-.) } <cs a'>4^"back to the beginning" \key a \minor e'4( |
|
|
|
|
f8. e16 d4 f4 | f2-> e4) | \tuplet 3/2 { d16( e d } cs8 d ds e b | d!2 c!4) |
|
|
}
|
|
|
|
elevenL = \relative c {
|
|
\global
|
|
\key a \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 e4( |
|
|
a d,) d,( | e <a, a'>) \key a \minor r4 |
|
|
r4 <a'' d f>-.( q-.) | r4 <a c f>-.( <a c e>-.) |
|
|
r4 <e gs d'>-.( q-.) | r4 a,( <e' c'>) |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 2)))
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "elevenR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \elevenR
|
|
\new Staff ="elevenL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \elevenL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
twelveR = \relative c'' {
|
|
\global
|
|
\key f \minor
|
|
\time 3/4
|
|
|
|
\partial 4 af4( |
|
|
f8-!)[ r16 g]( af8 bf c af) | \tuplet 3/2 { g8( af g } f4-!) c'-> |
|
|
\acciaccatura { c8 } c,8[ r16 d]( ef8 f g b,) | c4. c8 df!8->\prall[ r16 c(] | \partial 4 f8-!) s8 |
|
|
}
|
|
|
|
twelveL = \relative c, {
|
|
\global
|
|
\key f \minor
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\partial 4 <f c' af'>4\arpeggio |
|
|
\repeat unfold 2 { r4 <f c' af'>\arpeggio q | }
|
|
r4 <g ef' g> <g d' g> | r4 <c g' \tweak NoteHead.color "red" e'>\arpeggio <c bf'! \tweak NoteHead.color "red" e>\arpeggio |
|
|
\partial 4 r4 |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 4)))
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "twelveR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \twelveR
|
|
\new Staff ="twelveL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \twelveL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
thirteenR = \relative c'' {
|
|
\global
|
|
\key af \major
|
|
\time 3/4
|
|
|
|
<<
|
|
{
|
|
gf'8( f ef f df4 | bf8 ef bf c af4) | gf'8( f ef f df4 | bf8 ef af, c df4)( |
|
|
gf8-. f-. ef-. f-. df-. af-. | bf-. ef-. bf-. c-. af-. af'-. | gf-. f-. ef-. f-. df-. af-. | bf ef af, c df4) |
|
|
} \\
|
|
{
|
|
gf,4 gf f-> | g! gf gf-> | gf gf f-> | g! gf f-> |
|
|
gf gf f | g! gf gf | gf gf f | g! gf f |
|
|
}
|
|
>>
|
|
}
|
|
|
|
thirteenL = \relative c {
|
|
\global
|
|
\key af \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
\repeat unfold 2 {
|
|
<df af' c>4 q <df af' df> | <df bf' ef> <df a' ef'> <df af' ef'> |
|
|
<df af' c>4 q <df af' df> | <df bf' ef> <df af' ef'>
|
|
}
|
|
\alternative {
|
|
{ <df af' df> }
|
|
{ <df af'> }
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 5)))
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "thirteenR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \thirteenR
|
|
\new Staff ="thirteenL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \thirteenL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|
|
|
|
fourteenR = \relative c'' {
|
|
\global
|
|
\key af \major
|
|
\time 3/4
|
|
|
|
<<
|
|
{
|
|
<cs e>8( <b d> <a cs>4) <a fs'>( | <cs e>2 <a cs>4) | <cs e>8( <b d> <a cs>4) <a fs'> |
|
|
} \\
|
|
{
|
|
e2 fs4 | e2. | e2 fs4 |
|
|
}
|
|
>>
|
|
|
|
<<
|
|
{ \override Stem.direction = #up e'2.\fermata } \\
|
|
{ \override Stem.direction = #up \once \override NoteColumn.force-hshift = #0.5 <a, cs>2 bf!4-> } \\
|
|
{ \stemDown e,2._\fermata | }
|
|
>>
|
|
|
|
\tuplet 3/2 { af!8 bf af } g( af bf c!) |
|
|
\tuplet 3/2 { df ef df } c( df) ef4->( | \partial 8 af8) |
|
|
}
|
|
|
|
fourteenL = \relative c {
|
|
\global
|
|
\key af \major
|
|
\time 3/4
|
|
\clef bass
|
|
|
|
<a a'>2 <d a'>4 | <a a'>2. | a'2 <d, a'>4 | <a a'>2\fermata <g' df'! ff>4-> | \bar "||"
|
|
<af! c! ef!>4( <af df ff>-> q | <g bf ff'> <af c ef> <g bf ef> | \partial 8 <f! af df f!>8) |
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((extra-offset . (0 . 5)))
|
|
\new PianoStaff <<
|
|
\set PianoStaff.connectArpeggios = ##t
|
|
\new Staff = "fourteenR" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} \relative c'' \fourteenR
|
|
\new Staff ="fourteenL" \with {
|
|
midiInstrument = "acoustic grand"
|
|
} { \relative c' \fourteenL }
|
|
>>
|
|
>>
|
|
\layout {
|
|
indent = 0
|
|
\context {
|
|
\Score \omit BarNumber
|
|
}
|
|
\context {
|
|
\Staff \RemoveEmptyStaves
|
|
\override Glissando.minimum-length = #4
|
|
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
|
|
\override Glissando.thickness = #2
|
|
\override VerticalAxisGroup.remove-first = ##t
|
|
}
|
|
}
|
|
}
|