#!/usr/bin/env python import random print "{" print "c'4" for i in range(199): print random.choice(["c'", "d'", "e'", "f'", "g'", "a'", "b'", "c''", "d''", "e''", "f''", "g''" ]), print " \\bar \"|.\" }"