\version "2.24.1" \include "../voicecolors.ly" % automatically converted by musicxml2ly from nada.musicxml \pointAndClickOff \header { title = "Nada te turbe" copyright = Taize composer = Taize encodingsoftware = "MuseScore 4.0.2" encodingdate = "2024-11-12" source = "http://musescore.com/user/203453/scores/14293417" } \layout { \context { \Score autoBeaming = ##f } } nadaPartPOneVoiceOne = \relative c' { \override Voice.NoteHead.color = \scolor \voiceOne \repeat volta 2 { \clef "treble" \numericTimeSignature\time 4/4 \key c \major | % 1 \tempo 4=60 e8 ~ ~ e4 g8 f4 ~ f4 | % 2 d8 ~ ~ d4 f8 e4 ~ e4 \breathe | % 3 a8 [ a8 ] a4 b4 ~ b4 | % 4 b8 ~ ~ b4 b8 c4 ~ c4 \breathe | % 5 e,8 ~ e4 g8 f4 ~ f4 | % 6 d8 ~ ~ d4 f8 e4 ~ e4 \breathe | % 7 a4 a4 b2 | % 8 gis2 ( a2 ) } } nadaPartPOneVoiceOneLyricsOne = \lyricmode {\set ignoreMelismata = ##t Na -- da te tur -- be na -- da "te‿es" -- pan -- "te;" quien a Dios tie -- ne na -- da le fal -- ta. Na -- da te tur -- be na -- da "te‿es" -- pan -- "te:" "só" -- lo Dios bas -- "ta." } nadaPartPOneVoiceOneLyricsTwo = \lyricmode {\set ignoreMelismata = ##t \override LyricText.color = \tcolortwo No -- thing can trou -- ble no -- thing can frigh -- "ten." Those who seek God shall ne -- ver go wan -- "ting." No -- thing can trou -- ble no -- thing can frigh -- "ten." God a -- lone fills "us." } nadaPartPOneVoiceTwo = \relative c' { \override Voice.NoteHead.color = \acolor \voiceThree \override NoteColumn.ignore-collision = ##t \omit Flag \omit Beam \repeat volta 2 { \clef "treble" \numericTimeSignature\time 4/4 \key c \major c8 c4 c8 c4 ~ c4 b8 b4 b8 b4 ~ b4 | % 3 a8 [ a8 ] c4 b4 ~ b4 e8 e4 e8 e4 ~ e4 | % 5 c8 c4 c8 c4 ~ c4 b8 b4 b8 b4 ~ b4 | % 7 c4 c4 b2 | % 8 b2 ( c2 ) } } nadaPartPTwoVoiceOne = \relative a, { \override Voice.NoteHead.color = \tcolor \voiceOne \repeat volta 2 { \clef "bass" \numericTimeSignature\time 4/4 \key c \major | % 1 a'8 ~ ~ a4 a8 a4 ~ a4 | % 2 g8 ~ ~ g4 g8 g4 ~ g4 \breathe | % 3 f8 [ f8 ] f4 f4 ~ f4 | % 4 a8 ~ ~ a4 gis8 a4 ~ a4 \breathe | % 5 a8 ~ ~ a4 a8 a4 ~ a4 | % 6 g8 ~ ~ g4 g8 g4 ~ g4 \breathe | % 7 f4 f4 f2 | % 8 e2 ( e2 ) } } nadaPartPTwoVoiceTwo = \relative a, { \override Voice.NoteHead.color = \bcolor \voiceTwo \repeat volta 2 { \clef "bass" \numericTimeSignature\time 4/4 \key c \major a8 a4 a8 d4 ~ d4 g,8 ~ g4 g8 c4 ~ c4 | % 3 f8 [ f8 ] f4 d4 ~ d4 e8 e4 e8 a,4 ~ a4 a8 a4 a8 d4 ~ d4 g,8 ~ g4 g8 c4 ~ c4 | % 7 f4 f4 d2 | % 8 e2 ( a,2 ) } } % The score definition \score { << \new StaffGroup << \new Staff << \set Staff.instrumentName = \markup { \center-column { \line {"S"} \line {"A"} } } \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "nadaPartPOneVoiceOne" { \voiceOne \nadaPartPOneVoiceOne } \new Lyrics \lyricsto "nadaPartPOneVoiceOne" { \nadaPartPOneVoiceOneLyricsOne } \new Lyrics \lyricsto "nadaPartPOneVoiceOne" { \nadaPartPOneVoiceOneLyricsTwo } \context Voice = "nadaPartPOneVoiceTwo" { \voiceTwo \nadaPartPOneVoiceTwo } >> >> \new Staff << \set Staff.instrumentName = \markup { \center-column { \line {"T"} \line {"B"} } } \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "nadaPartPTwoVoiceOne" { \voiceOne \nadaPartPTwoVoiceOne } \context Voice = "nadaPartPTwoVoiceTwo" { \voiceTwo \nadaPartPTwoVoiceTwo } >> >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 60 } }