Happy Birthday to You: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 45: Zeile 45:
  | Feldname30 = | Daten30 =  
  | Feldname30 = | Daten30 =  
}}
}}
<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">
<score raw = "1" vorbis = "1">
Zeile 52: Zeile 50:
\version "2.12.3"
\version "2.12.3"


\language "deutsch"
% \language "deutsch"


\header {
\header {
Zeile 69: Zeile 67:


global = {
global = {
  \autoBeamOff
\autoBeamOff
   \tempo 4 = 100
   \tempo 4 = 100
   \time 3/4
   \time 3/4
Zeile 75: Zeile 73:
}
}


melodie = \relative c'' {
melodie = \relative c' {
   \global
   \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 "|."
   \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 {
text = \lyricmode {
Zeile 88: Zeile 91:
\score {
\score {
   <<
   <<
    \new ChordNames { \akkorde }
%    \new ChordNames { \akkorde } Akkorde passen nicht zum Lied
     \new Voice = "Lied" { \melodie }
     \new Voice = "Lied" { \melodie }
    \new Voice = "Lied" { \bass}
     \new Lyrics \lyricsto "Lied" { \text }
     \new Lyrics \lyricsto "Lied" { \text }
   >>
   >>
19.897

Bearbeitungen