From 5873137f5fca3793b2fb8b2de4d06b0fe3b0b79b Mon Sep 17 00:00:00 2001 From: tucker Date: Wed, 9 Aug 2023 10:42:33 -0400 Subject: [PATCH] lite --- front-matter/back cover.ly | 2 +- front-matter/front matter.ly | 2 +- front-matter/inside cover.ly | 2 +- front-matter/outside cover.ly | 2 +- manuscripts/clarinet.ly | 7 ++++--- manuscripts/piano.ly | 15 +++++++++------ variables/bio.ly | 2 +- variables/program notes.ly | 2 +- variables/umbel.ly | 2 +- variables/variables.ly | 2 +- 10 files changed, 21 insertions(+), 17 deletions(-) diff --git a/front-matter/back cover.ly b/front-matter/back cover.ly index 24f81a5..2415554 100644 --- a/front-matter/back cover.ly +++ b/front-matter/back cover.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project backcover = \markuplist { \fill-line { \line { \null } diff --git a/front-matter/front matter.ly b/front-matter/front matter.ly index 8b619fd..43dac11 100644 --- a/front-matter/front matter.ly +++ b/front-matter/front matter.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project front-matter = \markuplist { \fill-line { \left-column { diff --git a/front-matter/inside cover.ly b/front-matter/inside cover.ly index 57cc896..ab48074 100644 --- a/front-matter/inside cover.ly +++ b/front-matter/inside cover.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project cover = \markuplist { \fill-line { diff --git a/front-matter/outside cover.ly b/front-matter/outside cover.ly index 8155dc1..0e4da42 100644 --- a/front-matter/outside cover.ly +++ b/front-matter/outside cover.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project outcover = \markuplist { \fill-line { diff --git a/manuscripts/clarinet.ly b/manuscripts/clarinet.ly index bbb1035..f2de4b9 100644 --- a/manuscripts/clarinet.ly +++ b/manuscripts/clarinet.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project \new Staff \with { instrumentName = \markup { clarinet in \concat { \bold "B" \tiny \flat " " } } @@ -8,8 +8,9 @@ \relative { \numericTimeSignature \clef treble - \time 7/2 - f'2 f f f r2 e4( fis a,~ 16 d,8.~ | + \time 4/2 + f'2--\p f-- f-- f-- | \time 3/2 + r2 e4( fis a,~ 16 d,8.~ | d1 cis'4) r4 | } diff --git a/manuscripts/piano.ly b/manuscripts/piano.ly index a5320ae..3827f1e 100644 --- a/manuscripts/piano.ly +++ b/manuscripts/piano.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project \new PianoStaff \with { instrumentName = \markup { "piano " } @@ -12,9 +12,11 @@ \accidentalStyle piano << \relative { \numericTimeSignature - \time 7/2 - 2 2~ 2. r8. g16 | - 2 f4.. ges16 2 | + \time 4/2 + 2\pp + \time 3/2 + 1~ 4 r8. g16 | + 2 4.. ges16 2 | } @@ -27,8 +29,9 @@ \accidentalStyle piano << \relative { \numericTimeSignature - \time 7/2 - aes,,2 aes bes bes ces~ 2. r4 | + \time 4/2 + aes,,2 aes bes bes | + ces1~ 4 r4 | aes'2 aes bes | } >> diff --git a/variables/bio.ly b/variables/bio.ly index d442921..c1f2387 100644 --- a/variables/bio.ly +++ b/variables/bio.ly @@ -1,4 +1,4 @@ -%fifteen inventions project +% river project xbio = \markup { \center-column { diff --git a/variables/program notes.ly b/variables/program notes.ly index 1409213..bc1de6b 100644 --- a/variables/program notes.ly +++ b/variables/program notes.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project xpnote = \markup { \center-column { diff --git a/variables/umbel.ly b/variables/umbel.ly index ad08921..0b0d1ac 100644 --- a/variables/umbel.ly +++ b/variables/umbel.ly @@ -1,4 +1,4 @@ -%fifteen inventions project +% river project xumbel = \markup { \center-column { \path #0.1 diff --git a/variables/variables.ly b/variables/variables.ly index 3c262e9..84a987a 100644 --- a/variables/variables.ly +++ b/variables/variables.ly @@ -1,4 +1,4 @@ -%cowbell project +% river project %texts xtitle = \markup { River Sonata } xsub = \markup { dedicated to Amber Lucas } -- 2.39.5