\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 32 g'8 c'' e'' | 4 e8\rest | s4. | % bar 84 c''16 g' e'' c'' g'' e'' | 4 e8\rest | s4. | % bar 141 d''16 e'' f'' d'' c'' b' | 4 g,8 | s4. | % bar 167 c''8 c''16 d'' e''8 | 4 e8\rest | s4. | % bar 153 d''16 a' fis'' d'' a'' fis'' | c4 e8\rest | s4. | % bar 35 a'8 d'' fis'' | 4 8 | s4. | % bar 110 16( ) ( ) ( ) | c8 d d, | s4. | % bar 123 4 r8 | g,8 b16 g fis e | g,8 g16 f! e d | } \repeat volta 2 { % bar 109 d''16 f'' d'' f'' b' d'' | 4 8 | s4. | % bar 176 a''16 g'' b'' g'' d'' g'' | 4 8 | s4. | % bar 140 a'8 a'16 d'' fis''8 | 8 | s4. | % bar 125 g''16 e'' d'' b' g'8 | g8 g, e8\rest | s4. | % bar 174 g'8 c'' e'' | 16 g g g | s4. | % bar 115 c''16 g' e'' c'' g'' e'' | 4 e8\rest | s4. | % bar 72 f''16 e'' d'' c'' b' d'' | f4 g8 | s4. | % bar 93 c''4 r8 | c8 g, c, | s4. | } } \score { \new PianoStaff << \new Staff { \global << \voiceA >> } \new Staff { \global \clef bass << \voiceB \\ \voiceC >> } >> \layout { } \header { piece = "((32 84 141 167 153 35 110 123) (109 176 140 125 174 115 72 93))" } } \score { \unfoldRepeats { \new PianoStaff << \new Staff { \global << \voiceA >> } \new Staff { \global \clef bass << \voiceB \\ \voiceC >> } >> } \midi { } }