From 8e9ef83ba279a8e889310fc7967de92c3c31c070 Mon Sep 17 00:00:00 2001 From: tuckerjohnson Date: Tue, 3 May 2022 14:52:57 -0400 Subject: [PATCH] backup --- lilypond-files/21-inventions.ly | 1 + .../eng-files/pp-document-structure.ly | 247 +++++++++++------- lilypond-files/eng-files/pp-variables.ly | 5 +- lilypond-files/manuscripts/pp-i1.ly | 2 +- lilypond-files/manuscripts/pp-i19.ly | 9 +- lilypond-files/manuscripts/pp-i4.ly | 13 + 6 files changed, 179 insertions(+), 98 deletions(-) create mode 100644 lilypond-files/manuscripts/pp-i4.ly diff --git a/lilypond-files/21-inventions.ly b/lilypond-files/21-inventions.ly index 6e78b76..9af76f8 100644 --- a/lilypond-files/21-inventions.ly +++ b/lilypond-files/21-inventions.ly @@ -12,6 +12,7 @@ \include "manuscripts/pp-i1.ly" \include "manuscripts/pp-i2.ly" \include "manuscripts/pp-i3.ly" +\include "manuscripts/pp-i4.ly" \include "manuscripts/pp-i19.ly" \include "manuscripts/pp-i20.ly" \include "manuscripts/pp-i21.ly" diff --git a/lilypond-files/eng-files/pp-document-structure.ly b/lilypond-files/eng-files/pp-document-structure.ly index 3c7157d..6b5e2e8 100644 --- a/lilypond-files/eng-files/pp-document-structure.ly +++ b/lilypond-files/eng-files/pp-document-structure.ly @@ -1,6 +1,5 @@ -\version "2.20.0" %piano piece doc structure file +\version "2.22.2" %piano piece doc structure file -%------document structure------ \book { \outcover \pageBreak @@ -11,17 +10,17 @@ \front-matter \pageBreak \header { - tagline = ##f + tagline = ##f } \score { \header { - title = \markup { \fontsize #1 \xtitle } - subtitle = \markup { \medium \italic \xsub } - composer = \xcomp - poet = \markup { "piano" } - instrument = \markup { \italic "sequence" \number 1 \smaller \medium \italic " (sunwise)" } - piece = \markup { \large { \bold "prelude" } } + title = \markup { \fontsize #1 \xtitle } + subtitle = \markup { \medium \italic \xsub } + composer = \xcomp + poet = \markup { "piano" } + instrument = \markup { \italic "sequence" \number 1 \smaller \medium \italic " (sunwise)" } + piece = \markup { \large { \bold "prelude" } } } \new PianoStaff \with { \consists "Merge_rests_engraver" } << \set PianoStaff.connectArpeggios = ##t @@ -31,23 +30,24 @@ << \relative \voiceApre >> - } + } \new Staff = "di1" { \clef bass \accidentalStyle forget << \relative \voiceBpre >> } - >> - \layout { - \context { - \Score - \override BarNumber.font-size = #1 - \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) - \override TimeSignature.stencil = ##f + >> + \midi { } + \layout { + \context { + \Score + \override BarNumber.font-size = #1 + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + \override TimeSignature.stencil = ##f + } } } - } \score { \header { piece = \markup { \large { \bold "panicle" } } @@ -107,7 +107,8 @@ \relative \voiceFithree >> } - >> + >> + \midi { } \layout { \context { \Score @@ -118,77 +119,141 @@ } } + \score { + \header { + instrument = \markup { \italic "sequence" \number 2 \smaller \medium \italic " (counterclockwise)" } + piece = \markup { \large { \bold "polar" } } + } + \new PianoStaff \with { \consists "Merge_rests_engraver" } << + \set PianoStaff.connectArpeggios = ##t + \override PianoStaff.Arpeggio.arpeggio-direction = #UP + \new Staff = "ui19" { + \accidentalStyle modern + << + \relative \voiceAfour + >> + } + \new Staff = "di19" { \clef bass + \accidentalStyle modern + << + \relative \voiceBfour + >> + } + >> + \midi { } + \layout { + \context { + \Score + \override BarNumber.font-size = #1 + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + } + } + } + + \score { + \header { + instrument = \markup { \italic "sequence" \number 7 \smaller \medium \italic " (sunwise)" } + piece = \markup { \large { \bold "panicle" } } + } + \new PianoStaff << + \set PianoStaff.connectArpeggios = ##t + \override PianoStaff.Arpeggio.arpeggio-direction = #UP + \new Staff = "ui19" { + \accidentalStyle modern + << + \relative \voiceAnineteen + >> + } + \new Staff = "di19" { \clef bass + \accidentalStyle modern + << + \relative \voiceBnineteen + >> + } + >> + %\midi { } + \layout { + \context { + \Score + \override BarNumber.break-visibility = ##(#f #f #f) + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + \override TimeSignature.stencil = ##f + } + } + } -\score { - \header { - instrument = \markup { \italic "sequence" \number 7 \smaller \medium \italic " (sunwise)" } - piece = \markup { \large { \bold "cyme" } } - } - \new PianoStaff \with { \consists "Merge_rests_engraver" } << - \set PianoStaff.connectArpeggios = ##t - \override PianoStaff.Arpeggio.arpeggio-direction = #UP - \new Staff = "ut4" { - \accidentalStyle modern - << - \relative \voiceAtfour - \\ - \relative \voiceBtfour - >> - } - \new Staff = "dt4" { \clef bass - \accidentalStyle modern - << - \relative \voiceCtfour - \\ - \relative \voiceDtfour - >> - } - >> - \layout { - \context { - \Score - \override BarNumber.font-size = #1 - \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) - } - } - } - \score { - \header { - piece = \markup { \large { \bold "circumnutation" } } - } - \new PianoStaff << - \set PianoStaff.connectArpeggios = ##t - \override PianoStaff.Arpeggio.arpeggio-direction = #UP - \new Staff = "ui7" { - \accidentalStyle modern - << - \relative \voiceAisev - \\ - \relative \voiceDisev - \\ - \relative \voiceBisev - \\ - \relative \voiceCisev - >> - } - \new Staff = "di7" { \clef bass - \accidentalStyle modern - << - \relative \voiceEisev - \\ - \relative \voiceGisev - \\ - \relative \voiceFisev - >> - } - >> - \layout { - \context { - \Score - \override BarNumber.font-size = #1 - \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) - \override TimeSignature.stencil = ##f - } - } - } + \score { + \header { + piece = \markup { \large { \bold "cyme" } } + } + \new PianoStaff \with { \consists "Merge_rests_engraver" } << + \set PianoStaff.connectArpeggios = ##t + \override PianoStaff.Arpeggio.arpeggio-direction = #UP + \new Staff = "ut4" { + \accidentalStyle modern + << + \relative \voiceAtfour + \\ + \relative \voiceBtfour + >> + } + \new Staff = "dt4" { \clef bass + \accidentalStyle modern + << + \relative \voiceCtfour + \\ + \relative \voiceDtfour + >> + } + >> + \midi { } + \layout { + \context { + \Score + \override BarNumber.font-size = #1 + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + } + } + } + + \score { + \header { + piece = \markup { \large { \bold "circumnutation" } } + } + \new PianoStaff << + \set PianoStaff.connectArpeggios = ##t + \override PianoStaff.Arpeggio.arpeggio-direction = #UP + \new Staff = "ui7" { + \accidentalStyle modern + << + \relative \voiceAisev + \\ + \relative \voiceDisev + \\ + \relative \voiceBisev + \\ + \relative \voiceCisev + >> + } + \new Staff = "di7" { \clef bass + \accidentalStyle modern + << + \relative \voiceEisev + \\ + \relative \voiceGisev + \\ + \relative \voiceFisev + >> + } + >> + \midi { } + \layout { + \context { + \Score + \override BarNumber.font-size = #1 + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16) + \override TimeSignature.stencil = ##f + } + } + } } diff --git a/lilypond-files/eng-files/pp-variables.ly b/lilypond-files/eng-files/pp-variables.ly index 9af1095..a8ce6df 100644 --- a/lilypond-files/eng-files/pp-variables.ly +++ b/lilypond-files/eng-files/pp-variables.ly @@ -1,6 +1,4 @@ -\version "2.20.0" %commonplace Common Tones variables - -%------variables------ +\version "2.22.2" %texts xtitle = \markup { Twenty-One Inventions } @@ -18,6 +16,7 @@ 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 bh = \break ds = #2.5 sods = #3.4 diff --git a/lilypond-files/manuscripts/pp-i1.ly b/lilypond-files/manuscripts/pp-i1.ly index 0d320e5..18b765f 100644 --- a/lilypond-files/manuscripts/pp-i1.ly +++ b/lilypond-files/manuscripts/pp-i1.ly @@ -10,7 +10,7 @@ voiceApre = { \tmarkione \override Beam.auto-knee-gap = #6 \override Flag.stroke \time 7/8 \stemUp \change Staff = "di1" c,8[\laissezVibrer\sustainOff\sustainOn d\laissezVibrer e\laissezVibrer f\laissezVibrer g\laissezVibrer a\laissezVibrer b\laissezVibrer] \bar "|." } voiceBpre = { \tmarkione \override NoteHead #'no-ledgers = ##t \override Score.SustainPedalLineSpanner #'padding = #'3 -\time 15/8 \set Staff.pedalSustainStyle = #'bracket \override NoteHead.transparent = ##t \change Staff = "ui1" s4. \offset Y-offset #1 \change Staff = "di1" s4 s4 d'1*1/2_~ 1*1/2 | +\time 15/8 \set Staff.pedalSustainStyle = #'bracket \override NoteHead.transparent = ##t s4.\sustainOn s4 s4 d'1*1/2_~ 1*1/2 | s4.\sustainOff\sustainOn s4 s4 d1*1/2_~ 1*1/2 | s4.\sustainOff\sustainOn s4 s4 d1*1/2_~ 1*1/2 | s4.\sustainOff\sustainOn s4 s4 d1*1/2_~ 1*1/2 | diff --git a/lilypond-files/manuscripts/pp-i19.ly b/lilypond-files/manuscripts/pp-i19.ly index 4b8546b..7e7aecd 100644 --- a/lilypond-files/manuscripts/pp-i19.ly +++ b/lilypond-files/manuscripts/pp-i19.ly @@ -1,6 +1,9 @@ -\version "2.20.0" %Cor Anglais Settle the Score manuscript: +\version "2.22.2" + +unt = \change Staff = "ui19" +dnt = \change Staff = "di19" -voiceApthree = { \tmarktthree +voiceAnineteen = { \tmarktthree \time 7/8 s1*7/8 | s1*7/8 | s1*7/8 | @@ -23,7 +26,7 @@ s1*7/8 | s1*7/8 | s1*7/8 \bar "|." } -voiceBpthree = { \tmarktthree +voiceBnineteen = { \tmarktthree \time 7/8 s1*7/8 | s1*7/8 | s1*7/8 | diff --git a/lilypond-files/manuscripts/pp-i4.ly b/lilypond-files/manuscripts/pp-i4.ly new file mode 100644 index 0000000..c877bff --- /dev/null +++ b/lilypond-files/manuscripts/pp-i4.ly @@ -0,0 +1,13 @@ +\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 "|." } + +voiceBfour = { \tmarktwo +\time 5/8 d4~ d4. | +\time 2/4 r8 f,8~ f4 | +e8( d'4) b8( | +a4.) g8 | } -- 2.39.5