From b2c49f7d086e7edb7e72d30355af79241e0fee28 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 Sep 2014 08:18:03 +0200 Subject: Korrekturen, Dynamik --- Ach_wie_fluechtig/artikulation.ly | 5 +++- Gloria_Woodward/stimmen.ly | 4 +-- Gloria_Woodward/texte.ly | 48 ++++++++++++++++++++-------------- Nun_komm_der_Heiden_Heiland/stimmen.ly | 8 +++--- 4 files changed, 38 insertions(+), 27 deletions(-) diff --git a/Ach_wie_fluechtig/artikulation.ly b/Ach_wie_fluechtig/artikulation.ly index 670096f..bdfd633 100644 --- a/Ach_wie_fluechtig/artikulation.ly +++ b/Ach_wie_fluechtig/artikulation.ly @@ -1,5 +1,8 @@ artikulationVI = { + \override TextSpanner #'(bound-details left text) = \markup { \upright "rit." } s4\breathe s2. | s4\breathe s2. | - s1*7 | \bar "|." + s1*6 | + s1^\startTextSpan | + s2. s4^\stopTextSpan \bar "|." } \ No newline at end of file diff --git a/Gloria_Woodward/stimmen.ly b/Gloria_Woodward/stimmen.ly index 49a6ec5..43804f9 100644 --- a/Gloria_Woodward/stimmen.ly +++ b/Gloria_Woodward/stimmen.ly @@ -35,7 +35,7 @@ e2. e4 | fis a a gis | a2 a | - e'4. d8 cis[ d e cis] | + e'4.^\f d8 cis[ d e cis] | d4. cis8 h[ cis d h] | cis4. h8 a[ h cis a] | h4. a8 gis[ a h gis] | @@ -83,7 +83,7 @@ e2. cis4 | d fis e e | a2 a | - cis4. h8 a[ h cis a] | + cis4.^\f h8 a[ h cis a] | h4. a8 gis[ a h gis] | a4. gis8 fis[ gis a fis] | gis4. fis8 e[ fis gis e] | diff --git a/Gloria_Woodward/texte.ly b/Gloria_Woodward/texte.ly index 319abd0..a270d5b 100644 --- a/Gloria_Woodward/texte.ly +++ b/Gloria_Woodward/texte.ly @@ -4,30 +4,38 @@ % Die Textaufteilungen - textI = \lyricmode { - \set stanza = "1." - Welch ein himm -- li -- scher Ge -- sang er -- klingt aus fer -- nen Sphä -- ren - ü -- berm dunk -- len Hir -- ten -- feld; ein je -- der kann es hö -- ren: - \set stanza = "ref." - \repeat unfold 6 { - Glo -- ri -- a! + textI = { + \set stanza = \markup { "1. " \dynamic "mf" } + \lyricmode { + Welch ein himm -- li -- scher Ge -- sang er -- klingt aus fer -- nen Sphä -- ren + ü -- berm dunk -- len Hir -- ten -- feld; ein je -- der kann es hö -- ren: + \set stanza = "ref." + \repeat unfold 6 { + Glo -- ri -- a! + } + Ho -- san -- na in ex -- cel -- sis! } - Ho -- san -- na in ex -- cel -- sis! } - textII = \lyricmode { - \set stanza = "2." - Got -- tes En -- gel kommt her -- ab, ver -- kün -- det gro -- ße Freu -- de: - Eu -- er Hei -- land ist ge -- born, lauft zu ihm schnell noch heu -- te. + textII = { + \set stanza = \markup { "2. " \dynamic "mf" } + \lyricmode { + Got -- tes En -- gel kommt her -- ab, ver -- kün -- det gro -- ße Freu -- de: + Eu -- er Hei -- land ist ge -- born, lauft zu ihm schnell noch heu -- te. + } } - textIII = \lyricmode { - \set stanza = "3." - In dem Stall von Beth -- le -- hem ist es heut Nacht ge -- sche -- hen. - In der Krip -- pe liegt das Kind, dort wer -- det ihr es se -- hen. + textIII = { + \set stanza = \markup { "3. " \dynamic "p" } + \lyricmode { + In\p dem Stall von Beth -- le -- hem ist es heut Nacht ge -- sche -- hen. + In der Krip -- pe liegt das Kind, dort wer -- det ihr es se -- hen. + } } - textIV = \lyricmode { - \set stanza = "4." - Al -- le Eh -- re, al -- ler Dank sei Gott im Him -- mel dro -- ben. - Denn er schenkt uns sei -- nen Sohn, ihn woll'n wir fröh -- lich lo -- ben. + textIV = { + \set stanza = \markup { "4. " \dynamic "f" } + \lyricmode { + Al -- le Eh -- re, al -- ler Dank sei Gott im Him -- mel dro -- ben. + Denn er schenkt uns sei -- nen Sohn, ihn woll'n wir fröh -- lich lo -- ben. + } } textMaenner = \lyricmode { \repeat unfold 28 { \skip 1 } diff --git a/Nun_komm_der_Heiden_Heiland/stimmen.ly b/Nun_komm_der_Heiden_Heiland/stimmen.ly index e90ebe9..6e4edb0 100644 --- a/Nun_komm_der_Heiden_Heiland/stimmen.ly +++ b/Nun_komm_der_Heiden_Heiland/stimmen.ly @@ -210,7 +210,7 @@ globalVI = { sopranMelodieVI = \relative d'' { R1 | - d2 h | + d2^\p h | d h | h4 h a a | h h a a | @@ -226,7 +226,7 @@ sopranMelodieVI = \relative d'' { } altMelodieVI = \relative d' { - r8 d16[( e] fis[ g a fis] g8) d g4~ | + r8 d16[(^\p e] fis[ g a fis] g8) d g4~ | g8[ fis16 g] a4~ a8[ g16 a h8] h | a2 g | r8 d g g g fis16[( g]) a8 a | @@ -243,7 +243,7 @@ altMelodieVI = \relative d' { } tenorMelodieVI = \relative fis { - r8 fis16[( g] a[ h c a] d4.) c16[( h]) | + r8 fis16[(^\p g] a[ h c a] d4.) c16[( h]) | a4 d, d'~ d16[ c d e] | a,4. d8 d2 | r r8 a d d | @@ -260,7 +260,7 @@ tenorMelodieVI = \relative fis { } bassMelodieVI = \relative d { - d2 h | + d2^\p h | r8 d16[( e] fis[ g a fis] g8) d g4~ | g8[ fis16 e] fis4 g2 | g,4 r8 g d'4 r8 d | -- cgit v1.2.3-54-g00ecf