|
|
Zeile 226: |
Zeile 226: |
| \new ChordNames { \akkorde } | | \new ChordNames { \akkorde } |
| \new Voice = "Lied" { \melodie } | | \new Voice = "Lied" { \melodie } |
| >>
| |
| \midi { }
| |
| }
| |
|
| |
| </score>
| |
|
| |
| == Und noch eine Alternative ==
| |
|
| |
| <score raw = "1" vorbis = "1">
| |
|
| |
| \version "2.12.3"
| |
|
| |
| \language "deutsch"
| |
|
| |
| \header {
| |
| tagline = ""
| |
| }
| |
|
| |
| \layout {
| |
| indent = #0
| |
| }
| |
|
| |
| akkorde = \chordmode {
| |
| \germanChords
| |
| \set chordChanges = ##t
| |
| s8 h1*6/8:m h1*3/8:m h:m h1*3/8:m c h1*6/8:m h1*6/8:m h1*3/8:m h:m h1*6/8:m h1*5/8:m
| |
| \repeat volta 2 { h1*1/8:m g1*3/8 d g d }
| |
| \alternative {
| |
| { h1*6/8:m h1*5/8:m }
| |
| { h1*3/8:m h1*3/8:m h1*6/8:m }
| |
| }
| |
| }
| |
|
| |
| global = {
| |
| \autoBeamOff
| |
| \time 6/8
| |
| \tempo 4 = 100
| |
| \key g \major
| |
| }
| |
|
| |
| melodie = \relative c' {
| |
| \global
| |
| \partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break
| |
| e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 h,4 h8 e4. e4
| |
| \repeat volta 2 { e16[ fis]
| |
| g4 g8 a4 a8 h4 h8 a4 a8 }
| |
| \alternative {
| |
| { g8[ fis] e g8[ fis] e fis4. fis4 }
| |
| { g8[ fis] e fis8[ g] fis e4. e4 }
| |
| }
| |
| \bar "|."
| |
| }
| |
|
| |
| dreiklang = \relative c {
| |
| \global
| |
| \clef "bass"
| |
| \partial 8 <h d fis>8 <h d fis>1*6/8 <h d fis>1*3/8 <h d fis> <h d fis>1*3/8 <c e g> <h d fis>1*6/8 <h d fis>1*6/8 <h d fis>1*3/8 <h d fis> <h d fis>1*6/8 <h d fis>1*5/8
| |
| \repeat volta 2 { <h d fis>1*1/8 <g' h d>1*3/8 <d fis a> <g h d> <d fis a> }
| |
| \alternative {
| |
| { <h d fis>1*6/8 <h d fis>1*5/8 }
| |
| { <h d fis>1*3/8 <h d fis>1*3/8 <h d fis>1*6/8 }
| |
| }
| |
| \bar "|."
| |
| }
| |
|
| |
| bass = \relative c {
| |
| \global
| |
| \clef "bass"
| |
| \partial 8 h8 e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 g[ fis] e fis4. h,4 h8 \break
| |
| e4 e8 e4 e8 fis8[ g] fis e4 e8 fis4 fis8 h,4 h8 e4. e4
| |
| \repeat volta 2 { e16[ fis]
| |
| g4 g8 a4 a8 h4 h8 a4 a8 }
| |
| \alternative {
| |
| { g8[ fis] e g8[ fis] e fis4. fis4 }
| |
| { g8[ fis] e fis8[ g] fis e4. e4 }
| |
| }
| |
| \bar "|."
| |
| }
| |
|
| |
| text = \lyricmode {
| |
| \set stanza = "1."
| |
| Ich kom -- me schon durch man -- che Land, a -- vec que la mar -- mot -- te. Und im -- mer was zu es -- sen fand, a -- vec que la mar -- mot -- te.
| |
| A -- vec que si, a -- vec que la, a -- vec que la mar -- mot -- te. vec que la mar -- mot -- te.
| |
| }
| |
|
| |
| \score {
| |
| <<
| |
| \new ChordNames { \akkorde }
| |
| \new Voice = "Lied" { \melodie }
| |
| \new Voice = "Lied" { \dreiklang }
| |
| \new Lyrics \lyricsto "Lied" { \text }
| |
| \new Voice = "Lied" { \bass }
| |
| >>
| |
| \layout {}
| |
| }
| |
|
| |
| \score {
| |
| \unfoldRepeats
| |
| <<
| |
| % \new ChordNames { \akkorde }
| |
| \new Voice = "Lied" { \melodie }
| |
| \new Voice = "Lied" { \dreiklang}
| |
| >> | | >> |
| \midi { } | | \midi { } |