summaryrefslogtreecommitdiffstats
path: root/bwv1056/includes
diff options
context:
space:
mode:
Diffstat (limited to 'bwv1056/includes')
-rw-r--r--bwv1056/includes/definitions.ly9
-rw-r--r--bwv1056/includes/header.ly19
-rw-r--r--bwv1056/includes/paper.ly4
3 files changed, 32 insertions, 0 deletions
diff --git a/bwv1056/includes/definitions.ly b/bwv1056/includes/definitions.ly
new file mode 100644
index 0000000..4501cc0
--- /dev/null
+++ b/bwv1056/includes/definitions.ly
@@ -0,0 +1,9 @@
+tr = {
+ \once\override Script.avoid-slur = #'inside
+ \once\override Script.outside-staff-priority = ##f
+ \once\override Script.font-size = #-2
+}
+
+largo = { \tempo \markup { \huge "Largo." } }
+pizzicato = \markup { "(pizzicato)" }
+arco = \markup { "(coll'arco)" }
diff --git a/bwv1056/includes/header.ly b/bwv1056/includes/header.ly
new file mode 100644
index 0000000..9b6dc81
--- /dev/null
+++ b/bwv1056/includes/header.ly
@@ -0,0 +1,19 @@
+\version "2.18.2"
+
+#(ly:set-option 'relative-includes #t)
+
+\header {
+ title = "Concerto V"
+ opus = "BWV 1056"
+ composer = "J. S. Bach"
+ tagline = ""
+
+ date = "1738"
+ maintainer = "Thibaut Horel"
+ maintainerEmail = "thibaut.horel (at) gmail.com"
+ license = "Creative Commons Attribution-ShareAlike 4.0"
+ style = "Baroque"
+ source = "Breitkopf und Härtel, 1869"
+ mutopiacomposer = "BachJS"
+ mutopiainstrument ="Orchestra: Violins, Viola, Continuo, Harpsichord, Piano"
+}
diff --git a/bwv1056/includes/paper.ly b/bwv1056/includes/paper.ly
new file mode 100644
index 0000000..be4b67e
--- /dev/null
+++ b/bwv1056/includes/paper.ly
@@ -0,0 +1,4 @@
+\paper {
+ top-margin = 13
+ bottom-margin = 13
+}