Scarborough Fair: Unterschied zwischen den Versionen

 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 68: Zeile 68:
global = {
global = {
   \autoBeamOff
   \autoBeamOff
   \tempo 4 = 100
   \tempo 4 = 130
   \time 3/4
   \time 3/4
   \key c \major
   \key c \major
Zeile 104: Zeile 104:
\score {
\score {
   <<
   <<
    \new ChordNames { \akkorde }
%    \new ChordNames { \akkorde }
     \new Voice = "Lied" { \melodie }
     \new Voice = "Lied" { \melodie }
     \new Lyrics \lyricsto "Lied" { \text }
     \new Lyrics \lyricsto "Lied" { \text }
Zeile 170: Zeile 170:
Or you’ll never be a true love of mine.
Or you’ll never be a true love of mine.
</poem>
</poem>
== Test ==
<score raw = "1" vorbis = "1">
\version "2.12.3"
\language "deutsch"
\header {
  tagline = ""
}
\layout {
  indent = #0
}
akkorde = \chordmode {
    \germanChords
    \set chordChanges = ##t
    a1*3/4:m a:m g a:m c a:m c4 d2 a1*3/4:m a:m a:m c c4 h4:m a4:m g1*3/4 g a:m g g a:m
}
global = {
  \autoBeamOff
  \tempo 4 = 130
  \time 3/4
  \key c \major
}
melodie = \relative c' {
  \global
  a2 a4
  e'8 e4. e4
  h4. c8 h4
  a2.
  r4 e' g
  a2 g4
  e4 fis d
  e2.~ e4 r a
  a2 a4
  g2 e4
  e4 d c
  h2.~ h2 h4
  a2 e'4
  d2 c4
  h4 a g
  a2.
  \bar "|."
}
text = \lyricmode {
Are you go -- ing to Scar -- bo -- rough Fair?
Pars -- ley, sage, rose -- mar -- y and thyme,
Re -- mem -- ber me to one who lives there,
For she once was a true love of mine.
}
\score {
  <<
%    \new ChordNames { \akkorde }
    \new Voice = "Lied" { \melodie }
    \new Lyrics \lyricsto "Lied" { \text }
  >>
\midi {}
\layout {}
}
</score>


== siehe auch ==
== siehe auch ==
* [[wikipedia:de:Scarborough Fair]]
* [[wikipedia:de:Scarborough Fair]]
* https://youtu.be/x9_bluYa9Xc
* https://youtu.be/wiZJP_XLmrQ


[[Kategorie:Volkslieder]]
[[Kategorie:Volkslieder]]
19.641

Bearbeitungen