%some settings% vim: ai sw=2 lbr nu et \version "2.18" \include "parts/IIIstimmen.ly" \include "parts/IIItexte.ly" % Jerusalem-Ruf % {{{ IIIJerusalemRuf = \new Staff << \new ChordNames { \IIIJerusalemRufAkkorde } \new Staff << \new Voice = "oberstimmeI" { \IIIJerusalemRufOberstimmeI } >> \new Lyrics \lyricsto "oberstimmeI" \IIIJerusalemRufOberstimmeIText \new Staff << \new Voice = "oberstimmeII" { \IIIJerusalemRufOberstimmeII } >> \new Lyrics \lyricsto "oberstimmeII" \IIIJerusalemRufOberstimmeIIText \new ChoirStaff << \new Staff << \new Voice = "sopran" { \voiceOne \IIIJerusalemRufSopran } \new Voice = "alt" { \voiceTwo \IIIJerusalemRufAlt } >> \new Lyrics \lyricsto "sopran" \IIIJerusalemRufChorText \new Staff << \clef "bass" \new Voice = "tenor" { \voiceOne \IIIJerusalemRufTenor } \new Voice = "bass" { \voiceTwo \IIIJerusalemRufBass } >> >> >> % }}} % Dann such ich nach einem Land % {{{ IIIDann = \new Staff << \new ChordNames { \IIIDannAkkorde } \new Staff << \new Voice = "melodie" { \IIIDannMelodie } >> \new Lyrics \lyricsto "melodie" \IIIDannTextI \new Lyrics \lyricsto "melodie" \IIIDannTextII \new Lyrics \lyricsto "melodie" \IIIDannTextIII \new Lyrics \lyricsto "melodie" \IIIDannTextIV \new Lyrics \lyricsto "melodie" \IIIDannTextV >> % }}} % Gott macht alles neu % {{{ IIIGott = \new Staff << \new ChordNames { \IIIGottAkkorde } \new Staff << \new Voice = "Querfloete" { \tiny \IIIGottQuerfloete } >> \new Staff << \new Voice = "Altblockfloete" { \tiny \IIIGottAltblockfloete } >> \new ChoirStaff << \new Staff << \new Voice = "frauen" { \IIIGottPausen } \new Voice = "sopran" { \voiceOne \IIIGottSopran } \new Voice = "alt" { \voiceTwo \IIIGottAlt } >> \new Lyrics \lyricsto "sopran" \IIIGottTextI \new Lyrics \lyricsto "sopran" \IIIGottTextII \new Lyrics \lyricsto "sopran" \IIIGottTextIII \new Staff << \clef "bass" \new Voice = "maenner" { \IIIGottPausen } \new Voice = "tenor" { \voiceOne \IIIGottTenor } \new Voice = "bass" { \voiceTwo \IIIGottBass } >> >> >> % }}}