Tonleiter: Unterschied zwischen den Versionen

Aus Jurtenland-Wiki
Zur Navigation springen Zur Suche springen
Zeile 24: Zeile 24:
melodie = \relative c' {
melodie = \relative c' {
   \global
   \global
   c4 d e fis g a h c d e fis g a h
   a4 h c d e fis g a h c d e fis g a h
   \bar "|."
   \bar "|."
}
}


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



Version vom 26. April 2017, 15:13 Uhr



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