예제 #1
0
 def setUp(self):
     self.item = Note.Note()
     self.item.pitch = Note.Pitch()
     self.item.notehead = Note.Notehead(type="diamond")
     Lily.setUp(self)
     self.compile = True
     self.wrappers = ["\\new Staff{", "}"]
     self.lilystring = "c'\\harmonic"
     self.name = "notehead"
예제 #2
0
 def setUp(self):
     self.item = Note.Notehead(type="x")
     self.lilystring = ["\\xNote", ""]
예제 #3
0
 def setUp(self):
     self.item = Note.Notehead(type="diamond")
     self.lilystring = ["\\harmonic"]
예제 #4
0
 def setUp(self):
     self.item = Note.Notehead(type="circle-x")
     self.lilystring = ["\n\\tweak #'style #'xcircle\n", ""]
예제 #5
0
 def setUp(self):
     self.item = Note.Notehead()
     self.lilystring = ["\n", ""]