From 0eef0cad3bafbb00b0dfb33f7b478622ebb413db Mon Sep 17 00:00:00 2001 From: tuckerjohnson Date: Thu, 3 Nov 2022 18:05:42 -0400 Subject: [PATCH] big works --- manuscripts/4i.ly | 39 ++++++++++++++++++--------------------- variables/variables.ly | 2 +- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/manuscripts/4i.ly b/manuscripts/4i.ly index 04a0e8e..6566c6d 100644 --- a/manuscripts/4i.ly +++ b/manuscripts/4i.ly @@ -6,12 +6,19 @@ \accidentalStyle modern << \relative { \tmarkfi -\time 5/4 r2. 2 | -\time 3/4 2. | -\time 2/4 r4 4 | -\time 7/8 c4.~ 2 | -\time 4/4 1 | -2. r4 | +\time 2/4 r4 \tuplet 3/2 { e'8 g f } | +des8 bes4. | +r8 b8 \tuplet 3/2 { ees8 c d } | +fis8 gis4. | +a2 | +} +\\ +\relative { \tmarkfi +\time 2/4 s4 b4 | +fis2 | +r4 4 | +s2 | +b2 | } >> } @@ -19,22 +26,12 @@ \accidentalStyle modern << \relative { \tmarkfi -\time 5/4 bes2~( bes8 c8 g2) | -\time 3/4 b,4.( ais8 dis4) | -\time 2/4 \change Staff = "ui4" \stemDown \tuplet 3/2 { fis'4( e d) } | -\time 7/8 \change Staff = "di4" \stemUp f,4( aes8 ges2) | -\time 4/4 \change Staff = "ui4" \stemDown a'4._( b8 f2)| -\change Staff = "di4" \stemUp r8 8~ 2 c,8( g'8) | +\time 2/4 r4 4 | +2 | +r8 e'8 4 | +cis'2 | +2 | -} -\\ -\relative { \tmarkfi -\time 5/4 r2. 2 | -\time 3/4 fis2. | -\time 2/4 r4 4 | -\time 7/8 r4. r8 r16 cis,16~-> cis4 | -\time 4/4 1 | -bes2. r4 | } >> } diff --git a/variables/variables.ly b/variables/variables.ly index 0bfd270..7c98f28 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 tmarktthree = \tempo "Presto" 4 = 168 tmarktwo = \tempo "Allegro moderato" 4 = 103 -tmarkfi = \tempo "Moderato" 4 = 80 +tmarkfi = \tempo "Largo" 4 = 55 bh = \break ds = #2.5 sods = #3.4 -- 2.39.5