]> git.newer.systems - circumnutation.git/commitdiff
i7
authortuckerjohnson <tuckerajohnsonmusic@gmail.com>
Thu, 12 Jan 2023 01:03:49 +0000 (20:03 -0500)
committertuckerjohnson <tuckerajohnsonmusic@gmail.com>
Thu, 12 Jan 2023 01:03:49 +0000 (20:03 -0500)
book.ly
manuscripts/7i.ly [new file with mode: 0644]

diff --git a/book.ly b/book.ly
index e528d3b6c403275e5eabf8839309770befa416d5..a01c74f6d06fca3afc14360055c8cf5984cef564 100644 (file)
--- a/book.ly
+++ b/book.ly
@@ -52,6 +52,13 @@ piece = \markup { \large { \bold "cyme" \number 1 } }
 \include "manuscripts/6i.ly"
 }
 
+\score {
+\header {
+piece = \markup { \large { \bold "pinnate" \number 2 } }
+}
+\include "manuscripts/7i.ly"
+}
+
 \score {
 \header {
 piece = \markup { \large { \bold "panicle" \number 3 } }
diff --git a/manuscripts/7i.ly b/manuscripts/7i.ly
new file mode 100644 (file)
index 0000000..1f01a4d
--- /dev/null
@@ -0,0 +1,48 @@
+%fifteen inventions project
+\new PianoStaff \with { \consists "Merge_rests_engraver" } <<
+\set PianoStaff.connectArpeggios = ##t
+\override PianoStaff.Arpeggio.arpeggio-direction = #UP
+\new Staff = "u3" {
+\accidentalStyle modern
+<<
+\relative { \tmarktwo \numericTimeSignature
+\partial 8.
+r8. |
+\time 6/8
+d'8 fis e b a cis~ |
+cis4.~ cis8 r16 cis8. |
+e8 fis b g d c~ |
+c4 r16 c16~ c4. |
+dis8 fis8 e gis cis, b |
+r16 b16~ b4~ b4. |
+f2. |
+c'8 d bes f' g a |
+}
+>>
+}
+\new Staff = "d3" { \clef bass
+\accidentalStyle modern
+<<
+\relative { \tmarktwo \numericTimeSignature
+\partial 8.
+gis8.~ |
+\time 6/8
+gis2. |
+g8 ees f bes c aes |
+a2. |
+f8 ees bes d g a |
+bes2. |
+f8 d e c g' a |
+aes ges bes ees, des ces |
+}
+>>
+}
+>>
+%\midi { }
+\layout {
+\context {
+\Score
+\override BarNumber.font-size = #1
+\override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/10)
+}
+}