Happy Birthday to You: Unterschied zwischen den Versionen

Aus Jurtenland-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „{{Infobox | Titel = {{SEITENNAME}} | Bildname = {{SEITENNAME}}.jpg | Bildbreite = | Bildtext = | Stil = 1 | Style = | Titelfarbe = | Farbe = | A…“)
 
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 12: Zeile 12:
  | Feldstyle =  
  | Feldstyle =  


  | Feldname1 = Text & Melodie | Daten1 = Patty und Mildred J. Hill, 1893
  | Feldname1 = Text & Melodie | Daten1 = Patty (1868–1946) und Mildred J. Hill (1859-1916), 1893
  | Feldname2 = Melodie | Daten2 =  
  | Feldname2 = Melodie | Daten2 =  
  | Feldname3 = - | Daten3 = Urheberrecht
  | Feldname3 = - | Daten3 = Urheberrecht
Zeile 34: Zeile 34:
  | Feldname20 = | Daten20 =  
  | Feldname20 = | Daten20 =  
   
   
  | Feldname21 = | Daten21 = {{ebersberger}}
  | Feldname21 = | Daten21 =
  | Feldname22 = | Daten22 =  
  | Feldname22 = | Daten22 =  
  | Feldname23 = | Daten23 =  
  | Feldname23 = | Daten23 =  
Zeile 46: Zeile 46:
}}
}}


<score lang="lilypond">\relative c' { \key f \major \time 3/4 \partial 4 c8. c16 | d4 c f | e2 c8. c16 | d4 c g' | f2 c8. c16 | c'4 a f | e( d) bes'8. bes16 | a4 f g | f2 \bar "|." } \addlyrics { Hap -- py birth -- day to you, Hap -- py birth -- day to you, Hap -- py birth -- day dear [NAME], __ Hap -- py birth -- day to you. }</score>
<score raw = "1" vorbis = "1">
 
\version "2.12.3"
 
% \language "deutsch"
 
\header {
  tagline = ""
}
 
\layout {
  indent = #0
}
 
akkorde = \chordmode {
    \germanChords
    \set chordChanges = ##t
    f1*3/4 c:7 c:7 f f c:7 c:7 f f c:7 c:7 f
}
 
global = {
%  \autoBeamOff
  \tempo 4 = 100
  \time 3/4
  \key f \major
}
 
melodie = \relative c' {
  \global
  \partial 4 c8. c16 | d4 c f | e2 c8. c16 | d4 c g' | f2 c8. c16 | c'4 a f | e( d) bes'8. bes16 | a4 f g | f2 \bar "|."
}
 
bass = \relative c {
  \global
  \clef bass
  \partial 4 c8. c16 | d4 c f | e2 c8. c16 | d4 c g' | f2 c8. c16 | c'4 a f | e( d) bes'8. bes16 | a4 f g | f2 \bar "|."
}
 
text = \lyricmode {
  \set stanza = "1."
Hap -- py birth -- day to you, Hap -- py birth -- day to you, Hap -- py birth -- day dear [NAME], __ Hap -- py birth -- day to you.
}
 
\score {
  <<
%    \new ChordNames { \akkorde } Akkorde passen nicht zum Lied
    \new Voice = "Lied" { \melodie }
    \new Voice = "Lied" { \bass}
    \new Lyrics \lyricsto "Lied" { \text }
  >>
\midi {}
\layout {}
}
</score>


== siehe auch ==
== siehe auch ==
* [[wikipedia:en:Happy Birthday to You]]
* [[wikipedia:en:Happy Birthday to You]]

Aktuelle Version vom 31. Oktober 2017, 14:04 Uhr

Happy Birthday to You

Datei:Happy Birthday to You.jpg

Text & Melodie Patty (1868–1946) und Mildred J. Hill (1859-1916), 1893
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 x
Bulibu I x
Bulibu II x
Liederbock x
Schwarzer Adler x
Wandervogel x
Zupfgeigenhansl x
Jurtenburg x


\version "2.12.3"

% \language "deutsch"

\header {
  tagline = ""
}

\layout {
  indent = #0
} 

akkorde = \chordmode {
    \germanChords
    \set chordChanges = ##t
    f1*3/4 c:7 c:7 f f c:7 c:7 f f c:7 c:7 f
}

global = {
%  \autoBeamOff
  \tempo 4 = 100
  \time 3/4
  \key f \major
}

melodie = \relative c' {
  \global
  \partial 4 c8. c16 | d4 c f | e2 c8. c16 | d4 c g' | f2 c8. c16 | c'4 a f | e( d) bes'8. bes16 | a4 f g | f2 \bar "|."
}

bass = \relative c {
  \global
  \clef bass
  \partial 4 c8. c16 | d4 c f | e2 c8. c16 | d4 c g' | f2 c8. c16 | c'4 a f | e( d) bes'8. bes16 | a4 f g | f2 \bar "|."
}

text = \lyricmode {
  \set stanza = "1."
Hap -- py birth -- day to you, Hap -- py birth -- day to you, Hap -- py birth -- day dear [NAME], __ Hap -- py birth -- day to you.
}

\score {
  <<
%    \new ChordNames { \akkorde } Akkorde passen nicht zum Lied
    \new Voice = "Lied" { \melodie }
    \new Voice = "Lied" { \bass}
    \new Lyrics \lyricsto "Lied" { \text }
  >>
\midi {}
\layout {}
}

siehe auch