From 1a9af43d1e702ccb7f31f52201f1f177c5b6db7a Mon Sep 17 00:00:00 2001 From: tuckerjohnson Date: Wed, 11 Jan 2023 20:03:49 -0500 Subject: [PATCH] i7 --- book.ly | 7 +++++++ manuscripts/7i.ly | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 manuscripts/7i.ly diff --git a/book.ly b/book.ly index e528d3b..a01c74f 100644 --- 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 index 0000000..1f01a4d --- /dev/null +++ b/manuscripts/7i.ly @@ -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) +} +} -- 2.39.5