From acc6e60415ec92c039ca4b600995fb9866bffda3 Mon Sep 17 00:00:00 2001 From: tuckerjohnson Date: Mon, 20 Jun 2022 13:12:29 -0400 Subject: [PATCH] i4 work in begins --- lilypond-files/21-inventions.ly | 2 +- lilypond-files/eng-files/pp-variables.ly | 9 ++++----- lilypond-files/manuscripts/pp-i4.ly | 16 +++++++--------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/lilypond-files/21-inventions.ly b/lilypond-files/21-inventions.ly index 9af76f8..d03d552 100644 --- a/lilypond-files/21-inventions.ly +++ b/lilypond-files/21-inventions.ly @@ -1,6 +1,6 @@ \version "2.20.0" %commonplace Common Tones engraver file -%------called files------ +%------called files------ \include "eng-files/pp-variables.ly" \include "eng-files/pp-paper.ly" \include "front-matter/pp-p-notes.ly" diff --git a/lilypond-files/eng-files/pp-variables.ly b/lilypond-files/eng-files/pp-variables.ly index a8ce6df..e7c2463 100644 --- a/lilypond-files/eng-files/pp-variables.ly +++ b/lilypond-files/eng-files/pp-variables.ly @@ -1,4 +1,4 @@ -\version "2.22.2" +\version "2.22.2" %texts xtitle = \markup { Twenty-One Inventions } @@ -15,8 +15,8 @@ finfoot = \markup { \fill-line { \null \center-column { \concat { " - " \frompro tmarkione = \tempo "Molto rubato" tmarksev = \tempo "Poco rubato" 4 = 46-52 tmarktfour = \tempo "Tempo giusto" 4 = 60 -tmarktthree = \tempo "Vivace" 4 = 165 -tmarktwo = \tempo "Moderato" 4 = 90 +tmarktthree = \tempo "Presto" 4 = 165 +tmarktwo = \tempo "Allegro Moderato" 4. = 108 bh = \break ds = #2.5 sods = #3.4 @@ -27,8 +27,7 @@ dtim = \override Staff.TimeSignature.style = #'single-digit %notationmarks lsp = \once \override TextSpanner.bound-details.left.text = "sp" rsp = \once \override TextSpanner.bound-details.right.text = " sp" -lst = \once \override TextSpanner.bound-details.left.text = "st" +lst = \once \override TextSpanner.bound-details.left.text = "st" rst = \once \override TextSpanner.bound-details.right.text = " st" lord = \once \override TextSpanner.bound-details.left.text = "ord" rord = \once \override TextSpanner.bound-details.right.text = " ord" - diff --git a/lilypond-files/manuscripts/pp-i4.ly b/lilypond-files/manuscripts/pp-i4.ly index c877bff..cf2dca2 100644 --- a/lilypond-files/manuscripts/pp-i4.ly +++ b/lilypond-files/manuscripts/pp-i4.ly @@ -1,13 +1,11 @@ \version "2.22.2" - + voiceAfour = { \tmarktwo -\time 5/8 d'8( b'8) a4. | -\time 2/4 g4.( e8) | -r8 cis'8~ cis4~ | -cis4. fis,8 \bar "|." } +\time 12/8 d''4.~ d4 b8 a4 g8 e4.~ | +e4. r8 cis'4~ cis4.~ cis4 fis,8 | +ees'4.~ ees4 c8 bes4 aes8 f4. \bar "|." } voiceBfour = { \tmarktwo -\time 5/8 d4~ d4. | -\time 2/4 r8 f,8~ f4 | -e8( d'4) b8( | -a4.) g8 | } +\time 12/8 r4 c8~ c2. f4. | +e4 d8 b4. a4. g4. | +r4 cis8~ cis2. fis4. \bar "|." } -- 2.39.5