diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-09-15 18:56:55 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-09-15 18:56:55 -0400 |
| commit | 20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d (patch) | |
| tree | 61565bad11924855e7ac12b309ead6f3ad7955a2 /bwv1056/includes | |
| download | scores-20ce919cff658d6e2e12cb092dcaaf2a8d40fb8d.tar.gz | |
Add BWV1056 largo
Diffstat (limited to 'bwv1056/includes')
| -rw-r--r-- | bwv1056/includes/definitions.ly | 9 | ||||
| -rw-r--r-- | bwv1056/includes/header.ly | 19 | ||||
| -rw-r--r-- | bwv1056/includes/paper.ly | 4 |
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 +} |
