diff options
Diffstat (limited to 'hr/stch/extra')
-rw-r--r-- | hr/stch/extra/aCapella/aCapella.ly | 80 | ||||
-rw-r--r-- | hr/stch/extra/aCapella/aCapella.midi | bin | 0 -> 699 bytes | |||
-rw-r--r-- | hr/stch/extra/aCapella/aCapella.ps | bin | 0 -> 221399 bytes | |||
-rw-r--r-- | hr/stch/extra/annika/Annika.ly | 66 | ||||
-rw-r--r-- | hr/stch/extra/annika/Annika.midi | bin | 0 -> 1060 bytes | |||
-rw-r--r-- | hr/stch/extra/annika/Annika.ps | bin | 0 -> 247063 bytes | |||
-rw-r--r-- | hr/stch/extra/annika/spaß/Annika.ps | bin | 0 -> 254298 bytes | |||
-rw-r--r-- | hr/stch/extra/annika/stimmen.ly | 97 | ||||
-rw-r--r-- | hr/stch/extra/annika/texte.ly | 41 | ||||
-rw-r--r-- | hr/stch/extra/froehlich/dynArt.ly | 21 | ||||
-rw-r--r-- | hr/stch/extra/froehlich/froehlich.ly | 59 | ||||
-rw-r--r-- | hr/stch/extra/froehlich/froehlich.midi | bin | 0 -> 845 bytes | |||
-rw-r--r-- | hr/stch/extra/froehlich/froehlich.ps | bin | 0 -> 243964 bytes | |||
-rw-r--r-- | hr/stch/extra/froehlich/midi.lua | 50 | ||||
-rw-r--r-- | hr/stch/extra/froehlich/stimmen.ly | 118 | ||||
-rw-r--r-- | hr/stch/extra/froehlich/texte.ly | 45 |
16 files changed, 577 insertions, 0 deletions
diff --git a/hr/stch/extra/aCapella/aCapella.ly b/hr/stch/extra/aCapella/aCapella.ly new file mode 100644 index 0000000..69e47ed --- /dev/null +++ b/hr/stch/extra/aCapella/aCapella.ly @@ -0,0 +1,80 @@ +%some settings% vim: ai et + +\version "2.12" +%\include "stimmen.ly" +%\include "texte.ly" + + \header { +% title = "<+Titel+>" +% composer = "<+Komponist+>" + %opus = "<+Werk+>" + %tagline = "" + } + + \paper { + line-width = \paper-width - 30 + top-margin = 10 + bottom-margin = 10 + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } + } + + %#(set-global-staff-size 17) + + melody = \relative c' { + \times 2/3{g8 g16} gis16 a8 a8 c16 + \times 2/3{b8 a16} b16 c8 g8. + \times 2/3{g8 g16} gis16 a8 a8 c16 + \times 2/3{b8 a16} b16 c16~c4 + %\repeat unfold 2 { + \times 2/3{e8 e16} e16 f8 f8 f16 + \times 2/3{g8 a16 f8 g16} e4 + %} + \times 2/3{e8 e16} e16 f8 f8 f16 + \times 2/3{g8 a16 f8 g16} e4 + % + \times 2/3{c8 c16} b16 a8 g16 \times 2/3{f8 e16} + d8 \times 2/3{g8 g16 c8 d16 e8 d16} + \times 2/3{c8 c16} b16 a8 g16 \times 2/3{f8 e16} + d8 g8 c,4 + } + + \score { +% \new ChoirStaff << + \new Staff = sopran << + { + \melody + } +% %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } +% \new Voice = "soprane" { \global \sopranMelodie } +% %\lyricsto soprane \sopranText + >> +% \new Staff = alt << +% \new Voice = "alti" { \global \altMelodie } +% %\lyricsto alti \altText +% >> +% \new Staff = tenor << +% \new Voice = "tenoere" { \global \tenorMelodie } +% %\lyricsto tenoere \tenorText +% >> +% \new Staff = bass << +% \new Voice = "baesse" { \global \bassMelodie } +% %\lyricsto baesse \bassText +% >> +% >> + \midi { + \context{ + \Score + tempoWholesPerMinute = #(ly:make-moment 60 4) + } + } + \layout { + } + } + diff --git a/hr/stch/extra/aCapella/aCapella.midi b/hr/stch/extra/aCapella/aCapella.midi Binary files differnew file mode 100644 index 0000000..c6247cb --- /dev/null +++ b/hr/stch/extra/aCapella/aCapella.midi diff --git a/hr/stch/extra/aCapella/aCapella.ps b/hr/stch/extra/aCapella/aCapella.ps Binary files differnew file mode 100644 index 0000000..e4c1f5b --- /dev/null +++ b/hr/stch/extra/aCapella/aCapella.ps diff --git a/hr/stch/extra/annika/Annika.ly b/hr/stch/extra/annika/Annika.ly new file mode 100644 index 0000000..4842af7 --- /dev/null +++ b/hr/stch/extra/annika/Annika.ly @@ -0,0 +1,66 @@ +%some settings% vim: ai encoding=utf8 et + +\version "2.12" +\include "stimmen.ly" +\include "texte.ly" + + \header { + title = "Annika" + %composer = "<+Komponist+>" + opus = "Annika Bosch gewidmet" + %tagline = "" + } + + \paper { + line-width = \paper-width - 30 + top-margin = 20 + bottom-margin = 20 + %between-system-padding=8 + ragged-last-bottom=#'f + foot-separation=20 + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 10) + } + } + + #(set-global-staff-size 22) + + \score { + \new Staff=melody << + \new Voice="mainA" { \global \melodie } + \lyricsto "mainA" \text + >> + %\new ChoirStaff << + %\new Staff = sopran << + %%\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + %\new Voice = "soprane" { \global \sopranMelodie } + %%\lyricsto soprane \sopranText + %>> + %\new Staff = alt << + %\new Voice = "alti" { \global \altMelodie } + %%\lyricsto alti \altText + %>> + %\new Staff = tenor << + %\new Voice = "tenoere" { \global \tenorMelodie } + %%\lyricsto tenoere \tenorText + %>> + %\new Staff = bass << + %\new Voice = "baesse" { \global \bassMelodie } + %%\lyricsto baesse \bassText + %>> + %>> + %\midi { + %\context{ + %\Score + %tempoWholesPerMinute = #(ly:make-moment 90 4) + %} + %} + \layout { + } + } + diff --git a/hr/stch/extra/annika/Annika.midi b/hr/stch/extra/annika/Annika.midi Binary files differnew file mode 100644 index 0000000..3aa3fb1 --- /dev/null +++ b/hr/stch/extra/annika/Annika.midi diff --git a/hr/stch/extra/annika/Annika.ps b/hr/stch/extra/annika/Annika.ps Binary files differnew file mode 100644 index 0000000..8d1670e --- /dev/null +++ b/hr/stch/extra/annika/Annika.ps diff --git a/hr/stch/extra/annika/spaß/Annika.ps b/hr/stch/extra/annika/spaß/Annika.ps Binary files differnew file mode 100644 index 0000000..0de1fe0 --- /dev/null +++ b/hr/stch/extra/annika/spaß/Annika.ps diff --git a/hr/stch/extra/annika/stimmen.ly b/hr/stch/extra/annika/stimmen.ly new file mode 100644 index 0000000..c44795f --- /dev/null +++ b/hr/stch/extra/annika/stimmen.ly @@ -0,0 +1,97 @@ +%some settings% vim: ai encoding=utf8 et + + \version "2.12" +% \include "dynArt.ly" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + } + +% Die Stimmen + + melodie= \relative c' { + %e8-. e-. e-. e-. + %e8-. e-. e-. e-. + %b8-. b-. b-. b-. + %e4-- e-- + e8 e e e + e8 e e e + b8 b b b + e4 e + %e8^\markup{\bold dolce} fis g4 + e8%^\markup{\bold dolce} + fis g4 + g16 a g fis e4 + %g8^\markup{\bold {molto espressivo} (e con lingua)} a b e + g8%^\markup{\bold {molto espressivo} (e con lingua)} + a b e + b2 + %\repeat unfold 2 { + %c8^\markup{ con amore ;-) }\sf c16 b a4 + %b8\sf b16 a g4 + %a8\sf a16 g fis8 g + c8%^\markup{ con amore ;-) }\sf + c16 b a4 + b8 b16 a g4 + a8 a16 g fis8 g + e2 + %c'8\mp\< c16 b a4 + c'8 c16 b a4 + b8 b16 a g4 + %a8^\markup {señorina}\f a16 g fis8 g + a8%^\markup {señorina}\f + a16 g fis8 g + %^\markup {rep. ad libidum} + e2 + %} + \bar ":|" + } + +% sopranMelodie = \relative c' { +% << +% { \meta } +% %\sopranArt +% %the actual tune +% { +% r1 +% } +% >> +% } +% +% altMelodie = \relative c' { +% << +% { \meta } +% %\altArt +% %the actual tune +% { +% r1 +% } +% >> +% } +% +% tenorMelodie = \relative c' { +% << +% { \meta } +% %\tenorArt +% %the actual tune +% \clef "treble_8" +% { +% r1 +% } +% >> +% } +% +% bassMelodie = \relative c { +% << +% { \meta } +% %\bassArt +% %the actual tune +% \clef bass +% { +% r1 +% } +% >> +% } +% diff --git a/hr/stch/extra/annika/texte.ly b/hr/stch/extra/annika/texte.ly new file mode 100644 index 0000000..be4d10d --- /dev/null +++ b/hr/stch/extra/annika/texte.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai encoding=utf8 et + +% Abkürzungen + +% Die Textaufteilungen + + text=\lyrics { + + Un -- sre Stim -- men + woll'n er -- klin -- gen + und Dir et -- was sin -- gen + + denn Du warst + im -- mer für uns da + a -- ä -- a -- ä -- a + + Ein -- sing -- kul -- tur, + Stimm -- bil -- dung pur, + Ka -- nons in Moll und Dur: + + Drum hat -- ten wir + stets viel Plä -- sir, + An -- ni -- ka Bosch, mit Dir! + + } +% sopranText = \lyrics { +% <+hier den Text für den Sopran eintragen+> +% } +% +% altText = \lyrics { +% <+hier den Text für den Alt eintragen+> +% } +% +% tenorText = \lyrics { +% <+hier den Text für den Tenor eintragen+> +% } +% +% bassText = \lyrics { +% <+hier den Text für den Baß eintragen+> +% } +% diff --git a/hr/stch/extra/froehlich/dynArt.ly b/hr/stch/extra/froehlich/dynArt.ly new file mode 100644 index 0000000..756726f --- /dev/null +++ b/hr/stch/extra/froehlich/dynArt.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 et + + meta = { + %(dynamic) marks global to all voices + \dynamicUp + } + +% articulation + + sopranArt = { + } + + altArt = { + } + + tenorArt = { + } + + bassArt = { + } + diff --git a/hr/stch/extra/froehlich/froehlich.ly b/hr/stch/extra/froehlich/froehlich.ly new file mode 100644 index 0000000..c688113 --- /dev/null +++ b/hr/stch/extra/froehlich/froehlich.ly @@ -0,0 +1,59 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 et + +\version "2.12" +\include "stimmen.ly" +\include "texte.ly" + + \header { + title = "Fröhlich fangt alle an" + %composer = "<+Komponist+>" + %opus = "<+Werk+>" + %tagline = "" + } + + \paper { + line-width = \paper-width - 30 + top-margin = 10 + bottom-margin = 10 + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } + } + + #(set-global-staff-size 17) + + \score { + \new ChoirStaff \with {} << + \new Staff = sopran << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "soprane" { \global \sopranMelodie } + \addlyrics { \sopranText } + >> + \new Staff = alt << + %\new Voice = "alti" { \global \altMelodie } + %\addlyrics { \altText } + >> + \new Staff = tenor << + %\new Voice = "tenoere" { \global \tenorMelodie } + %\addlyrics { \tenorText } + >> + \new Staff = bass << + %\new Voice = "baesse" { \global \bassMelodie } + %\addlyrics { \bassText } + >> + >> + \midi { + \context{ + \Score + tempoWholesPerMinute = #(ly:make-moment 90 4) + } + } + \layout { + } + } + diff --git a/hr/stch/extra/froehlich/froehlich.midi b/hr/stch/extra/froehlich/froehlich.midi Binary files differnew file mode 100644 index 0000000..4523a0a --- /dev/null +++ b/hr/stch/extra/froehlich/froehlich.midi diff --git a/hr/stch/extra/froehlich/froehlich.ps b/hr/stch/extra/froehlich/froehlich.ps Binary files differnew file mode 100644 index 0000000..79b43f7 --- /dev/null +++ b/hr/stch/extra/froehlich/froehlich.ps diff --git a/hr/stch/extra/froehlich/midi.lua b/hr/stch/extra/froehlich/midi.lua new file mode 100644 index 0000000..f8b2520 --- /dev/null +++ b/hr/stch/extra/froehlich/midi.lua @@ -0,0 +1,50 @@ + -- some settings -- vim: ai sw=2 lbr nu encoding=utf8 et + +pre=[[ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 et + +\version "2.12" +\include "stimmen.ly" + + \score { +]] + +post=[[ + \midi { + \context{ + %\Score + %tempoWholesPerMinute = #(ly:make-moment 72 4) + } + } + } +]] + +voices={ "s", "a", "t", "b" } +expand = { s="sopran", a="alt", t="tenor", b="bass" } +map = { sopran="soprane", alt="alti", tenor="tenoere", bass="baesse" } + +function text(stimme) + return +[[ + \new Staff = ]]..stimme..[[ << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + \new Voice = "]]..map[stimme]..[[" { \global \]]..stimme..[[Melodie } + >> +]] +end + +function err() print("oops") os.exit() end + +which=which or "satb" +if type(which)~="string" then err() end + +for _,v in pairs(voices) do + if string.find(which, v) then pre=pre..text(expand[v]) end +end + +input=pre..post + +--os.execute(lilypond -...) +io.stdout:write(input) +os.exit() + diff --git a/hr/stch/extra/froehlich/stimmen.ly b/hr/stch/extra/froehlich/stimmen.ly new file mode 100644 index 0000000..6639493 --- /dev/null +++ b/hr/stch/extra/froehlich/stimmen.ly @@ -0,0 +1,118 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 et + + \version "2.12" + \include "dynArt.ly" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + %\autoBeamOff + \partial8 + } + +% Die Stimmen + + sopranMelodie = \relative c' { + << + { \meta } + %\sopranArt + %the actual tune + { + c8 ~ + c8 c8 c8 d8 d8 c8 ~ + c16 g16 a8 bes8 g4 a8 + a8 g8 f8 f8.( g16 a16 bes16 + c8 d8) d8 c4 c8 + d8 e8 f4 e8 d8 ~ + d16( c16 c4 b8) c8 e8 + d8 c8 c8.( d16 e16 f16 g8 + a8) a8 g4. + s8 + } + >> + } + + schrott = \relative c' { + << + { + %s8 + f8 ~ + f8 f8 f8 g8 g8 f8 + d8 c8 bes8 bes8( c8) d8 + %bes8( a8) bes8 + d8 c8 bes8 bes4 c8 ~ + c8 d4 r8 d8 ees8 + d8 c8 f8 f8( e8) f8 + f8 g4. a8 bes4 a4 g4. + f8 f8 e8 e8 r8 + s8 + } + >> + } + + altMelodie = \relative c' { + << + { \meta } + %\altArt + %the actual tune + { + a8 + a8 g8 f8 f8.( g16 a16 bes16 + c8 d8) d8 c4 c8 + d8 e8 f4 e8 d8 ~ + d16( c16 c4 b8) c8 e8 + d8 c8 c8.( d16 e16 f16 g8 + a8) a8 g4. + c,8 ~ + c8 c8 c8 d8 d8 c8 ~ + c16 g16 a8 bes8 g4% a8 + s8 + } + >> + } + + tenorMelodie = \relative c { + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + c8 + d8 e8 f4 e8 d8 ~ + d16( c16 c4 b8) c8 e8 + d8 c8 c8.( d16 e16 f16 g8 + a8) a8 g4. + c,8 ~ + c8 c8 c8 d8 d8 c8 ~ + c16 g16 a8 bes8 g4 a8 + a8 g8 f8 f8.( g16 a16 bes16 + c8 d8) d8 c4 %c8 + s8 + } + >> + } + + bassMelodie = \relative c { + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + e8 + d8 c8 c8.( d16 e16 f16 g8 + a8) a8 g4. + c,8 ~ + c8 c8 c8 d8 d8 c8 ~ + c16 g16 a8 bes8 g4 a8 + a8 g8 f8 f8.( g16 a16 bes16 + c8 d8) d8 c4 c8 + d8 e8 f4 e8 d8 ~ + d16( c16 c4 b8) c8 %e8 + s8 + } + >> + } + diff --git a/hr/stch/extra/froehlich/texte.ly b/hr/stch/extra/froehlich/texte.ly new file mode 100644 index 0000000..9eae99b --- /dev/null +++ b/hr/stch/extra/froehlich/texte.ly @@ -0,0 +1,45 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 et + +% Abkürzungen + + froehlich= \lyricmode { + Fröh -- lich fangt al -- le an, + mit mir zu sin -- gen + } + zum= \lyricmode { + zum Lob der mu -- si -- ca: + } + stimm= \lyricmode { + laßt Eu -- re Stimm‘ er -- klin -- gen + } + lob= \lyricmode { + zum Lob der mu -- si -- ca! + } + text= \lyricmode { + \froehlich \zum \stimm + } + +% Die Textaufteilungen + + sopranText = \lyrics { + \text \lob + } + + altText = \lyrics { + %\text + %zum Lob der mu -- si -- ca, + %der mu -- si -- ca! + gen \zum \stimm \lob + Fröh -- lich fangt al -- le an, + mit mir zu sin + } + + tenorText = \lyrics { + \stimm \lob \froehlich + zum Lob der mu -- si -- ca: + } + + bassText = \lyrics { + \lob \froehlich \zum \stimm + } + |