From 20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 15 Sep 2015 18:56:55 -0400 Subject: Add BWV1056 largo --- bwv1056/includes/definitions.ly | 9 +++++++++ bwv1056/includes/header.ly | 19 +++++++++++++++++++ bwv1056/includes/paper.ly | 4 ++++ 3 files changed, 32 insertions(+) create mode 100644 bwv1056/includes/definitions.ly create mode 100644 bwv1056/includes/header.ly create mode 100644 bwv1056/includes/paper.ly (limited to 'bwv1056/includes') 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 +} -- cgit v1.2.3-70-g09d2