\version "2.14.1"
\paper {
ragged-last = ##f
}
PartPOneVoiceOne =  \relative fis' {
        \clef "treble_8" \key d \major \time 3/4 \partial 4
        \slurDown\acciaccatura { fis8-1 } \voiceOne a4 % 0
        a2. ~ | % 1
        a4 b4 ^\markup { C. \concat { 7 \super a } } d4 | % 2
        \slurUp\acciaccatura { d8 } cis2. | % 3
        r4 \acciaccatura { e8 } d4 b4 | % 4
        a2. ^\markup { C. \concat { 5 \super a } } \break | % 5
	}
PartPOneVoiceTwo =  \relative d {
        \grace s8 \voiceTwo r4 % 0
        d2. | % 1
        a2. | % 2
        \set stringNumberOrientations = #'(right)
        <e'\5>2. | % 3
        a,2. | % 4
        e'2. | % 5
        }
PartPOneVoiceFour =  \relative d' {
        \grace s8 \voiceFour s4 % 0
        \override Voice.Rest #'staff-position = #0 r4 <d fis>4 <d fis>4 | % 1
        r4 <d fis>4 <d fis>4 | % 2
        r4 <e g>4 <e g>4 | % 3
        s2. | % 4
        r4 <cis g'>4 <cis g'>4 | % 5
        }
    \new Staff <<
        \set Staff.instrumentName = "Guit."
        \context Staff << 
            \context Voice = "PartPOneVoiceOne" { \voiceOne \PartPOneVoiceOne }
            \context Voice = "PartPOneVoiceTwo" { \voiceTwo \PartPOneVoiceTwo }
            \context Voice = "PartPOneVoiceFour" { \voiceFour \PartPOneVoiceFour }
            >>
        >>
          
  

