New in version 2.0.
Abjad model of LilyPond input file header block:
abjad> header_block = lilypondfiletools.HeaderBlock()
abjad> header_block
HeaderBlock()
abjad> header_block.composer = markuptools.Markup('Josquin')
abjad> header_block.title = markuptools.Markup('Missa sexti tonus')
abjad> f(header_block)
\header {
composer = \markup { Josquin }
title = \markup { Missa sexti tonus }
}
Return header block.
Note
Inherited from lilypondfiletools._AttributedBlock
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from __builtin__.object
Note
Inherited from lilypondfiletools._AttributedBlock
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from __builtin__.object