From: tuckerjohnson Date: Thu, 27 Apr 2023 00:33:20 +0000 (-0400) Subject: fix X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=2c8ea35b85556e9a2331696718323a19bd369728;p=circumnutation.git fix --- diff --git a/book.ly b/book.ly index 88b2873..9a57d6f 100644 --- a/book.ly +++ b/book.ly @@ -84,10 +84,10 @@ composer = \xcomp \include "manuscripts/13i.ly" } -\tocItem \markup { "14. " \bold "Moderato" } -\score { -\include "manuscripts/14i.ly" -} +%\tocItem \markup { "14. " \bold "Moderato" } +%\score { +%\include "manuscripts/14i.ly" +%} \tocItem \markup { "14. " \bold "Poco rubato," \italic "semplicemente; sotto voce" } \score { diff --git a/manuscripts/14i.ly b/manuscripts/14i.ly index 58b1327..307f4a7 100644 --- a/manuscripts/14i.ly +++ b/manuscripts/14i.ly @@ -8,14 +8,7 @@ \accidentalStyle piano << \relative { \tempo "Molto" 4=75 \numericTimeSignature -4 4 4 4 | -2. f''4 | -f4 f4. f4.~\arpeggio | -1 \clef bass | -\tuplet 3/2 { ees,,,8( a, b } \tuplet 3/2 { c f ges } des4) r4 \clef treble | -f'''2~(\arpeggio 8 \tuplet 7/4 { g16 fis e d cis b a } bes8) | -\time 6/16 -r16 r16 16-. r16 r16 16-. | + } >> } @@ -24,14 +17,7 @@ r16 r16 16-. r16 r16 16-. | \accidentalStyle piano << \relative { \numericTimeSignature -gis4 4 e4 4 | -e2. 4 | -4 4. 4.~\arpeggio | -1 | -\tuplet 3/2 { r16 aes8( g e16~ } \tuplet 3/2 { 16 d8 } bes'8~ 4) c'8( ees | -4~\arpeggio 8) r8 r2 | -\time 6/16 -b,16-. fis'-. r16 cis16-. gis'16-. r16 | + } >> } diff --git a/variables/program notes.ly b/variables/program notes.ly index 7e87517..feb1509 100644 --- a/variables/program notes.ly +++ b/variables/program notes.ly @@ -3,8 +3,8 @@ xpnote = \markup \column { \override #'(line-width . 90) \justify { At the start of 2022, I composed a short piece for piano constructed from descending diatonic scales and the 15 partitions of the integer 7. This invention -would inspire me to write more inventions. These \bold \italic "Fourteen Inventions" -correspond to most of the 15 partitions and, as such, have between 1 and 7 strands or +would inspire me to write more inventions. These \bold \italic "Fifteen Inventions" +correspond to each of the 15 partitions and, as such, have between 1 and 7 strands or voices. Each invention explores ways of permuting and separating the diatonic collection, creating many types of musical expression within a simple framework. } diff --git a/variables/variables.ly b/variables/variables.ly index f0c4c44..d4b1f48 100644 --- a/variables/variables.ly +++ b/variables/variables.ly @@ -2,7 +2,7 @@ %texts xyear = \markup { 2022-23 } xtitle = \markup { Circumnutation } -xsub = \markup { fourteen inventions for keyboard instruments } +xsub = \markup { fifteen inventions for keyboard instruments } xcomp = \markup { Tucker Johnson } xinst = \markup { keyboard } xdur = \markup { "30\" - 15\'" }