\version "2.6.3" %#(ly:set-option (quote no-point-and-click)) \header{ title = "Karev Yom" % poet = "T: " composer = "Unbekannt" % instrument = "2 voc + git" source = "" maintainer = "Henning Hraban Ramm" maintainerWeb = "http://angerweit.tikon.ch/lieder/" lastupdated = "2005-08-21" } global = { \clef treble \key a \minor \time 4/4 } akkorde = \chordmode { \repeat volta 2 { a1:m | d:m | a2:m d:m | a1:m } \repeat volta 2 { a:m | f2 a:m | a:m b4 e:7 | a1:m } a:m | d:m | a2:m d:m | a1:m } oberstimme = \relative c'' { \repeat volta 2 { a4 c c2 | d4 c8 b c4 e | a, c d8 c b a | c4 a8 a a4 a } \break \repeat volta 2 { e'4. dis8 e4 a | c a, a a | e'8 dis fis e dis c b a | c4 a a a } \break \grace s8 a4 c c2 d4 c8 b c4 e \grace s8 a,4 c d8 c b a \grace s8 c4 a8 a a4 a } unterstimme = \relative c'' { \repeat volta 2 { a2. g4 | f2. e4 | f2. d4 | e2. a4 } \repeat volta 2 { a2. g4 | f2 e | c' b4 gis | e2. a4 } \acciaccatura f'8 e1~ e1 \acciaccatura g8 f1 \acciaccatura f8 e4 a2. } % Papier-Ausgabe \score { << \context ChordNames { \germanChords %\set chordChanges = ##t \akkorde } \context Staff = "Upper" << \global \context Voice = "eins" \oberstimme >> \context Staff = "Lower" << \global \context Voice = "zwei" \unterstimme >> >> \layout { indent = 0\cm } } % MIDI \score { \unfoldRepeats { << \context Staff = chords << \context ChordNames { \set ChordNames.midiInstrument = "fx 4 (atmosphere)" \set chordChanges = ##t \akkorde } >> \context Staff = ober << \set Staff.midiInstrument = "violin" \context Voice = ober \oberstimme >> \context Staff = unter << \set Staff.midiInstrument = "viola" \context Voice = unter \unterstimme >> >> } \midi{ \tempo 4=120 } } %%% Local Variables: %%% coding: utf-8 %%% End: