Tonleiter: Unterschied zwischen den Versionen

Aus Jurtenland-Wiki
Zur Navigation springen Zur Suche springen
Zeile 48: Zeile 48:
</score>
</score>


== F-Dur ==
== G-Dur ==


<score raw = "1" vorbis = "1">
<score raw = "1" vorbis = "1">
Zeile 70: Zeile 70:
   \autoBeamOff
   \autoBeamOff
   \time 4/4
   \time 4/4
   \key f \major
   \key g \major
}
}


melodie = \relative c' {
melodie = \relative c' {
   \global
   \global
   a4 b c d e f g a b c d e f g a b
   a4 h c d e fis g a h c d e fis g a h
   \bar "|."
   \bar "|."
}
}


text = \lyricmode {
text = \lyricmode {
   a b c d e f g a b c d e f g a b
   a h c d e fis g a h c d e fis g a h
}
}


Zeile 95: Zeile 95:
</score>
</score>


== G-Dur ==
== F-Dur ==


<score raw = "1" vorbis = "1">
<score raw = "1" vorbis = "1">
Zeile 117: Zeile 117:
   \autoBeamOff
   \autoBeamOff
   \time 4/4
   \time 4/4
   \key g \major
   \key f \major
}
}


melodie = \relative c' {
melodie = \relative c' {
   \global
   \global
   a4 h c d e fis g a h c d e fis g a h
   a4 b c d e f g a b c d e f g a b
   \bar "|."
   \bar "|."
}
}


text = \lyricmode {
text = \lyricmode {
   a h c d e fis g a h c d e fis g a h
   a b c d e f g a b c d e f g a b
}
}



Version vom 15. Mai 2017, 14:34 Uhr


C-Dur



\version "2.12.3"

\language "deutsch"

\header {
  tagline = ""
}

\layout {
  indent = #0
} 

 akkorde = \chordmode {
}

global = {
  \autoBeamOff
  \time 4/4
  \key c \major
}

melodie = \relative c' {
  \global
  a4 h c d e f g a h c d e f g a h
  \bar "|."
}

text = \lyricmode {
  a h c d e f g a h c d e f g a h
}

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

G-Dur



\version "2.12.3"

\language "deutsch"

\header {
  tagline = ""
}

\layout {
  indent = #0
} 

 akkorde = \chordmode {
}

global = {
  \autoBeamOff
  \time 4/4
  \key g \major
}

melodie = \relative c' {
  \global
  a4 h c d e fis g a h c d e fis g a h
  \bar "|."
}

text = \lyricmode {
  a h c d e fis g a h c d e fis g a h
}

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

F-Dur



\version "2.12.3"

\language "deutsch"

\header {
  tagline = ""
}

\layout {
  indent = #0
} 

 akkorde = \chordmode {
}

global = {
  \autoBeamOff
  \time 4/4
  \key f \major
}

melodie = \relative c' {
  \global
  a4 b c d e f g a b c d e f g a b
  \bar "|."
}

text = \lyricmode {
  a b c d e f g a b c d e f g a b
}

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

B-Dur



\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 {}
}

Es-Dur



\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
  as4  b  c  d  es  f  g  as  b  c  d  es f  g  as  b
  \bar "|."
}

text = \lyricmode {
  as4  b  c  d  es  f  g  as  b  c  d  es f  g  as  b
}

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

siehe auch