diff options
author | Erich Eckner <git@eckner.net> | 2019-09-05 23:18:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-05 23:18:21 +0200 |
commit | 22499827b7767389a6dfb8c21599f4a791d2cf41 (patch) | |
tree | 22d79a4098672a14cdcb594ddbe3295c4a57e5d0 /Nun_danket_alle_Gott__ | |
parent | 1a222a63584d60b9f75a760d0ea5fc731ef045c6 (diff) | |
download | Musik-22499827b7767389a6dfb8c21599f4a791d2cf41.tar.xz |
Nun_danket_alle_Gott__: transponierbar
Diffstat (limited to 'Nun_danket_alle_Gott__')
-rw-r--r-- | Nun_danket_alle_Gott__/Makefile | 2 | ||||
-rw-r--r-- | Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/Nun_danket_alle_Gott__/Makefile b/Nun_danket_alle_Gott__/Makefile index 157c845..f58b417 100644 --- a/Nun_danket_alle_Gott__/Makefile +++ b/Nun_danket_alle_Gott__/Makefile @@ -1,5 +1,6 @@ CURDOC=$(shell basename "$(CURDIR)") STROPHEN=[1-9]\|1[01] +TRANSPOSE=c ifeq ($(FUER),ewe) SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\") @@ -32,6 +33,7 @@ Clean: clean %.pre: %.ly sed " \ s@%spezifisch%@$(SPEZIFISCH)@ ; \ + s@%TRANSPOSE%@$(TRANSPOSE)@g; \ /%STR_\($(STROPHEN)\)%/{ \ s/%[A-Z_0-9]\+%//; \ p; \ diff --git a/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly b/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly index 07334e6..2691efa 100644 --- a/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly +++ b/Nun_danket_alle_Gott__/Nun_danket_alle_Gott__.ly @@ -26,18 +26,18 @@ \new ChoirStaff << \set Score.skipBars = ##t \new Staff << - \new Voice = frauen { \global \oneVoice \pausen } - \new Voice = sopran { \global \voiceOne \sopranMelodie } - \new Voice = alt { \global \voiceTwo \altMelodie } + \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 Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Staff << \clef "bass" - \new Voice = maenner { \global \oneVoice \pausen } - \new Voice = tenor { \global \voiceOne \tenorMelodie } - \new Voice = bass { \global \voiceTwo \bassMelodie } + \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 } >> >> \layout { |