summaryrefslogtreecommitdiffstats
path: root/bwv1056/bwv1056-conductor.ly
diff options
context:
space:
mode:
Diffstat (limited to 'bwv1056/bwv1056-conductor.ly')
-rw-r--r--bwv1056/bwv1056-conductor.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/bwv1056/bwv1056-conductor.ly b/bwv1056/bwv1056-conductor.ly
new file mode 100644
index 0000000..669e97c
--- /dev/null
+++ b/bwv1056/bwv1056-conductor.ly
@@ -0,0 +1,34 @@
+\include "includes/header.ly"
+\include "includes/definitions.ly"
+\include "includes/paper.ly"
+
+#(set-global-staff-size 15)
+
+\paper {
+ ragged-last-bottom = ##f
+}
+
+\include "largo/all.ly"
+\bookpart {
+ \paper {
+ page-count = #3
+ system-count = #9
+ systems-per-page = #3
+ }
+ \score {
+ \new StaffGroup <<
+ \new StaffGroup \with {
+ systemStartDelimiter = #'SystemStartBrace
+ } <<
+ \new Staff {\largo \time 4/4 \key aes \major \relative c'' \violini}
+ \new Staff {\largo \time 4/4 \key aes \major \relative c'' \violinii}
+ >>
+ \new Staff {\largo \time 4/4 \key aes \major \clef alto \relative c' \viola}
+ \new Staff {\largo \time 4/4 \key aes \major \clef bass \relative c' \continuo}
+ \new PianoStaff <<
+ \new Staff = "upper" \upper
+ \new Staff = "lower" \lower
+ >>
+ >>
+ }
+}