From 99bca7633e5574a393eb651359f8958f1f296a20 Mon Sep 17 00:00:00 2001 From: tucker Date: Sat, 12 Aug 2023 13:36:05 -0400 Subject: [PATCH] work --- manuscripts/clarinet.ly | 12 +++++++----- manuscripts/piano.ly | 19 +++++++++++-------- variables/variables.ly | 2 +- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/manuscripts/clarinet.ly b/manuscripts/clarinet.ly index 4941042..cdc3099 100644 --- a/manuscripts/clarinet.ly +++ b/manuscripts/clarinet.ly @@ -8,16 +8,18 @@ \relative { \numericTimeSignature \clef treble + \tempo Largo 2=92 \time 2/2 f'2--\p f-- | f-- f-- | \time 3/2 - r2 \tuplet 3/2 { e4^( fis a,~ } 4 d,4~ | - d1 cis'4) r4 | + f-- \tuplet 3/2 { e4^( fis a,~ } 4 d,4~ | + d1~ 8 cis'8~ 8) r8 | \time 3/4 - r4 r4 r4 | + r8 b''8~ \tuplet 3/2 { b4 b8( } \tuplet 3/2 { c8 g4~ } | \time 5/8 - r4 r4 r8 | + g8) aes( ees bes) r8 | \time 2/2 - R1 | + f2~ \tuplet 3/2 { f4 (e fis } | + a,1) | } diff --git a/manuscripts/piano.ly b/manuscripts/piano.ly index d4a5373..a9fbf8e 100644 --- a/manuscripts/piano.ly +++ b/manuscripts/piano.ly @@ -8,21 +8,22 @@ \override PianoStaff.Arpeggio.arpeggio-direction = #UP \new Staff = "u" \with { \consists "Merge_rests_engraver" } { - \clef bass \accidentalStyle piano << \relative { \numericTimeSignature + \tempo Largo 2=92 \time 2/2 R1 | R1 \time 3/2 R1*3/2 | R1*3/2 | \time 3/4 - R1*3/4 | + \tuplet 3/2 { r8 r8 a''8( } \tuplet 3/2 { e f4~ } f4) | \time 5/8 R1*5/8 | \time 2/2 R1*2/2 | + R1*2/2 | } @@ -48,21 +49,23 @@ \time 5/8 2 8 \time 2/2 - 2 2 | + 2 2~ | + 1 | } \new Voice \relative { \numericTimeSignature \voiceTwo \time 2/2 - aes,,2 aes | bes bes | + aes,2 aes | bes bes | \time 3/2 ces1~ 4 r4 | - aes'2 aes bes | + aes2 aes bes | \time 3/4 - bes,2. | + bes2. | \time 5/8 - fis'2 a8 + fis2 a8 \time 2/2 - bes2 s2 | + bes2 d2~ | + 1 | } >> } diff --git a/variables/variables.ly b/variables/variables.ly index 84a987a..43126a5 100644 --- a/variables/variables.ly +++ b/variables/variables.ly @@ -1,6 +1,6 @@ % river project %texts -xtitle = \markup { River Sonata } +xtitle = \markup { Net Clarity } xsub = \markup { dedicated to Amber Lucas } xcomp = \markup { Tucker Johnson } xinst = \markup { Clarinet and Piano } -- 2.39.5