Skip to content
Snippets Groups Projects
Preindl_InTuoNomine_Instrument_CorI.ly 745 B
\version "2.13.29"
\include "Preindl_InTuoNomine_Settings_Instrument.ily"

\header {
  instrument = \CorIInstrumentName
  scorenumber = \markup{\scoreNumber \CorINumber}
}

InTuoNomineCorIStaff = <<
  \new Staff = "InTuoNomineCorIStaff" \with {
           instrumentName = \CorIInstrumentName
           shortInstrumentName = \CorIShortInstrumentName
  } <<
    \context CueVoice = "cue" {s2*300 }
    \new Voice = "InTuoNomineCorIVoice" {
      \InTuoNomineSettings
      \CorIClef
      \CorIKey
      \InTuoNomineTimeSignature
      \InTuoNomineCorIMusic
    }
  >>
  \new Lyrics = "InTuoNomineCorICueLyricsAbove"  \lyricsto "cue" {
    \small 
    Al -- le -- lu -- ja, al -- le -- lu -- ja.
  }
>>


\createScore #"InTuoNomine" #'("CorI")