From f9c3a94184a9f3050aef05aad3544fb22d88d2b6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 10 Sep 2020 22:40:34 +0200 Subject: "%TRANSPOSE% -> "transponiert" --- .../Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly') diff --git a/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly b/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly index 6e73b16..2a5043f 100644 --- a/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly +++ b/Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly @@ -21,21 +21,21 @@ include(texte.pre) } \new ChoirStaff << \new Staff << - \new Voice = "Sopran" \transpose c %TRANSPOSE% { \global \oneVoice \sopranMelodie } + \new Voice = "Sopran" \transpose c transponiert { \global \oneVoice \sopranMelodie } >> \new Lyrics \lyricsto "Sopran" \sopranText \new Staff << - \new Voice = "Alt" \transpose c %TRANSPOSE% { \global \oneVoice \altMelodie } + \new Voice = "Alt" \transpose c transponiert { \global \oneVoice \altMelodie } >> \new Lyrics \lyricsto "Alt" \altText \new Staff << \clef "G_8" - \new Voice = "Tenor" \transpose c %TRANSPOSE% { \global \oneVoice \tenorMelodie } + \new Voice = "Tenor" \transpose c transponiert { \global \oneVoice \tenorMelodie } >> \new Lyrics \lyricsto "Tenor" \tenorText \new Staff << \clef "bass" - \new Voice = "Bass" \transpose c %TRANSPOSE% { \global \oneVoice \bassMelodie } + \new Voice = "Bass" \transpose c transponiert { \global \oneVoice \bassMelodie } >> \new Lyrics \lyricsto "Bass" \bassText >> -- cgit v1.2.3-54-g00ecf