Skip to content

Commit

Permalink
Johann Sebastian Bach: Chorale from "Lucas Passion"
Browse files Browse the repository at this point in the history
  • Loading branch information
cellist committed Nov 7, 2016
1 parent 03c5563 commit be57a29
Show file tree
Hide file tree
Showing 8 changed files with 150 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
\version "2.18.2"
\include "deutsch.ly"

#(set-global-staff-size 24)

\header {
title = \markup \bold \italic "Straf' mich nicht mit Deinem Zorn"
subtitle = "- Choral aus der Lukas Passion -"
composer = "Johann Sebastian Bach"
arranger = "(1685-1750)"
enteredby = "cellist (2016-11-07)"
piece = "BWV 246, Nr. 99"
}

voiceconsts = {
\key es \major
\time 4/4
\clef "bass"
%\numericTimeSignature
\compressFullBarRests
% Set default beaming for all staves
% \set Timing.beamExceptions = #'()
% \set Timing.baseMoment = #(ly:make-moment 1 4)
% \set Timing.beatStructure = #'(1 1 1)
\tempo "Andantino " 4=80
}

%minstr = "harpsichord"
mist = "string ensemble 1"
%minstr = "accordion"
miba = "bassoon"
%milo = "drawbar organ"
milo = "harpsichord"

\include "v1.ily"
\include "v2.ily"
\include "v3.ily"
\include "v4.ily"

music = \new StaffGroup <<
\new Staff {
\set Staff.midiInstrument = \mist
\set Staff.instrumentName = \markup \center-column { "Viola" }
\transpose es b, { \va }
}

\new Staff {
\set Staff.midiInstrument = \mist
\set Staff.instrumentName = \markup \center-column { "Violon-" "cello I" }
\transpose es b, { \vb }
}

\new Staff {
\set Staff.midiInstrument = \miba
\set Staff.instrumentName = \markup \center-column { "Violon-" "cello II" }
\transpose es b, { \vc }
}

\new Staff {
\set Staff.midiInstrument = \miba
\set Staff.instrumentName = \markup \center-column { "Kontra-" "baß" }
\transpose es b, { \vd }
}
>>

\book {
\score {
\music
\layout {}
}

\score {
\unfoldRepeats \music

\midi {
\context {
\Score
}
}
}
}
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions Vla, Vlc, Vlc, Kb/Bach, Johann Sebastian/Straf mich nicht/v1.ily
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
va = \relative c'' {
\voiceconsts
\clef "alto"

\repeat volta 2 {
g4 g b b
es, f g2
c4 d es as,
g( f) es2
}
b'4 b g2

c4 c a2
b4 f g b
b( a) b2
c4 d es g,
f2 es \bar "|."
}
17 changes: 17 additions & 0 deletions Vla, Vlc, Vlc, Kb/Bach, Johann Sebastian/Straf mich nicht/v2.ily
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vb = \relative c' {
\voiceconsts

\repeat volta 2 {
es4 es f f
es d es2
es4 f g es
es( d) es2
}
f4 f es2

g4 g f2
f4 f es f8( g)
f2 f
as4 as g es8( f)
es4( d) b2 \bar "|."
}
17 changes: 17 additions & 0 deletions Vla, Vlc, Vlc, Kb/Bach, Johann Sebastian/Straf mich nicht/v3.ily
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vc = \relative c' {
\voiceconsts

\repeat volta 2 {
b4 b b b
g b b2
c4 as b c
es,( b') g2
}
b4 b b2

c4 c c2
d4 b b b8( es)
d4( c) d2
es4 f b, b8( c)
b2 b \bar "|."
}
17 changes: 17 additions & 0 deletions Vla, Vlc, Vlc, Kb/Bach, Johann Sebastian/Straf mich nicht/v4.ily
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vd = \relative c {
\voiceconsts

\repeat volta 2 {
es4 es d d
c b es2
as4 f es c
b2 es
}
d4 b es2

es4 es es2
d4 d es d8( es)
f4( f,) b2
as'4 f es g8( as)
b4( b,) es2 \bar "|."
}

0 comments on commit be57a29

Please sign in to comment.