\include "front-matter/pp-inside-cover.ly"
\include "front-matter/pp-front-matter.ly"
\include "manuscripts/pp-i1.ly"
+\include "manuscripts/pp-i2.ly"
\include "manuscripts/pp-i19.ly"
\include "manuscripts/pp-i20.ly"
\include "manuscripts/pp-i21.ly"
}
}
}
+ \score {
+ \header {
+ piece = \markup { \large { \bold "panicle" } }
+ }
+ \new PianoStaff \with { \consists "Merge_rests_engraver" } <<
+ \set PianoStaff.connectArpeggios = ##t
+ \override PianoStaff.Arpeggio.arpeggio-direction = #UP
+ \new Staff = "ui2" {
+ \accidentalStyle modern
+ <<
+ \relative \voiceAitwo
+ >>
+ }
+ \new Staff = "di4" { \clef bass
+ \accidentalStyle modern
+ <<
+ \relative \voiceBitwo
+ >>
+ }
+ >>
+ \layout {
+ \context {
+ \Score
+ \override BarNumber.font-size = #1
+ \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/16)
+ }
+ }
+ }
+
\score {
\header {
--- /dev/null
+\version "2.20.0" %Cor Anglais Settle the Score manuscript:
+
+voiceAitwo = { \tmarktthree
+\time 7/8 s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 \bar "|." }
+
+voiceBitwo = { \tmarktthree
+\time 7/8 s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 |
+s1*7/8 | }