Ramund/Lilypond

Fra Wikisource, det frie bibliotek

Lilypond kode til Ramund[redigér]

Kildekoden til noderne


\include "deutsch.ly"

\version "2.6.4-5"

\header { 
  title = "Ramund" 
  composer = "Folkemelodi" 
}

melody = {
     \clef treble
     \time 4/4
     \key e \minor

     \relative c'{
	     e4 e8 e h'4 h8 h
	     a4 fis8 g fis4 r8 g8
	     e4 e8 fis g4 fis8 e
	     d4 h r2
	     
	     e4 e8 e h' h h h
	     a4 fis8 g fis4 r8 g
	     e4 e8 fis g4 fis8 e
	     d4 h r h8 h
	     
	     e8 e e fis g4 fis8 e
	     dis4 h r h8 h
	     e8 dis e g h4 h8 h
	     a8 (g) fis e fis4 e
	     \bar "|."
     }
}

\score {
   \new Staff \melody
}

Noder for begynder violin[redigér]


\include "deutsch.ly"

\version "2.6.4-5"

\header { 
  title = "Ramund"
  composer = "Folkemelodi"
}

melody = {
     \clef treble
     \time 4/4
     \key e \minor

     \relative c'{
	     e4-1 e8-1 e-1 h'4-1 h8-1 h-1
	     a4-0 fis8-2 g-3 fis4-2 r8 g8-3
	     e4-1 e8-1 fis-2 g4-3 fis8-2 e-1
	     d4-0 h-2 r2
	     
	     e4-1 e8-1 e-1 h'-1 h-1 h-1 h-1
	     a4-0 fis8-2 g-3 fis4-2 r8 g-3
	     e4-1 e8-1 fis-2 g4-3 fis8-2 e-1
	     d4-0 h-2 r h8-2 h-2
	     
	     e8-1 e-1 e-1 fis-2 g4-3 fis8-2 e-1
	     dis4-0 h-2 r h8-2 h-2
	     e8-1 dis-0 e-1 g-3 h4-1 h8-1 h-1
	     a8-0 (g)-3 fis-2 e-1 fis4-2 e-1
	     \bar "|."
     }
}

\score {
   \new Staff \melody
}