Avec que la marmotte: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Ralph (Diskussion | Beiträge) |
Ralph (Diskussion | Beiträge) |
||
(23 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{Infobox | {{Infobox | ||
| Titel = {{SEITENNAME}} | | Titel = {{SEITENNAME}} | ||
| Bildname = {{SEITENNAME}}. | | Bildname = {{SEITENNAME}}.png | ||
| Bildbreite = | | Bildbreite = | ||
| Bildtext = | | Bildtext = | ||
Zeile 61: | Zeile 61: | ||
indent = #0 | indent = #0 | ||
} | } | ||
global = { | global = { | ||
Zeile 77: | Zeile 66: | ||
\time 6/8 | \time 6/8 | ||
\tempo 4 = 100 | \tempo 4 = 100 | ||
} | } | ||
melodie = \relative c' { | melodie = \relative c' { | ||
\global | \global | ||
\key g \major | |||
\partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | \partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | ||
e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 h,4 h8 e4. e4 | e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 h,4 h8 e4. e4 | ||
Zeile 93: | Zeile 82: | ||
} | } | ||
bass = \relative c { | bass = \transpose e h,, \relative c' { | ||
\global | \global | ||
\key c \major | |||
\clef "bass" | \clef "bass" | ||
\partial 8 | \partial 8 r8 a8[e' a] a,8[e' a] a,8[e' gis] a,8[e' a] a,8[e' gis] a,8[e' a] a,8[e' gis] a,8[e' a]\break | ||
a,8[e' a] a,8[e' a] a,8[e' gis] a,8[e' a] a,8[e' gis] a,8[e' a] a,8[e' gis] a,4 | |||
\repeat volta 2 { | \repeat volta 2 { | ||
r8 a8[e' a] g,8[d' g] c,8[g' c] e,8[gis h] } | |||
\alternative { | \alternative { | ||
{ | { e,8[a c] e,8[a c] e,8[gis c] e,4 } | ||
{ | { e8[a c] e,8[a c] e,8[gis c] e,4 } | ||
} | } | ||
\bar "|." | \bar "|." | ||
Zeile 115: | Zeile 105: | ||
\score { | \score { | ||
<< | << | ||
\new Voice = "Lied" { \melodie } | \new Voice = "Lied" { \melodie } | ||
\new Lyrics \lyricsto "Lied" { \text } | \new Lyrics \lyricsto "Lied" { \text } | ||
\new Voice = "Lied" { \bass } | \new Voice = "Lied" { \bass } | ||
>> | >> | ||
\layout {} | \layout {} | ||
} | } | ||
Zeile 127: | Zeile 115: | ||
\unfoldRepeats | \unfoldRepeats | ||
<< | << | ||
\new Staff \with {midiInstrument = #"acoustic guitar (nylon)"} { | |||
\new Voice = "Lied" { \melodie } | |||
} | |||
\new Staff \with {midiInstrument = #"acoustic guitar (nylon)"} { | |||
\new Voice = "Lied" { \bass } | |||
} | |||
>> | >> | ||
\midi { } | \midi { } | ||
Zeile 156: | Zeile 148: | ||
</poem> | </poem> | ||
== | == Alternative Fassungen == | ||
== | === aus dem Codex === | ||
<score raw = "1" vorbis = "1"> | <score raw = "1" vorbis = "1"> | ||
Zeile 252: | Zeile 166: | ||
} | } | ||
akkorde = | akkorde = \chordmode { | ||
\germanChords | \germanChords | ||
\set chordChanges = ##t | \set chordChanges = ##t | ||
s8 e1*6/8:m h1*3/8: | s8 e1*6/8:m h1*3/8:m7 e:m h1*6/8:m7 h1*6/8:m7 e1*6/8:m h1*3/8:m7 e:m h1*6/8:m7 e1*5/8:m | ||
\repeat volta 2 { e1*1/8:m g1*3/8 d g d } | \repeat volta 2 { e1*1/8:m g1*3/8 d g d } | ||
\alternative { | \alternative { | ||
{ e1*6/8:m h1*5/8: | { e1*6/8:m h1*5/8:m7 } | ||
{ e1*3/8:m h1*3/8: | { e1*3/8:m h1*3/8:m7 e1*6/8:m } | ||
} | } | ||
} | } | ||
Zeile 270: | Zeile 184: | ||
} | } | ||
melodie = | melodie = \relative c' { | ||
\global | \global | ||
\partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | \partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | ||
Zeile 283: | Zeile 197: | ||
} | } | ||
bass = | bass = \relative c { | ||
\global | \global | ||
\clef "bass" | \clef "bass" | ||
Zeile 310: | Zeile 224: | ||
\new Voice = "Lied" { \bass } | \new Voice = "Lied" { \bass } | ||
>> | >> | ||
% \midi {} | |||
\layout {} | \layout {} | ||
} | } | ||
Zeile 324: | Zeile 239: | ||
</score> | </score> | ||
== | === sonstiges === | ||
<score raw = "1" vorbis = "1"> | <score raw = "1" vorbis = "1"> | ||
Zeile 340: | Zeile 255: | ||
} | } | ||
akkorde = \chordmode { | akkorde = \transpose e g \chordmode { | ||
\germanChords | \germanChords | ||
\set chordChanges = ##t | \set chordChanges = ##t | ||
s8 | s8 e1*6/8:m h1*3/8:m e:m h1*6/8:m h1*6/8:m e1*6/8:m h1*3/8:m e:m h1*6/8:m e1*5/8:m | ||
\repeat volta 2 { | \repeat volta 2 { e1*1/8:m g1*3/8 d g d } | ||
\alternative { | \alternative { | ||
{ | { e1*6/8:m h1*5/8:m } | ||
{ | { e1*3/8:m h1*3/8:m e1*6/8:m } | ||
} | } | ||
} | } | ||
Zeile 358: | Zeile 273: | ||
} | } | ||
melodie = \relative c' { | melodie = \transpose e g \relative c' { | ||
\global | \global | ||
\partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | \partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break | ||
Zeile 371: | Zeile 286: | ||
} | } | ||
bass = \transpose e g \relative c { | |||
\global | \global | ||
\clef "bass" | \clef "bass" | ||
Zeile 407: | Zeile 310: | ||
\new ChordNames { \akkorde } | \new ChordNames { \akkorde } | ||
\new Voice = "Lied" { \melodie } | \new Voice = "Lied" { \melodie } | ||
\new Lyrics \lyricsto "Lied" { \text } | \new Lyrics \lyricsto "Lied" { \text } | ||
\new Voice = "Lied" { \bass } | \new Voice = "Lied" { \bass } | ||
Zeile 419: | Zeile 321: | ||
% \new ChordNames { \akkorde } | % \new ChordNames { \akkorde } | ||
\new Voice = "Lied" { \melodie } | \new Voice = "Lied" { \melodie } | ||
>> | >> | ||
\midi { } | \midi { } |
Aktuelle Version vom 29. Mai 2018, 11:52 Uhr
Avec que la marmotte | |
---|---|
Text | Johann Wolfgang Goehte (1749-1832) |
Melodie | Ludwig van Beethoven (1770-1827) Opus 52 Nr. 7 |
Urheberrecht | |
Melodie und Liedtext sind Gemeinfrei. Sie können beliebig vervielfältigt und weitergegeben werden.
Mehr dieser Lieder findest du in unserem JuLiBu. | |
Liederbücher | |
Codex | 46 |
Bulibu I | x |
Bulibu II | x |
Liederbock | ja |
Schwarzer Adler | x |
Wandervogel | ja |
1. Ich komme schon durch manche Land,
avec que la marmotte,
und immer was zu essen fand,
avec que la marmotte,
avec que si, avec que la,
avec que la marmotte,
avec que si, avec que la,
avec que la marmotte.
2. Ich hab gesehn gar manchen Herrn,
der hätt die Jungfern gar zu gern.
3. Hab auch gesehn die Jungfer schön,
die täte nach mir Kleinem sehn:
4. Nun laßt mich nicht so gehn, ihr Herrn,
die Burschen essen und trinken gern.