lilypond-1.3.69
[lilypond.git] / input / von-guten-maechten.ly
bloba29e3a46901809d048044bed81229d6cb04f0d21
2 \include "paper16.ly"
3 \include "deutsch.ly"
5 melodie = \notes \relative c' {
6 d2 d4 e f2 f g4 f e d e2 e \breathe |
7 f d4 e f g a2 b g4 g f2 r2 |
8 c'2 c4 c a2 d c4 b a g f2 g \breathe |
9 a d,4 d g2 g f4 d e2 e d2-\fermata \bar "|.";
12 righthand = \notes \relative c' {
13 a2 a4 cis4 | d2 d2 | d4 c2 a4 | d4 h cis2 \breathe |
14 d2 a4 c4 | c4 e f2 | f2 f4 e | c2 r2 |
15 e4 f g2 | f2 f2 | e4 d f e | d2. e4 \breathe |
16 f4 d b4 b | d2 d | d4 c d h | cis2 a2 |
19 lefthand = \notes \relative c {
20 f2 f4 a | a2 a2 | b4 a g f | a2 a \breathe |
21 a2 f4 g | a c c2 | d2 c4 c | a2 r2 |
22 g2 c4 c | c2 b2 | g4 f c' c | a4 b2 cis4 \breathe |
23 d4 a f f | b2 b | a4 a a2 | a2 fis2 |
26 pedal = \notes \relative c {
27 d2 d4 a d2 d g,4 a c d a2 a \breathe |
28 d2 d4 c f c f2 b,4 g c c f2 r2 |
29 c4 d e c f2 b, c4 d f c d b a2 \breathe |
30 d4 c b2 g4 a b2 d2 a a d_\fermata \bar "|.";
33 \score {
35 \context PianoStaff <
36 \context Staff = treble <
37 \notes { \key f; \time 2/2; }
38 \context Voice = melody {
39 \stemup \melodie
41 \context Voice = right {
42 \stemdown \righthand
45 \context Staff = bass {
46 \notes { \key f; \clef "bass"; }
47 \lefthand
50 \context Staff = pedal {
51 \notes { \key f; \clef "bass"; }
52 \pedal
56 \header {
57 title = "Von guten Mächten treu und still umgeben";
58 composer = "Satz: Michael Krause 1999 (*1977)";
59 enteredby = "Michael Krause";
60 copyright = "dunno";
61 poet = "Dietrich Bonhoeffer 1944";
64 \paper{
65 % \paper_sixteen
66 % linewidth = 18.0 \cm;
67 % textheight = 28.0 \cm;
68 indent = 0.0 \mm;
69 \translator { \OrchestralScoreContext }
73 \score {
74 \context StaffGroup <
75 \context Staff = treble <
76 \notes { \key f; \time 2/2; }
77 \context Voice = sop {
78 \stemup \melodie
80 \context Voice = alt {
81 \stemdown \righthand
84 \context Staff = bass <
85 \notes { \key f; \clef "bass"; }
86 \context Voice = ten {
87 \stemup \lefthand
89 \context Voice = bas {
90 \stemdown \pedal
95 \header {
96 title = "Von guten Mächten treu und still umgeben";
97 composer = "Satz: Michael Krause 1999 (*1977)";
98 enteredby = "Michael Krause";
99 copyright = "dunno";
100 poet = "Dietrich Bonhoeffer 1944";
103 \paper{
104 % \paper_sixteen
105 % linewidth = 18.0 \cm;
106 % textheight = 28.0 \cm;
107 indent = 0.0 \mm;