\version "2.19.21" % automatically converted by musicxml2ly from /home/mgd/Dokumente/mgd/Bachchor-St.Petri/Choräle-TD/musicxml-test.xml \header { encodingsoftware = "Finale 2012 for Mac" encodingdate = "2015-06-04" composer = "Andreas Hammerschmidt (1611–1675)" title = "Wie lieblich sind deine Wohnungen" } \layout { \context { \Score skipBars = ##t } } PartPOneVoiceOne = \relative g' { \clef "treble" \key f \major \time 4/2 r1 g1 } PartPOneVoiceOneLyricsOne = \lyricmode { Wie } PartPTwoVoiceOne = \relative g' { \clef "treble" \key f \major \time 4/2 r1 r2 g2 } PartPTwoVoiceOneLyricsTwo = \lyricmode { Wie } PartPThreeVoiceOne = \relative d' { \clef "treble" \key f \major \time 4/2 r2 d2 d2 ( c2 ) } PartPThreeVoiceOneLyricsThree = \lyricmode { Wie lieb -- } PartPFourVoiceOne = \relative c' { \clef "treble_8" \key f \major \time 4/2 R1*2 } PartPFiveVoiceOne = \relative d { \clef "bass" \key f \major \time 4/2 d1 es1 } PartPFiveVoiceOneLyricsFive = \lyricmode { Wie lieb -- } % The score definition \score { << \new StaffGroup \with { \override SpanBar #'transparent = ##t } << \new Staff << \set Staff.instrumentName = "Sopran 1" \context Staff << \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne >> >> \new Staff << \set Staff.instrumentName = "Sopran 2" \context Staff << \context Voice = "PartPTwoVoiceOne" { \PartPTwoVoiceOne } \new Lyrics \lyricsto "PartPTwoVoiceOne" \PartPTwoVoiceOneLyricsTwo >> >> \new Staff << \set Staff.instrumentName = "Alt" \context Staff << \context Voice = "PartPThreeVoiceOne" { \PartPThreeVoiceOne } \new Lyrics \lyricsto "PartPThreeVoiceOne" \PartPThreeVoiceOneLyricsThree >> >> \new Staff << \set Staff.instrumentName = "Tenor" \context Staff << \context Voice = "PartPFourVoiceOne" { \PartPFourVoiceOne } >> >> \new Staff << \set Staff.instrumentName = "Bass" \context Staff << \context Voice = "PartPFiveVoiceOne" { \PartPFiveVoiceOne } \new Lyrics \lyricsto "PartPFiveVoiceOne" \PartPFiveVoiceOneLyricsFive >> >> >> >> \layout {} \midi {} }