summaryrefslogtreecommitdiff
path: root/Du_bists_dem_Ruhm_und_Ehre_gebuehret
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-10 22:40:34 +0200
committerErich Eckner <git@eckner.net>2020-09-10 22:40:34 +0200
commitf9c3a94184a9f3050aef05aad3544fb22d88d2b6 (patch)
tree6f62762ea1ed18b20e8c1873dafb59e9e02281d3 /Du_bists_dem_Ruhm_und_Ehre_gebuehret
parentdeb0633dd1709c9981d4ae0201e2d7b40a00edee (diff)
downloadMusik-f9c3a94184a9f3050aef05aad3544fb22d88d2b6.tar.xz
"%TRANSPOSE% -> "transponiert"
Diffstat (limited to 'Du_bists_dem_Ruhm_und_Ehre_gebuehret')
-rw-r--r--Du_bists_dem_Ruhm_und_Ehre_gebuehret/Du_bists_dem_Ruhm_und_Ehre_gebuehret.ly8
1 files changed, 4 insertions, 4 deletions
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
>>