Am 2011-08-18 um 22:22 schrieb dadadharma @dslextreme.com:

1) Does anyone have a .ly file to share of _The Internationale_ in 4 parts?

(acappella, voices only)


2) In particular, 4 independent parts.

(the alto should not be "subject" to the soprano)
(the bass should not be "serving" the tenor)

(maybe that's hoping for too much)


3) or, sheet music of (1) or (2), from which I can make a lilypond file.


4) If I make a .ly file, who wants a copy?


5) Are there any new stanzas of Internationale that address Electronic
Frontier issues?

(and, are those new stanzas in public domain?)


Sorry, this message is off-topic, but I don't know where else to ask,

I can provide you only with a one-voice Internationale.


Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/
https://www.cacert.org (I'm an assurer)

\version "2.14.0"
%\include "../global.ly"
\include "../articulate.ly" % für besseres MIDI

\header{
	title = "Die Internationale"
	poet = "Emil Luckhardt 1910"
	composer = "Pierre Degeyter 1888"
	%arranger = "arr."
	%instrument = "voc + git"
	source = ""
	%maintainer = "Henning Hraban Ramm"
	%maintainerWeb = "http://angerweit.tikon.ch/lieder/";
	lastupdated = "2011-08-19"
}


global = {
	\clef treble
	\key g \major
	\time 4/4
}

akkorde = \chordmode {
	\partial 4 s4 |
	g1 | c2 a:m |
	d d:7 | g1 |
	g | c2 a:m |
	d d:7 | g1 |
	d2 a:7 | d1 |
	a2 a:7 | d1 |
	d:7 | g |
	d2 a:7 | d d:7 |
	g1 | c2 a:m |
	d1 | g |
	g2 d:7 | g d |
	a a:7 | d d:7 |
	g1 | c2 a:m |
	d1 | g |
	g | d |
	g2 d |
	g2.
}

dynamics = \relative c {
	r4\mp
}

musik = \relative c' {
	\partial 4 d4 |
	g4. fis8 a g d b |
	e2 c4 r8 e |
	a4. g8 fis e d c |
	b2 r4 d4 |
	g4. fis8 a g d b |
	e2 c4 a'8 g |
	fis4 a c fis, |
	g2~ g8 r b a |
	fis4. fis8 e( fis) g e |
	fis2 d4 cis8 d |
	e4. e8 a4. g8 |
	fis2. r8 a |
	a4. fis8 d d cis d |
	b'2 g8 e fis g |
	fis4 a g e |
	d2~ d8 r b'8.^\markup\tiny{Refrain} a16 |
	g2 d4. b8 |
	e2 c8 r a'8. g16 |
	fis2 e4 d |
	d2~ d8 r d4 |
	b'4. b8 a4 d, g2 fis4. fis8 |
	e4. dis8 e4 a |
	a2~ a8 r b8. a16 |
	g2 d4. b8 |
	e2 c4 a'8. g16 |
	fis2 e4 d |
	b'2. b4 |
	d4. d8 c4 b |
	a4.( b8) c4 r8 c |
	b4. g8 a4. fis8 |
	g2.
	\bar "|."
}

textI = \lyricmode {
	\set stanza = "1. "
	Wacht auf, Ver -- damm -- te die -- ser Er -- de,
	die stets man noch zum Hun -- gern zwingt!
	Das Recht, wie Glut im Kra -- ter -- her -- de, 
	nun mit Macht zum Durch -- bruch dringt.
	Rei -- nen Tisch macht mit dem Be -- drän -- ger,
	Heer der Skla -- ven, wa -- che auf!
	Ein Nichts zu sein, tragt es nicht län -- ger,
	al -- les zu wer -- den strömt zu -- hauf!
	
	\repeat unfold 2 {
		Völ -- ker, hört die Sig -- na -- le,
		auf zum letz -- ten Ge -- fecht!
		Die In -- ter -- na -- tio -- na -- le
		er -- kämpft das Men -- schen -- recht!
	}
}

% Papier-Ausgabe
\score {
	<<
		\context ChordNames {
			\akkorde
		}
		\context Staff = Oben <<
			\global
			\context Voice = "eins" \musik
		>>
		\lyricsto "eins" \new Lyrics { \textI }
	>>
	\layout { }
}
\markup{ \vspace #2.0 }
\markup {
	\fill-line {
		\hspace #0.1 % Abstand vom linken Rand
		\column {
			\line { "2."
				\column {
					"Es rettet uns kein höh’res Wesen,"
					"kein Gott, kein Kaiser noch Tribun"
					"Uns aus dem Elend zu erlösen"
					"können wir nur selber tun!"
					"Leeres Wort: des Armen Rechte,"
					"Leeres Wort: des Reichen Pflicht!"
					"Unmündig nennt man uns und Knechte,"
					"duldet die Schmach nun länger nicht!"
				}
			}
		}
		\hspace #0.5  % Abstand zwischen Spalten
		\column {
			\line { "3."
				\column {
					"In Stadt und Land, ihr Arbeitsleute,"
					"wir sind die stärkste der Partei’n"
					"Die Müßiggänger schiebt beiseite!"
					"Diese Welt muss unser sein;"
					"Unser Blut sei nicht mehr der Raben,"
					"Nicht der mächt’gen Geier Fraß!"
					"Erst wenn wir sie vertrieben haben"
					"dann scheint die Sonn’ ohn’ Unterlass!"
				}
			}
		}
		\hspace #0.1 % Abstand zum rechten Rand
	}
}

% MIDI
\score {
	\unfoldRepeats {
		<<
			\context Staff = "chords" <<
				\set Staff.midiInstrument = #"fx 4 (atmosphere)"
				\context Voice = "vchords" {
					\transpose c c, << \dynamics \akkorde >>
				}
			>>
			\context Staff = ober << \articulate
				\set Staff.midiInstrument = #"trumpet"
				\context Voice = "vober" \musik
			>>
			\lyricsto "vober" \new Lyrics { \textI }
		>>
	}
	\midi {
		\context { \Score
			tempoWholesPerMinute = #(ly:make-moment 120 4)
		}
	}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to