diff options
author | Erich Eckner <git@eckner.net> | 2020-09-10 22:40:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-10 22:40:34 +0200 |
commit | f9c3a94184a9f3050aef05aad3544fb22d88d2b6 (patch) | |
tree | 6f62762ea1ed18b20e8c1873dafb59e9e02281d3 /Nun_danket_alle_Gott__ | |
parent | deb0633dd1709c9981d4ae0201e2d7b40a00edee (diff) | |
download | Musik-f9c3a94184a9f3050aef05aad3544fb22d88d2b6.tar.xz |
"%TRANSPOSE% -> "transponiert"
Diffstat (limited to 'Nun_danket_alle_Gott__')
-rw-r--r-- | Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly b/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly index 692fc2d..9ecd684 100644 --- a/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly +++ b/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly @@ -24,18 +24,18 @@ include(texte.pre) \new ChoirStaff << \set Score.skipBars = ##t \new Staff << - \new Voice = frauen \transpose c %TRANSPOSE% { \global \oneVoice \pausen } - \new Voice = sopran \transpose c %TRANSPOSE% { \global \voiceOne \sopranMelodie } - \new Voice = alt \transpose c %TRANSPOSE% { \global \voiceTwo \altMelodie } + \new Voice = frauen \transpose c transponiert { \global \oneVoice \pausen } + \new Voice = sopran \transpose c transponiert { \global \voiceOne \sopranMelodie } + \new Voice = alt \transpose c transponiert { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Staff << \clef "bass" - \new Voice = maenner \transpose c %TRANSPOSE% { \global \oneVoice \pausen } - \new Voice = tenor \transpose c %TRANSPOSE% { \global \voiceOne \tenorMelodie } - \new Voice = bass \transpose c %TRANSPOSE% { \global \voiceTwo \bassMelodie } + \new Voice = maenner \transpose c transponiert { \global \oneVoice \pausen } + \new Voice = tenor \transpose c transponiert { \global \voiceOne \tenorMelodie } + \new Voice = bass \transpose c transponiert { \global \voiceTwo \bassMelodie } >> >> \layout { |