From 7a0c0646fac1b7fc0245cca0f47c1c704740daec Mon Sep 17 00:00:00 2001 From: "tuckerajohnsonmusic@gmail.com" Date: Thu, 6 Apr 2023 08:21:03 -0400 Subject: [PATCH] oush --- book.ly | 7 +++ manuscripts/14i.ly | 114 +++++++++++++++++++++++++++++++++++++++++ variables/variables.ly | 2 +- 3 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 manuscripts/14i.ly diff --git a/book.ly b/book.ly index 570aa65..bcd3344 100644 --- a/book.ly +++ b/book.ly @@ -94,6 +94,13 @@ piece = \markup { \large { \bold "pinnate" \number 3 } } \include "manuscripts/13i.ly" } +\score { +\header { +piece = \markup { \large { \bold "umbel" } } +} +\include "manuscripts/14i.ly" +} + \score { \header { piece = \markup { \large { \bold "circumnutation" } } diff --git a/manuscripts/14i.ly b/manuscripts/14i.ly new file mode 100644 index 0000000..f7bb466 --- /dev/null +++ b/manuscripts/14i.ly @@ -0,0 +1,114 @@ +%fifteen inventions project +\new PianoStaff \with { \consists "Merge_rests_engraver" } << +\set PianoStaff.connectArpeggios = ##t +\override PianoStaff.Arpeggio.arpeggio-direction = #UP +\new Staff = "u" { +\accidentalStyle modern +\relative { \tempo Allegro 4=132 \numericTimeSignature +\time 4/4 +r2 cis''8( a4 fis'8 | +dis2~ dis8) r8 f'4~ | +f2 r2 | +<< + { + \voiceOne + r4 r4 f4~ \tuplet 3/2 { 8 a8 d, } | + \time 2/4 + \tuplet 3/2 { b' g e~ } \tuplet 3/2 { e cis-. fis-. } + \time 3/4 + ais,2 s4 | + } + \new Voice { + \voiceTwo + r4 r8 \tuplet 3/2 { r16 c,,16^( ees } aes2) | + \time 2/4 + s2 | + \time 3/4 + r8 dis~ dis4 e4 | + } +>> +\oneVoice +f8( bes,8~ bes4) r4 | +\time 3/4 +\tuplet 5/4 { aes8( bes, des f g) } d16( fis a8~ | +\time 7/16 +a4~ a8) r16 | +\time 3/4 +\tuplet 3/2 { bes'8-. ees-. aes,-. } r4 r4 | +R1*3/4 | +\time 4/4 +\tuplet 5/4 { bes,8( g4 d'8 c~ } \tuplet 5/4 { c4.) ees4---> } | +R1 | +} +} +\new Staff = "d" { \clef bass +\accidentalStyle modern +\relative { \numericTimeSignature +\time 4/4 +<< + { + \voiceOne + b1~-> | + b2 c2 | + \voiceTwo + r4 aes,4 16( g8.~ 8) e16( d | + bes8-.) s8 s4 + } + \new Voice { + \voiceTwo + r2 \tuplet 5/4 { r4 e'4.~ } + \tuplet 5/4 { 2 gis8 } \tuplet 5/4 { bes4 d,8 g4~ } | + \voiceOne + \tuplet 5/4 { g4. ees4~ } \tuplet 5/4 { ees8 b-. c-. f-. a-. } | + \tuplet 5/4 { ges4_( des8-.) r4 } + } +>> +\oneVoice +r2 | +\time 2/4 +R1*1/2 | +\time 3/4 +r4 r4 gis,,16-. fis-. cis'-. b-. | +\tuplet 3/2 { g16-. a-. c-. } d8-. r8 e,-.-> r4 | +ees'4( c'4 b4) | +\time 7/16 +<< + { + \voiceTwo + b4~ 16[ b->( ges] | + } + \new Voice { + \voiceOne + e'8.[-. c16(] g'16) r8 | + } +>> +\oneVoice +\time 3/4 +\tuplet 3/2 { des4 f,8-.->) } +<< + { + \voiceOne + d'4~ d8. d16~ | + d8 \tuplet 3/2 { cis16( gis' fis } + } + \new Voice { + \voiceTwo + a,4~ a8. a16~ | + a8[ e,8]-.-> + } +>> +\oneVoice +b'''2~ | +b2) f4. a8~-> | +a1 | +} +} +>> +%\midi { } +\layout { +\context { +\Score +\override BarNumber.font-size = #1 +\override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/10) +} +} diff --git a/variables/variables.ly b/variables/variables.ly index 47eac6e..af56318 100644 --- a/variables/variables.ly +++ b/variables/variables.ly @@ -16,7 +16,7 @@ tmarksev = \tempo "Poco rubato" 4 = 46-52 tmarktfour = \tempo "Tempo giusto" 4 = 152 tmarktfourb = \tempo "Tempo giusto" 4 = 152 tmarktthree = \tempo "Presto" 4 = 168 -tmarktwo = \tempo "Allegro moderato" 4 = 103 +tmarktwo = \tempo "Allegro moderato" 4 = 104 tmarkfi = \tempo "Largo" 4 = 55 bh = \break ds = #2.5 -- 2.39.5