\version "2.24.0" \language "english" \header { title = "Waiting for the Stars to Fall (piano ending)" composer = "Tommy Montgomery" copyright = "(c) 2024 Tommy Montgomery" } #(set-global-staff-size 18) global = { \key b \minor \time 2/2 \set Timing.beamExceptions = \beamExceptions { 16[ 16 16 16] 16[ 16 16 16] 16[ 16 16 16] 16[ 16 16 16] | \tuplet 3/2 4 { 8[ 8 8] 8[ 8 8] 8[ 8 8] 8[ 8 8] } } \set Staff.printKeyCancellation = ##f % \numericTimeSignature % \override TupletBracket.bracket-visibility = #'if-no-beam \set Score.connectArpeggios = ##t % \override Beam.auto-knee-gap = #10 % \omit TupletNumber % \omit TupletBracket } \parallelMusic #'(mainR mainL) { \tempo 2 = 54 \global \clef bass 1 | \global \ottava #-1 1 \ottava #0 | \clef treble 4. 8 ~ q4 | 4. 8 ~ q4 | 2 ~ q8 b8 b | 4. d''8 4 | 4. 8 ~ q4 | g8 d' fs ~ q d g,4 | 4. 8 4. | 4. b'8 e fs4. | 4. 8 ~ q4 | e8 g b e b g e4 | 1 | 4. d''8 2 | 4. 8 ~ q4 | 4 | 1 | 8 e'' fs! b, e fs4. | 4. 8 ~ q4 | b,8 fs' b fs cs' fs, d' fs, | 1 | g,8 d' fs g b g fs d | 4. 8 ~ q4 | g,8 b cs e g e cs b | \tuplet 6/4 4 { e16 b g e g b \ottava #1 e g b e g b } e4 \ottava#0 \tuplet 6/4 { e,,,16 fs g a b cs } | 2 ~ q8 fs'' g4 | d4. cs8 ~ cs4 b | 4. 8 ~ q4 | f2. 8 | d,8 a' d e f4 a, | 1 | \tuplet 3/2 { g4 d' g } a bf | 1 | \tuplet 3/2 { e,,4 as cs } g'4 fs? | 2 | 2 | \clef bass 2\arpeggio cs'4 d8 e | 2 | 2 | 4 8 2 | 2 | 2 | %{ \bar "||" \clef bass fs,,16 d b d g e b e g e b e g b e g | 4 | \clef treble fs16 d b d g e b e g e b e g b e g | 4 | fs16 d b d g e b e g e b e g b e g | 4 | \ottava #1 fs16 d b d g e b e g e b e g b e g | \clef treble 4 | 4 4 \ottava #0 4 4 | fs''4 fs, fs, \clef bass fs, | 2 | 2 | 2 | 2. 4 | 2 | 4 8 2 | 2 | 2 | %} %{ \tempo 4. = 96 \time 12/8 8 cs b cs b d b d cs | \time 12/8 4. | 8 e d e d f e as g | 4. | 8 cs b! cs b d b d cs | 4. | 8 e d e d f e as g | 4. | \ottava #1 8 cs b! cs b d b d cs | \clef treble b'8 cs d cs d e d e g e g a | 8 e d e d f e as g | f8 g a g a bf a bf cs as cs e | 4. \ottava #0 | 4. \clef bass | \tempo 2 = 36 \time 2/2 \clef bass 2. fs'4 | 2. 4 | 2 d' | 2 4 | 2 cs' | 2. 4 | 1 | 2 4 | 2 4 | 2 4 | %} 1\fermata | 1\fermata | \bar "|." } mainStaff = \new PianoStaff << \new Staff = "mainR" \with { midiInstrument = "acoustic grand" } \relative c' \mainR \new Staff ="mainL" \with { midiInstrument = "acoustic grand" } { \clef bass \relative c \mainL } >> \score { << \mainStaff >> \layout { \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 } } \midi {} }