Example #1
0
 def __str__(self):
     return "".join([
         '\N{UPWARDS ARROW}' if self.is_up else '\N{DOWNWARDS ARROW}',
         fancify_note_name(self.value)
     ])
Example #2
0
 def name(self):
     return fancify_note_name(self.value.to_shorthand())