]> git.newer.systems - circumnutation.git/commitdiff
9i
authortuckerajohnsonmusic@gmail.com <tuckerajohnsonmusic@gmail.com>
Wed, 11 Jan 2023 01:53:12 +0000 (20:53 -0500)
committertuckerajohnsonmusic@gmail.com <tuckerajohnsonmusic@gmail.com>
Wed, 11 Jan 2023 01:53:12 +0000 (20:53 -0500)
book.ly
front-matter/back cover.ly
manuscripts/9i.ly [new file with mode: 0644]
variables/variables.ly

diff --git a/book.ly b/book.ly
index 0a88ac548349d8f0b849d03e057c990edd4c8bed..e528d3b6c403275e5eabf8839309770befa416d5 100644 (file)
--- a/book.ly
+++ b/book.ly
@@ -59,6 +59,13 @@ piece = \markup { \large { \bold "panicle" \number 3 } }
 \include "manuscripts/8i.ly"
 }
 
+\score {
+\header {
+piece = \markup { \large { \bold "anisomery" \number 2 } }
+}
+\include "manuscripts/9i.ly"
+}
+
 \score {
 \header {
 piece = \markup { \large { \bold "cyme" \number 2 } }
index 6eac7e84818d810c4803a42d6b88fb725ec08de4..73b97c80490f0479ecc15899ad7fa8bacb88aac4 100644 (file)
@@ -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 #(strftime "%m-%d-%Y" (localtime (current-time))), using LilyPond version 2.22.2. If you would like to view the most recent version of the input documents that generated it, visit \sans \bold https://github.com/tuckerjohnson/fifteen-inventions.}
+        \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/fifteen-inventions.}
     }
     \line { \null }
     }
diff --git a/manuscripts/9i.ly b/manuscripts/9i.ly
new file mode 100644 (file)
index 0000000..9e0a056
--- /dev/null
@@ -0,0 +1,39 @@
+%fifteen inventions project
+\new PianoStaff <<
+\set PianoStaff.connectArpeggios = ##t
+\override PianoStaff.Arpeggio.arpeggio-direction = #UP
+\new Staff = "u" {
+\accidentalStyle modern
+<<
+\relative { \tmarkfi \override Hairpin.to-barline = ##f %\tempo Lento 4=40
+\override DynamicLineSpanner.staff-padding = \phds
+\time 6/4
+\stemNeutral <b' e a>2\arpeggio\mf^\markup { \smaller \italic "dolce; espr." }_\markup { \lower #4 \tiny { "[roll chords slowly]" } } fis'4(~\p \tuplet 3/2 { fis8 <f, c'>4)\<\arpeggio } <cis dis' gis>2\arpeggio |
+<d' g>8[(\f\arpeggio aes,~]\p aes4) <fis' cis' b'>4~\<\arpeggio \tuplet 3/2 { 4 ais8~ } 8[ <dis, e'>8]~\f\arpeggio 4~\fermata |
+8[ <bes' a'>8~]\>_( \tuplet 3/2 { 8 e,4) } <g c f>2\mp\arpeggio d4.\>_( <cis' gis'>8)\arpeggio |
+<a, d' g>4~\pp\arpeggio \tuplet 3/2 { 8 <b' fis'>4\<~(\arpeggio^"molto rit." } 4 c,4) <bes ees f'>4~\mf\arpeggio 4\fermata |
+}
+>>
+}
+\new Staff = "d" { \clef bass
+\accidentalStyle modern
+<<
+\relative { %\tmarkfi
+\time 6/4
+<g d>4(_\ppsempre <f c>) <ees bes>( <des aes>) <b fis>( <a e>) |
+bes8( ees,8 <c' f,>4) <d g,>4( <e a,>) <fis b,>( <gis cis,>)\fermata |
+<g d>4( <f c>) <ees bes>( <des aes>) <b fis>( a8[ e8]) |
+<bes' ees,>4( <c f,>4) <d g,>4( <e a,>) <fis b,>( <gis cis,>)\fermata \bar "|."
+}
+>>
+}
+>>
+%\midi { }
+\layout {
+\context {
+\Score
+\override BarNumber.font-size = #1
+\override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16)
+\override TimeSignature.stencil = ##f
+}
+}
index 7e967cd6fe1e99511e7eb67815a08c1d2512faff..c22196abce8947d66b212e764bf197508e39e518 100644 (file)
@@ -35,7 +35,13 @@ rord = \once \override TextSpanner.bound-details.right.text = " ord"
 ffsempre =
     #(make-dynamic-script (markup #:combine #:transparent "f" "ff" #:combine
 #:transparent "f" #:normal-text #:italic "sempre" ) )
+ppsempre =
+    #(make-dynamic-script (markup #:combine #:transparent "f" "pp" #:combine
+#:transparent "f" #:normal-text #:italic "sempre" ) )
 
 
 utwo = \change Staff = "ui2"
 dtwo = \change Staff = "di2"
+
+U = \change Staff = "u"
+D = \change Staff = "d"