\version "2.24.3" % automatically converted by musicxml2ly from Aura Lee.mxl \pointAndClickOff \header { title = "Aura Lee" composer = "Phil Embury & Sigmund Spaeth" encodingsoftware = "MuseScore 4.1.1" encodingdate = "2023-10-16" subtitle = Untertitel } #(set-global-staff-size 19.997457142857144) \paper { paper-width = 21.01\cm paper-height = 29.69\cm top-margin = 1.5\cm bottom-margin = 1.5\cm left-margin = 1.5\cm right-margin = 1.5\cm indent = 1.6161538461538465\cm short-indent = 0.9235164835164836\cm } \layout { \context { \Score autoBeaming = ##f } } PartPOneVoiceOne = \relative d' { \clef "treble_8"\time 4/4 \key b \major | d4 d4 d4 d4 | e4 e4 e4.~ e8 | es4 es4 e4 es4 | d1 | d4 f4 fis4 g4 \break | e4 e4 e4.~ e8 | es4 es4 e4 es4 | d1 | fis4. fis8 fis2 | g4. g8 as2 | g4 g4 g4 g4 \break | fis1 | f4 f4 g4 f4 | e4. e8 e4 e4 | f4 es4 e4 es4 | d1 | \bar "|." } PartPOneVoiceOneLyricsTwo = \lyricmode {\set ignoreMelismata = ##t As the black -- bird in the "spring " __\skip1 "'Neath" the wil -- low tree Sat and "piped," I heard him "sing " __\skip1 Sing of Au -- ra "Lee." Au -- ra "Lee," Au -- ra "Lee," maid of gol -- den "hair." Sun -- shine came a -- long with "thee." And swal -- lows in the "air." } PartPTwoVoiceOne = \relative f { \clef "treble_8"\time 4/4 \key b \major | f4 b4 a4 b4 | c4 g4 c4.~ c8 | b4 a4 g4 a4 | b2 ( f2 ) | f4 b4 a4 b4 \break | c4 g4 c4.~ c8 | b4 a4 g4 a4 | b1 | d4. d8 d2 | d4. d8 d2 | d4 c4 b4 c4 \break | d1 | d4 d4 es4 d4 | c4. g8 c4 b4 | b4 a4 d4 c4 | b1 | \bar "|." } PartPThreeVoiceOne = \relative b { \clef "bass"\time 4/4 \key b \major | b4 f4 fis4 g4 | b4 b4 b4.~ b8 | c4 c4 b4 c4 | f,2 ( b2 ) | b4 d4 c4 d4 \break | b4 b4 b4.~ b8 | c4 c4 b4 c4 | f,1 | a4. a8 c2 | b4. b8 b2 | b4 b4 es4 a,4 \break | a2 ( c2 ) | h4 c4 h4 h4 | b4. b8 b4 cis4 | d4 c4 b4 a4 | f1 | \bar "|." } PartPFourVoiceOne = \relative b, { \clef "bass"\time 4/4 \key b \major | b4 b4 d4 f4 | g4 c,4 g'4.~ g8 | f4 f4 c4 f4 | b,1 | b4 b4 d4 f4 \break | g4 c,4 g'4.~ g8 | f4 f4 c4 f4 | b,1 | d4. d8 a'2 | g4. g8 f2 | es4 es4 es4 es4 \break | d2 ( a'2 ) | g4 as4 g4 g4 | c,4. c8 g'4 ges4 | f4 f4 g4 f4 | b,1 | \bar "|." } % The score definition \score { << \new StaffGroup << \new StaffGroup \with { } << \new Staff << \set Staff.instrumentName = "Tenor 1" \set Staff.shortInstrumentName = "T 1." \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" { \set stanza = "1." \PartPOneVoiceOneLyricsTwo } >> >> \new Staff << \set Staff.instrumentName = "Tenor 2" \set Staff.shortInstrumentName = "T. 2" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne } >> >> >> \new StaffGroup \with { } << \new Staff << \set Staff.instrumentName = "Bass 1" \set Staff.shortInstrumentName = "B. 1" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne } >> >> \new Staff << \set Staff.instrumentName = "Bass 2" \set Staff.shortInstrumentName = "B. 2" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne } >> >> >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 100 } }