]> git.newer.systems - circumnutation.git/commitdiff
stencil i2
authortuckerjohnson <tuckerajohnsonmusic@gmail.com>
Wed, 6 Apr 2022 20:32:19 +0000 (16:32 -0400)
committertuckerjohnson <tuckerajohnsonmusic@gmail.com>
Wed, 6 Apr 2022 20:32:19 +0000 (16:32 -0400)
lilypond-files/21-inventions.ly
lilypond-files/eng-files/pp-document-structure.ly
lilypond-files/manuscripts/pp-i2.ly [new file with mode: 0644]

index bfc2b5665cc137d0aa9a0ed3ce60d02ac289079e..8b55a58d969e63dc8cd7951025e138cae1cf8e1a 100644 (file)
@@ -10,6 +10,7 @@
 \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"
index 4fafcee003cb3e2548d1d700ad266d1737e423a4..c2e2c724509fa6d6bfd91ebce953af3d8e73480c 100644 (file)
                 }
         }
   }
+        \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 {
diff --git a/lilypond-files/manuscripts/pp-i2.ly b/lilypond-files/manuscripts/pp-i2.ly
new file mode 100644 (file)
index 0000000..3341bf1
--- /dev/null
@@ -0,0 +1,47 @@
+\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 | }