\version "2.24.1" % automatically converted by musicxml2ly from laudateo1.musicxml \pointAndClickOff \header { title = "Laudate omnes gentes" copyright = Taize composer = Taize encodingsoftware = "MuseScore 4.2.1" encodingdate = "2025-05-20" } \layout { \context { \Score autoBeaming = ##f } } PartPOneVoiceOne = \relative g' { \clef "treble" \time 3/4 \key es \major \partial 4 r8 g8 \repeat volta 2 { | % 1 g4. g8 as8 [ g8 ] | % 2 f4 es4 r8 d8 | % 3 es4. f8 g8 [ as8 ] | % 4 f2 r8 g8 | % 5 g4. g8 as8 [ g8 ] | % 6 f4 es4 r8 g8 | % 7 f4. es8 es8 [ d8 ] | % 8 es2 r8 g8 } } PartPOneVoiceOneLyricsOne = \lyricmode {\set ignoreMelismata = ##t Lau -- da -- te om -- nes gen -- tes lau -- da -- te Do -- mi -- num Lau -- da -- te om -- nes gen -- tes lau -- da -- te Do -- mi -- num Lau } PartPTwoVoiceOne = \relative es' { \clef "treble" \time 3/4 \key es \major \partial 4 r8 es8 \repeat volta 2 { | % 1 es4. es8 es8 [ es8 ] | % 2 d4 c4 r8 b8 | % 3 c4. d8 es8 [ f8 ] | % 4 d2 r8 es8 | % 5 es4. es8 es8 [ es8 ] | % 6 d4 c4 r8 b8 | % 7 c4. d8 es8 [ f8 ] | % 8 bes,2 r8 es8 } } PartPThreeVoiceOne = \relative bes { \clef "bass" \time 3/4 \key es \major \partial 4 r8 bes8 \repeat volta 2 { | % 1 bes4. bes8 c8 [ bes8 ] | % 2 bes4 g4 r8 g8 | % 3 g4. bes8 bes8 [ c8 ] | % 4 bes2 r8 bes8 | % 5 bes4. bes8 c8 [ bes8 ] | % 6 bes4 g4 r8 g8 | % 7 as4. g8 f8 [ f8 ] | % 8 g2 r8 bes8 } } PartPFourVoiceOne = \relative es { \clef "bass" \time 3/4 \key es \major \partial 4 r8 es8 \repeat volta 2 { | % 1 es4. es8 as,8 [ es'8 ] | % 2 bes4 c4 r8 g8 | % 3 c4. bes8 es8 [ as,8 ] | % 4 bes2 r8 es8 | % 5 es4. es8 as,8 [ es'8 ] | % 6 bes4 c4 r8 8 | % 7 as4. as8 bes8 [ bes8 ] | % 8 es2 r8 es8 } } % The score definition \score { << \new StaffGroup << \new Staff << \set Staff.instrumentName = "S" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" { \set stanza = "1." \PartPOneVoiceOneLyricsOne } >> >> \new Staff << \set Staff.instrumentName = "A" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne } >> >> \new Staff << \set Staff.instrumentName = "T" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne } >> >> \new Staff << \set Staff.instrumentName = "B" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne } >> >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 100 } }