\version "2.18.2" \header { title = "Eine Kleine Waltzer" composer = "Waltzermatic" } global = { \key c \major \time 3/8 } \parallelMusic #'(voiceA voiceB voiceC) { \repeat volta 2 { % bar 104 e''16 d'' e'' g'' c''' g'' | c4 e8\rest | s4. | % bar 87 g''8 c'' e'' | 4 8 | s4. | % bar 141 d''16 e'' f'' d'' c'' b' | 4 g,8 | s4. | % bar 61 c''8 e''16 c'' g''8 | 4 e8\rest | s4. | % bar 161 8 | c8 c c | s4. | % bar 86 d''8 d''16 g'' b''8 | 4 e8\rest | s4. | % bar 36 a'16 e'' d'' g'' fis'' a'' | c8 d c, | s4. | % bar 091 4 r8 | g,8 b16 g fis e | g,8 g16 f! e d | } \repeat volta 2 { % bar 65 d''16 a' d''8 fis'' | fis4 e8\rest | d4 s8 | % bar 71 g''16 b'' d''' b'' g''8 | 4 8 | s4. | % bar 48 e''8 c''16 e'' g'' c''' | 4 8 | s4. | % bar 029 b'16 d'' g'' d'' b'8 | g4 g,8 | s4. | % bar 43 g''8 f''16 e'' d'' c'' | 4 e8\rest | s4. | % bar 168 g''8 f''16 e'' d'' c'' | 4 8 | s4. | % bar 143 g''8 d''16 b' g'8 | 4 8 | s4. | % bar 170 c''4 r8 | c8 g, c, | s4. | } } \score { \new PianoStaff << \new Staff { \global << \voiceA >> } \new Staff { \global \clef bass << \voiceB \\ \voiceC >> } >> \layout { } \header { piece = "((104 87 141 61 161 86 36 91) (65 71 48 29 43 168 143 170))" } } \score { \unfoldRepeats { \new PianoStaff << \new Staff { \global << \voiceA >> } \new Staff { \global \clef bass << \voiceB \\ \voiceC >> } >> } \midi { } }