\version "2.19.0"

% {
\header {
  title = "Uti vår hage"
  composer = "folkvisa"
  arranger = "Lutteman"
}
% }
\include "score_glb.ily"

mus_sop = { \clef "treble_8" }
mus_alt = { \clef "treble_8" }
mus_ten = { \clef "bass" }
mus_bas = { \clef "bass" }

\include "anon_lutteman_uti-vaar-hage.ily"

\score {
  \new ChoirStaff <<
    \score_pre
    \transpose c \pitch_sop \new Staff << \Msop \BS \PB >>
    \transpose c \pitch_alt \new Staff \Malt

    \lyricsto Vsop { \La }
    \lyricsto Vsop { \Lb }
    \lyricsto Vsop { \Lc }
    \lyricsto Vsop { \Ld }

    \transpose c \pitch_ten \new Staff \Mten
    \transpose c \pitch_bas \new Staff \Mbas
  >>
  \layout {
    \context {
      \Voice
      \consists "Ambitus_engraver"
%      keySignature = #'()
    }
  }
}

%\include "../include/articulate.ly"
\score {
  \unfoldRepeats %\articulate
  <<
    \transpose c \pitch_sop \new Staff << \Msop \\ \midi_tempo >>
    \transpose c \pitch_alt \new Staff \Malt
    \transpose c \pitch_ten \new Staff \Mten
    \transpose c \pitch_bas \new Staff \Mbas
  >>
  \midi {
  }
}
