\version "2.9.9" #(ly:set-option (quote no-point-and-click)) %#(set-global-staff-size 18) \header{ title = "" poet = "T: " composer = "M: " % instrument = "2 voc + git" source = "" maintainer = "Henning Hraban Ramm" maintainerWeb = "http://angerweit.tikon.ch/lieder/" lastupdated = "2007-05-05" tagline = "" copyright = "" } global = { \clef treble \key a \minor \time 4/4 } akkorde = \chordmode { } dynamics = \relative c { r4\mp } oberstimme = \relative c'' { %\voiceOne \repeat volta 2 { } \alternative { { } { } } } unterstimme = \relative c' { %\voiceTwo \repeat volta 2 { } \alternative { { } { } } } text = \lyricmode { %\set stanza = "1. " } % Papier-Ausgabe \score { << %\override Score . LyricText #'font-name = #"Gentium" %\override Score . LyricText #'font-shape = #'italic %\override Score . LyricText #'text-font-size = 12 % default: 12/20 * staff-size %\override Score . BarNumber % #'break-visibility = #all-invisible \context ChordNames { %\override ChordNames . ChordName #'font-name = #"Gentium" \germanChords \set chordChanges = ##t \akkorde } \context Staff = Oben << \global \context Voice = "eins" \oberstimme >> \lyricsto "eins" \new Lyrics { \text } \context Staff = Unten << \global \context Voice = "zwei" \unterstimme >> >> \layout { indent = 0\cm %linewidth = 123\mm } } % MIDI \score { \unfoldRepeats { << \context Staff = chords << \set Staff.midiInstrument = "fx 4 (atmosphere)" \context Voice = chords { << \dynamics \akkorde >> } >> \context Staff = ober << \set Staff.midiInstrument = "violin" \context Voice = ober \oberstimme >> \context Staff = unter << \set Staff.midiInstrument = "viola" \context Voice = unter \unterstimme >> >> } \midi{ \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } } %%% Local Variables: %%% coding: utf-8 %%% End: