Tonleiter

Aus Jurtenland-Wiki
Version vom 2. Juni 2017, 07:09 Uhr von Ralph (Diskussion | Beiträge) (→‎D-Dur)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

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

D-Dur



\version "2.12.3"

\language "deutsch"

\header {
  tagline = ""
}

\layout {
  indent = #0
} 

 akkorde = \chordmode {
}

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

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

text = \lyricmode {
  a h cis d e fis g a h cis 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 {}
}

A-Dur

E-Dur

H-Dur

Fis-Dur

Cis-Dur

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

As-Dur

Des-Dur

Ges-Dur

Ces-Dur

siehe auch