summaryrefslogtreecommitdiffstats
path: root/bwv1056/bwv1056-keyboard.ly
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-09-15 18:56:55 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-09-15 18:56:55 -0400
commit20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d (patch)
tree61565bad11924855e7ac12b309ead6f3ad7955a2 /bwv1056/bwv1056-keyboard.ly
downloadscores-20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d.tar.gz
Add BWV1056 largo
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
+ >>
+ }
+}