\version "2.25.1"

\include "score_glb.ily"

%%%%%%%%%%

\include "drömmarne.instr_ily"

%pitchTranspose = bes,
%clef = { \clef  }
% "french" "treble" "soprano" "mezzosoprano" "alto" "baritone" "varbaritone" "tenor" "treble_8" "bass"
clefTen = { \clef "treble_8" }

\include "drömmarne_01.ily"
\include "drömmarne.staff_ily"

\score {
  \header { piece = \hdrab }
  <<
    \scorePre
    \scoreTimeSig
    \new ChoirStaff
    <<
      \staffSop
      \lyricsto voiceSop \lyrSopA
      \lyricsto voiceSop \lyrSopB
      \staffAlt
      \lyricsto voiceAlt \lyrAltA
      \lyricsto voiceAlt \lyrAltB
      \staffTen
      \lyricsto voiceTen \lyrTenA
      \lyricsto voiceTen \lyrTenB
      \staffBas
      \lyricsto voiceBas \lyrBasA
      \lyricsto voiceBas \lyrBasB
    >>
    \new PianoStaff \with \nameup <<
      \staffup
      \new Dynamics \dynpiano
      \staffdown
    >>
  >>
  \layout {
    \context {
      \Score
    }
    \context {
      \Staff
    }
    \context {
      \Voice
    }
    \context {
      \Lyrics
    }
  }
}

\score {
  \unfoldRepeats
  <<
      \mstaffSop
      \mstaffAlt
      \mstaffTen
      \mstaffBas
%      \mstaffup
%      \mstaffdown
  >>
  \midi { }
}
