From b6594cdf585a2c095680fd94a3207eb32be0dc9b Mon Sep 17 00:00:00 2001 From: "tuckerajohnsonmusic@gmail.com" Date: Thu, 24 Aug 2023 07:27:21 -0400 Subject: [PATCH] 2-measures --- book.ly | 2 +- front-matter/back cover.ly | 2 +- manuscripts/clarinet.ly | 12 +++++++----- manuscripts/piano.ly | 34 ++++++++++++++++++++-------------- 4 files changed, 29 insertions(+), 21 deletions(-) diff --git a/book.ly b/book.ly index 157a5f5..6148d31 100644 --- a/book.ly +++ b/book.ly @@ -29,7 +29,7 @@ \Score \override RehearsalMark.break-visibility = #begin-of-line-invisible \override BarNumber.font-size = #1 - \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/8) } } } diff --git a/front-matter/back cover.ly b/front-matter/back cover.ly index 2415554..b08c49b 100644 --- a/front-matter/back cover.ly +++ b/front-matter/back cover.ly @@ -10,7 +10,7 @@ backcover = \markuplist { \fill-line { \vspace #1.3 \line { ================================= } \vspace #1.3 - \override #'(line-width . 75) \justify \typewriter \tiny { This score was engraved on #(string-append (strftime "%m-%d-%Y" (localtime (current-time))) ",") using LilyPond version #(string-append (lilypond-version) ".") If you would like to view the most recent version of the input documents that generated it, visit \sans \bold https://github.com/tuckerjohnson/river-sonata.} + \override #'(line-width . 75) \justify \typewriter \tiny { This score was engraved on #(string-append (strftime "%m-%d-%Y" (localtime (current-time))) ",") using LilyPond version #(string-append (lilypond-version) ".") If you would like to view the most recent version of the input documents that generated it, visit \sans \bold https://github.com/tuckerjohnson/net-clarity.} } \line { \null } } diff --git a/manuscripts/clarinet.ly b/manuscripts/clarinet.ly index cdc3099..270f58c 100644 --- a/manuscripts/clarinet.ly +++ b/manuscripts/clarinet.ly @@ -13,13 +13,15 @@ f'2--\p f-- | f-- f-- | \time 3/2 - f-- \tuplet 3/2 { e4^( fis a,~ } 4 d,4~ | - d1~ 8 cis'8~ 8) r8 | + f-- \tuplet 3/2 { e4( fis a,~ } 4 d,4~ | + d1) r4 cis''4~ | \time 3/4 - r8 b''8~ \tuplet 3/2 { b4 b8( } \tuplet 3/2 { c8 g4~ } | + 8 b'8~ \tuplet 3/2 { b4 b8( } \tuplet 3/2 { c8 g4~ } | \time 5/8 g8) aes( ees bes) r8 | \time 2/2 - f2~ \tuplet 3/2 { f4 (e fis } | - a,1) | + f2~ \tuplet 3/2 { f4 e( fis } | + a,1)\fermata | + a1 | + d1\fermata | } diff --git a/manuscripts/piano.ly b/manuscripts/piano.ly index a9fbf8e..172cd0b 100644 --- a/manuscripts/piano.ly +++ b/manuscripts/piano.ly @@ -1,4 +1,4 @@ -% river project +% clarity project \new PianoStaff \with { instrumentName = \markup { "piano " } @@ -13,19 +13,19 @@ \relative { \numericTimeSignature \tempo Largo 2=92 \time 2/2 - R1 | R1 + s1 | s1 \time 3/2 - R1*3/2 | - R1*3/2 | + s2 s2 s2 | + s2 s2 s2 | \time 3/4 \tuplet 3/2 { r8 r8 a''8( } \tuplet 3/2 { e f4~ } f4) | \time 5/8 - R1*5/8 | + s4 s4 s8 | \time 2/2 - R1*2/2 | - R1*2/2 | - - + s1 | + s1 | + s1 | + s1 | } >> } @@ -42,15 +42,18 @@ \time 2/2 2^\pp | | \time 3/2 - 1~ 4 \afterGrace r4 { g8 } | - 2 \afterGrace { ges8 } 2 | + 1~ 4 \afterGrace r4 { g8_( } | + 2) \afterGrace { ges8_( } 2) | \time 3/4 - \afterGrace 15/16 2. { d8 } | + \afterGrace 15/16 2. { d8_( } | \time 5/8 - 2 8 + 2) 8 \time 2/2 2 2~ | - 1 | + \afterGrace 15/16 1\fermata { ees'8( } | + 1) | + 1\fermata | + } \new Voice \relative { \numericTimeSignature \voiceTwo @@ -66,6 +69,9 @@ \time 2/2 bes2 d2~ | 1 | + f,1 | + e1 | + } >> } -- 2.39.5