diff options
author | Erich Eckner <git@eckner.net> | 2019-09-05 23:37:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-05 23:37:47 +0200 |
commit | e2018a268c6346365d2bbad43e454d60286c6399 (patch) | |
tree | 76587603fa6696b02dc4c7644e6eb3bc7676fc40 /Auf_meinen_lieben_Gott | |
parent | ebd1e9e80eb945d525205bb72877e07d71f19630 (diff) | |
download | Musik-e2018a268c6346365d2bbad43e454d60286c6399.tar.xz |
Auf_meinen_lieben_Gott: Bindebögen
Diffstat (limited to 'Auf_meinen_lieben_Gott')
-rw-r--r-- | Auf_meinen_lieben_Gott/stimmen.ly | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Auf_meinen_lieben_Gott/stimmen.ly b/Auf_meinen_lieben_Gott/stimmen.ly index 71726c6..8a403ba 100644 --- a/Auf_meinen_lieben_Gott/stimmen.ly +++ b/Auf_meinen_lieben_Gott/stimmen.ly @@ -47,11 +47,11 @@ sopranMelodie = \relative a' { e d c d | h2^\fermata s4 h | c d e e | - d2 e4 e | + d2 \phrasingSlurDashed e4\( e\) \phrasingSlurSolid | c\( d\) e e | d2 c4^\fermata e | g e e e | - d2 d4^\fermata d | + d2 \phrasingSlurDashed d4\(^\fermata d\) \phrasingSlurSolid | e d c d8[ c] | h2 a4^\fermata \bar "|." } @@ -63,11 +63,11 @@ altMelodie = \relative e' { fis gis a h | gis2 s4 gis | a d, c g' | - g2 gis4 e | + g2 \phrasingSlurDashed gis4\( e\) \phrasingSlurSolid | e8[ fis]\( g4\) g g | a( g) g g | g c h a | - a2 d,4 a' | + a2 \phrasingSlurDashed d,4\( a'\) \phrasingSlurSolid | h h e, f | f( e) e \bar "|." } @@ -84,12 +84,12 @@ tenorMelodie = \relative c' { his2 \once \override Accidental.stencil = #ly:text-interface::print \once \override Accidental.text = #hoeher - h4 - h | + \phrasingSlurDashed h4\( + h\) \phrasingSlurSolid | a\( h\) c c | c( h) c c | d g,8[ c] d[ h] c4 | - c2 h4 a | + c2 \phrasingSlurDashed h4\( a\) \phrasingSlurSolid | e' gis, a a | d8[( c] h4) cis4 \bar "|." } @@ -101,11 +101,11 @@ bassMelodie = \relative a { c h a d | e2_\fermata s4 e | a, h c8[ d] e[ f] | - g[ a g f] e[ fis] gis[ e] | + g[ a g f] \phrasingSlurDashed e[\( fis] gis[ e]\) \phrasingSlurSolid | a4\( g8[\) f] e[ d] c[ e] | f[ d g g,] c4_\fermata c' | h c gis a8[ g] | - fis[ e fis d] g4_\fermata f | + fis[ e fis d] \phrasingSlurDashed g4\(_\fermata f\) \phrasingSlurSolid | e8[ d] c[ h] a'[ g] f[ e] | d[ h] e[ e,] a4_\fermata \bar "|." } |