Ejemplo n.º 1
0
 def __init__(self, context_name=None):
     AttributedBlock.__init__(self)
     self._accepts = []
     self._engraver_consists = []
     self._engraver_removals = []
     self._escaped_name = r'\context'
     self.alias = None
     self.context_name = context_name
     self.name = None
     self.type = None
Ejemplo n.º 2
0
 def __init__(self):
     AttributedBlock.__init__(self)
     self._escaped_name = r'\layout'
     self._context_blocks = []
     self._contexts = []
Ejemplo n.º 3
0
 def __init__(self):
     AttributedBlock.__init__(self)
     self._escaped_name = r'\header'
Ejemplo n.º 4
0
 def __init__(self):
     AttributedBlock.__init__(self)
     self._escaped_name = r'\paper'
     self.minimal_page_breaking = None
Ejemplo n.º 5
0
 def __init__(self):
     AttributedBlock.__init__(self)
     self._escaped_name = r"\midi"
     self.is_formatted_when_empty = True