From 67736a30f521460999ff1696b5a87f520f9c8c52 Mon Sep 17 00:00:00 2001 From: "tuckerajohnsonmusic@gmail.com" Date: Wed, 7 Sep 2022 13:57:02 -0400 Subject: [PATCH] work --- book.ly | 7 +++++++ manuscripts/1i.ly | 20 ++++++++++---------- manuscripts/3i.ly | 28 ++++++++++------------------ variables/variables.ly | 2 +- 4 files changed, 28 insertions(+), 29 deletions(-) diff --git a/book.ly b/book.ly index a647cdc..ef0b66c 100644 --- a/book.ly +++ b/book.ly @@ -30,6 +30,13 @@ piece = \markup { \large { \bold "panicle 1" } } \include "manuscripts/2i.ly" } +\score { +\header { +piece = \markup { \large { \bold "polar 1" } } +} +\include "manuscripts/3i.ly" +} + \score { \header { piece = \markup { \large { \bold "circumnutation" } } diff --git a/manuscripts/1i.ly b/manuscripts/1i.ly index 78e2ff2..9562eda 100644 --- a/manuscripts/1i.ly +++ b/manuscripts/1i.ly @@ -6,7 +6,7 @@ \new Staff = "ui1" { \accidentalStyle modern-cautionary << - \relative { \tempo "Prestissimo" + \relative { \tmarkione \time 7/16 s16 s16 s16 s16 s16 s16 s16 | s16 s16 s16 s16 s16 s16 s16 | s16 s16 s16 s16 s16 s16 s16 | @@ -25,19 +25,19 @@ \new Staff = "di1" { \clef bass \accidentalStyle modern-cautionary << - \relative { \tempo "Prestissimo" + \relative { \tmarkione \time 7/16 gis,16[\p ais b cis dis e fis] | g16[ a c \change Staff = "ui1" d f ees \change Staff = "di1" bes] | a16[ g fis e d c b] | aes16[ f des ees g bes c] | - a16[ bes c d e f g] | - \change Staff = "ui1" des'[ ees c \change Staff = "di1" bes aes g f] | - fis[ e d cis b a g] | - gis[ a b cis d e fis] | - bes[ c \change Staff = "ui1" ees f ges des \change Staff = "di1" aes] | - g[ f ees d c bes a] | - b[ e, dis fis gis ais cis] | - d[ e f g a b c] \bar "|." + cis16[ d e fis gis a b] | + \change Staff = "ui1" f'[ g e d c \change Staff = "di1" b a] | + bes[ aes ges f ees des ces] | + c[ des ees f ges aes bes] | + \change Staff = "ui1" d[ e g a bes f c] | + \change Staff = "di1" b[ a g fis e d cis] | + ees[ aes, g bes c d f] | + fis[ gis a b cis \change Staff = "ui1" dis e] \change Staff = "di1" \bar "|." } >> } diff --git a/manuscripts/3i.ly b/manuscripts/3i.ly index 88e927d..3fdc58b 100644 --- a/manuscripts/3i.ly +++ b/manuscripts/3i.ly @@ -6,15 +6,11 @@ \accidentalStyle modern << \relative { \tmarktwo -\time 4/4 d''2 \tuplet 3/2 { r16 b16_( a16 } g16 a16 g8_) e'8~ | -e2 cis4-> fis4-> | -ees2 r32 c32( bes32 c32 bes16 aes16-.) r8 f'8~ | -f4 d2-> g4-> | -e4~ e16 cis( b a b a16-.) r8 r16 fis'16-. r8 | -r4 dis4-> gis2-> | -f4. \tuplet 3/2 { d16( c16 bes16-.) } r8 g'8~ g4 | -e2.-> a4-> | -r8 dis,8-. cis8-. b-. +\time 4/4 r8 g''8( a,4~ a8) d16( f16 c4) | +bes2-> ees2-> | +r8 bes8( g'4~ g8) f16( c16 d4) | +e2-> bes-> | +s1 | } >> } @@ -22,15 +18,11 @@ r8 dis,8-. cis8-. b-. \accidentalStyle modern << \relative { \tmarktwo -\time 4/4 r2 c4-> f4-> | -e4.( d8-.) \tuplet 3/2 { r16 b16( a16 } g16 a16 g4~ | -g2) des'4-> ges4-> | -f8( ees8~ ees4) r32 c32( bes32 c32 bes16 aes16-.) r4 | -r4 d2-> g4-> | -fis16( e8.~ e16) cis( b a b a16-.) r8 r4 | -r4 ees'4-> aes2-> | -\acciaccatura g8 f4. \tuplet 3/2 { d16( c16 bes16-.) } r2 | -e2.-> a4-> | +\time 4/4 r1 | +r8 fis8( ais,4~ ais8) cis16( e16 b4) | +a2-> dis2-> | +r8 b8( gis'4~ gis8) fis16( cis16 dis4) | +eis2-> ais2-> | } >> } diff --git a/variables/variables.ly b/variables/variables.ly index f60791a..cf483cc 100644 --- a/variables/variables.ly +++ b/variables/variables.ly @@ -11,7 +11,7 @@ evfoot = \markup { \fill-line { \null \center-column { \concat { " - " \fromprop finfoot = \markup { \fill-line { \null \center-column { \concat { " - " \fromproperty #'page:page-number-string " - " } \small \typewriter { "February 1st, 2022 - Rochester, New York" } } \null } } %music -tmarkione = \tempo "Molto rubato" +tmarkione = \tempo "Prestissimo" 4 = 136 tmarksev = \tempo "Poco rubato" 4 = 46-52 tmarktfour = \tempo "Tempo giusto" 4 = 60 tmarktthree = \tempo "Presto" 4 = 165 -- 2.39.5