\version "2.24.1" % 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' { \repeat volta 2 { \clef "treble" \numericTimeSignature\time 4/4 \key c \major | % 1 \tempo 4=60 \stemUp 8 ~ ~ \stemUp e4 \stemUp 8 \stemUp f4 ~ \stemUp f4 | % 2 \stemUp 8 ~ ~ \stemUp d4 \stemUp 8 \stemUp e4 ~ \stemUp e4 \breathe | % 3 \stemUp 8 [ \stemUp 8 ] \stemUp a'4 \stemUp b4 ~ \stemUp b4 | % 4 \stemUp 8 ~ ~ \stemUp b'4 \stemUp 8 \stemUp c'4 ~ \stemUp c4 \breathe | % 5 \stemUp 8 ~ ~ \stemUp e4 \stemUp 8 \stemUp f4 ~ \stemUp f4 | % 6 \stemUp 8 ~ ~ \stemUp d4 \stemUp 8 \stemUp e4 ~ \stemUp e4 \breathe | % 7 \stemUp a4 \stemUp a4 \stemUp b2 | % 8 \stemUp gis2 ( \stemUp 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." } nadaPartPOneVoiceTwo = \relative c' { \repeat volta 2 { \clef "treble" \numericTimeSignature\time 4/4 \key c \major s8 \stemUp c4 s8 \stemUp c4 ~ \stemUp c4 s8 \stemUp b4 s8 \stemUp b4 ~ \stemUp b4 s4 \stemUp c4 \stemUp b4 ~ \stemUp b4 s8 \stemUp e4 s8 \stemUp e4 ~ \stemUp e4 s8 \stemUp c4 s8 \stemUp c4 ~ \stemUp c4 s8 \stemUp b4 s8 \stemUp b4 ~ \stemUp b4 | % 7 \stemUp c4 \stemUp c4 \stemUp b2 | % 8 \stemUp b2 ( \stemUp c2 ) } } nadaPartPTwoVoiceOne = \relative a, { \repeat volta 2 { \clef "bass" \numericTimeSignature\time 4/4 \key c \major | % 1 \stemDown 8 ~ ~ \stemDown a'4 \stemDown 8 \stemDown a'4 ~ \stemDown a4 | % 2 \stemUp 8 ~ ~ \stemDown g'4 \stemUp 8 \stemDown g'4 ~ \stemDown g4 \breathe | % 3 \stemUp f8 [ \stemUp f8 ] \stemUp f4 \stemDown f4 ~ \stemDown f4 | % 4 \stemDown 8 ~ ~ \stemDown a4 \stemDown 8 \stemDown a4 ~ \stemDown a4 \breathe | % 5 \stemDown 8 ~ ~ \stemDown a'4 \stemDown 8 \stemDown a'4 ~ \stemDown a4 | % 6 \stemUp 8 ~ ~ \stemDown g'4 \stemUp 8 \stemDown g'4 ~ \stemDown g4 \breathe | % 7 \stemUp f4 \stemUp f4 \stemDown f2 | % 8 \stemUp e2 ( \stemUp e2 ) } } nadaPartPTwoVoiceTwo = \relative a, { \repeat volta 2 { \clef "bass" \numericTimeSignature\time 4/4 \key c \major s8 \stemDown a4 s8 \stemDown d4 ~ \stemDown d4 s8 \stemDown g,4 s8 \stemDown c4 ~ \stemDown c4 | % 3 \stemDown f8 [ \stemDown f8 ] \stemDown f4 \stemDown d4 ~ \stemDown d4 s8 \stemDown e4 s8 \stemDown a,4 ~ \stemDown a4 s8 \stemDown a4 s8 \stemDown d4 ~ \stemDown d4 s8 \stemDown g,4 s8 \stemDown c4 ~ \stemDown c4 | % 7 \stemDown f4 \stemDown f4 \stemDown d2 | % 8 \stemDown e2 ( \stemUp 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 } \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 } }