Tonleiter: Unterschied zwischen den Versionen

1.067 Bytes hinzugefügt ,  vor 7 Jahren
Zeile 189: Zeile 189:
</score>
</score>


== Es-Dur ==
<score raw = "1" vorbis = "1">
\version "2.12.3"
\language "deutsch"
\header {
  tagline = ""
}
\layout {
  indent = #0
}
akkorde = \chordmode {
}
global = {
  \autoBeamOff
  \time 4/4
  \key es \major
}
melodie = \relative c' {
  \global
== B-Dur ==
== B-Dur ==


Zeile 217: Zeile 244:
   \global
   \global
   a4 b c d es f g a b c d es f g a b
   a4 b c d es f g a b c d es f g a b
  \bar "|."
}
text = \lyricmode {
== B-Dur ==
<score raw = "1" vorbis = "1">
\version "2.12.3"
\language "deutsch"
\header {
  tagline = ""
}
\layout {
  indent = #0
}
akkorde = \chordmode {
}
global = {
  \autoBeamOff
  \time 4/4
  \key b \major
}
melodie = \relative c' {
  \global
  a4 b c d es f g a b c d es f g a b
  \bar "|."
}
text = \lyricmode {
  a b c d es f g a b c d es f g a b
}
\score {
  <<
%  \new ChordNames { \akkorde }
    \new Voice = "Lied" { \melodie }
    \new Lyrics \lyricsto "Lied" { \text }
%    \new Voice = "Lied" { \bass }
  >>
\midi {}
\layout {}
}
</score>
}
\score {
  <<
%  \new ChordNames { \akkorde }
    \new Voice = "Lied" { \melodie }
    \new Lyrics \lyricsto "Lied" { \text }
%    \new Voice = "Lied" { \bass }
  >>
\midi {}
\layout {}
}
</score>
   \bar "|."
   \bar "|."
}
}
19.641

Bearbeitungen