Documentation ¶
Overview ¶
Package bww contains the definition for a bww file structure and a converter to convert the file structure tune into a music model tune.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
func NewConverter ¶
func NewConverter( mapper interfaces.SymbolMapper, merger interfaces.SymbolMerger, ) *Converter
type MeasureText ¶
type MeasureText interface { filestructure.InlineText | filestructure.InlineComment | filestructure.StaffInline | filestructure.StaffComment }
Click to show internal directories.
Click to hide internal directories.