summaryrefslogtreecommitdiffstats
path: root/bwv1056/bwv1056-keyboard.ly
diff options
context:
space:
mode:
Diffstat (limited to 'bwv1056/bwv1056-keyboard.ly')
-rw-r--r--bwv1056/bwv1056-keyboard.ly27
1 files changed, 27 insertions, 0 deletions
diff --git a/bwv1056/bwv1056-keyboard.ly b/bwv1056/bwv1056-keyboard.ly
new file mode 100644
index 0000000..803740a
--- /dev/null
+++ b/bwv1056/bwv1056-keyboard.ly
@@ -0,0 +1,27 @@
+\include "includes/header.ly"
+\include "includes/definitions.ly"
+\include "includes/paper.ly"
+
+#(set-global-staff-size 18)
+
+\paper {
+ ragged-last-bottom = ##f
+}
+
+\header {
+ %title = ""
+}
+
+\include "largo/keyboard.ly"
+\bookpart {
+ \paper {
+ page-count = #1
+ system-count = #7
+ }
+ \score {
+ \new PianoStaff <<
+ \new Staff = "upper" \upper
+ \new Staff = "lower" \lower
+ >>
+ }
+}