packages feed

fadno-xml 1.1.1 → 1.1.2

raw patch · 3 files changed

+15/−11 lines, 3 filesdep ~Decimaldep ~basedep ~containersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: Decimal, base, containers, lens, mtl, parsec, xml

API changes (from Hackage documentation)

- Fadno.Xml.EmitXml: instance Fadno.Xml.EmitXml.EmitXml a => Fadno.Xml.EmitXml.EmitXml (GHC.Base.Maybe a)
+ Fadno.Xml.EmitTypes: instance GHC.Base.Semigroup Fadno.Xml.EmitTypes.EmitState
+ Fadno.Xml.EmitXml: instance Fadno.Xml.EmitXml.EmitXml a => Fadno.Xml.EmitXml.EmitXml (GHC.Maybe.Maybe a)
+ Fadno.Xml.ParseXsd: instance GHC.Base.Semigroup Fadno.Xml.ParseXsd.Schema
- Fadno.MusicXml.MusicXml20: Accidental :: AccidentalValue -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe SymbolSize) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Accidental
+ Fadno.MusicXml.MusicXml20: Accidental :: AccidentalValue -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe SymbolSize -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Accidental
- Fadno.MusicXml.MusicXml20: AccidentalMark :: AccidentalValue -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> AccidentalMark
+ Fadno.MusicXml.MusicXml20: AccidentalMark :: AccidentalValue -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> AccidentalMark
- Fadno.MusicXml.MusicXml20: AccidentalText :: AccidentalValue -> (Maybe Lang) -> (Maybe Enclosure) -> (Maybe LeftCenterRight) -> (Maybe LeftCenterRight) -> (Maybe Valign) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe RotationDegrees) -> (Maybe NumberOrNormal) -> (Maybe NumberOrNormal) -> (Maybe TextDirection) -> AccidentalText
+ Fadno.MusicXml.MusicXml20: AccidentalText :: AccidentalValue -> Maybe Lang -> Maybe Enclosure -> Maybe LeftCenterRight -> Maybe LeftCenterRight -> Maybe Valign -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe RotationDegrees -> Maybe NumberOrNormal -> Maybe NumberOrNormal -> Maybe TextDirection -> AccidentalText
- Fadno.MusicXml.MusicXml20: Accord :: (Maybe StringNumber) -> Tuning -> Accord
+ Fadno.MusicXml.MusicXml20: Accord :: Maybe StringNumber -> Tuning -> Accord
- Fadno.MusicXml.MusicXml20: AccordionRegistration :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe Empty) -> (Maybe AccordionMiddle) -> (Maybe Empty) -> AccordionRegistration
+ Fadno.MusicXml.MusicXml20: AccordionRegistration :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe Empty -> Maybe AccordionMiddle -> Maybe Empty -> AccordionRegistration
- Fadno.MusicXml.MusicXml20: Arpeggiate :: (Maybe NumberLevel) -> (Maybe UpDown) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe Color) -> Arpeggiate
+ Fadno.MusicXml.MusicXml20: Arpeggiate :: Maybe NumberLevel -> Maybe UpDown -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe Color -> Arpeggiate
- Fadno.MusicXml.MusicXml20: Attributes :: Editorial -> (Maybe PositiveDivisions) -> [Key] -> [Time] -> (Maybe NonNegativeInteger) -> (Maybe PartSymbol) -> (Maybe NonNegativeInteger) -> [Clef] -> [StaffDetails] -> (Maybe Transpose) -> [Directive] -> [MeasureStyle] -> Attributes
+ Fadno.MusicXml.MusicXml20: Attributes :: Editorial -> Maybe PositiveDivisions -> [Key] -> [Time] -> Maybe NonNegativeInteger -> Maybe PartSymbol -> Maybe NonNegativeInteger -> [Clef] -> [StaffDetails] -> Maybe Transpose -> [Directive] -> [MeasureStyle] -> Attributes
- Fadno.MusicXml.MusicXml20: BarStyleColor :: BarStyle -> (Maybe Color) -> BarStyleColor
+ Fadno.MusicXml.MusicXml20: BarStyleColor :: BarStyle -> Maybe Color -> BarStyleColor
- Fadno.MusicXml.MusicXml20: Barline :: (Maybe RightLeftMiddle) -> (Maybe Token) -> (Maybe Token) -> (Maybe Divisions) -> (Maybe BarStyleColor) -> Editorial -> (Maybe WavyLine) -> (Maybe EmptyPrintStyle) -> (Maybe EmptyPrintStyle) -> [Fermata] -> (Maybe Ending) -> (Maybe Repeat) -> Barline
+ Fadno.MusicXml.MusicXml20: Barline :: Maybe RightLeftMiddle -> Maybe Token -> Maybe Token -> Maybe Divisions -> Maybe BarStyleColor -> Editorial -> Maybe WavyLine -> Maybe EmptyPrintStyle -> Maybe EmptyPrintStyle -> [Fermata] -> Maybe Ending -> Maybe Repeat -> Barline
- Fadno.MusicXml.MusicXml20: Barre :: StartStop -> (Maybe Color) -> Barre
+ Fadno.MusicXml.MusicXml20: Barre :: StartStop -> Maybe Color -> Barre
- Fadno.MusicXml.MusicXml20: Bass :: BassStep -> (Maybe BassAlter) -> Bass
+ Fadno.MusicXml.MusicXml20: Bass :: BassStep -> Maybe BassAlter -> Bass
- Fadno.MusicXml.MusicXml20: BassAlter :: Semitones -> (Maybe LeftRight) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> BassAlter
+ Fadno.MusicXml.MusicXml20: BassAlter :: Semitones -> Maybe LeftRight -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> BassAlter
- Fadno.MusicXml.MusicXml20: BassStep :: Step -> (Maybe Token) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> BassStep
+ Fadno.MusicXml.MusicXml20: BassStep :: Step -> Maybe Token -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> BassStep
- Fadno.MusicXml.MusicXml20: Beam :: BeamValue -> (Maybe BeamLevel) -> (Maybe YesNo) -> (Maybe Fan) -> (Maybe Color) -> Beam
+ Fadno.MusicXml.MusicXml20: Beam :: BeamValue -> Maybe BeamLevel -> Maybe YesNo -> Maybe Fan -> Maybe Color -> Beam
- Fadno.MusicXml.MusicXml20: BeatRepeat :: StartStop -> (Maybe PositiveInteger) -> (Maybe YesNo) -> (Maybe Slash) -> BeatRepeat
+ Fadno.MusicXml.MusicXml20: BeatRepeat :: StartStop -> Maybe PositiveInteger -> Maybe YesNo -> Maybe Slash -> BeatRepeat
- Fadno.MusicXml.MusicXml20: Bend :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> (Maybe TrillBeats) -> (Maybe Percent) -> (Maybe Percent) -> Semitones -> (Maybe ChxBend) -> (Maybe PlacementText) -> Bend
+ Fadno.MusicXml.MusicXml20: Bend :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> Maybe TrillBeats -> Maybe Percent -> Maybe Percent -> Semitones -> Maybe ChxBend -> Maybe PlacementText -> Bend
- Fadno.MusicXml.MusicXml20: Bookmark :: ID -> (Maybe Token) -> (Maybe NMTOKEN) -> (Maybe PositiveInteger) -> Bookmark
+ Fadno.MusicXml.MusicXml20: Bookmark :: ID -> Maybe Token -> Maybe NMTOKEN -> Maybe PositiveInteger -> Bookmark
- Fadno.MusicXml.MusicXml20: Bracket :: StartStop -> (Maybe NumberLevel) -> LineEnd -> (Maybe Tenths) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Bracket
+ Fadno.MusicXml.MusicXml20: Bracket :: StartStop -> Maybe NumberLevel -> LineEnd -> Maybe Tenths -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Bracket
- Fadno.MusicXml.MusicXml20: Cancel :: Fifths -> (Maybe LeftRight) -> Cancel
+ Fadno.MusicXml.MusicXml20: Cancel :: Fifths -> Maybe LeftRight -> Cancel
- Fadno.MusicXml.MusicXml20: Clef :: (Maybe StaffNumber) -> (Maybe YesNo) -> (Maybe SymbolSize) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> ClefSign -> (Maybe StaffLine) -> (Maybe Int) -> Clef
+ Fadno.MusicXml.MusicXml20: Clef :: Maybe StaffNumber -> Maybe YesNo -> Maybe SymbolSize -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> ClefSign -> Maybe StaffLine -> Maybe Int -> Clef
- Fadno.MusicXml.MusicXml20: CmpMeasure :: Token -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Tenths) -> [Part] -> CmpMeasure
+ Fadno.MusicXml.MusicXml20: CmpMeasure :: Token -> Maybe YesNo -> Maybe YesNo -> Maybe Tenths -> [Part] -> CmpMeasure
- Fadno.MusicXml.MusicXml20: CmpScorePart :: ID -> (Maybe Identification) -> PartName -> (Maybe NameDisplay) -> (Maybe PartName) -> (Maybe NameDisplay) -> [String] -> [ScoreInstrument] -> (Maybe MidiDevice) -> [MidiInstrument] -> CmpScorePart
+ Fadno.MusicXml.MusicXml20: CmpScorePart :: ID -> Maybe Identification -> PartName -> Maybe NameDisplay -> Maybe PartName -> Maybe NameDisplay -> [String] -> [ScoreInstrument] -> Maybe MidiDevice -> [MidiInstrument] -> CmpScorePart
- Fadno.MusicXml.MusicXml20: CmpSlash :: StartStop -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Slash) -> CmpSlash
+ Fadno.MusicXml.MusicXml20: CmpSlash :: StartStop -> Maybe YesNo -> Maybe YesNo -> Maybe Slash -> CmpSlash
- Fadno.MusicXml.MusicXml20: CmpString :: StringNumber -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> CmpString
+ Fadno.MusicXml.MusicXml20: CmpString :: StringNumber -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> CmpString
- Fadno.MusicXml.MusicXml20: Credit :: (Maybe PositiveInteger) -> [Link] -> [Bookmark] -> ChxCredit -> Credit
+ Fadno.MusicXml.MusicXml20: Credit :: Maybe PositiveInteger -> [Link] -> [Bookmark] -> ChxCredit -> Credit
- Fadno.MusicXml.MusicXml20: Dashes :: StartStop -> (Maybe NumberLevel) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Dashes
+ Fadno.MusicXml.MusicXml20: Dashes :: StartStop -> Maybe NumberLevel -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Dashes
- Fadno.MusicXml.MusicXml20: Defaults :: (Maybe Scaling) -> Layout -> (Maybe Appearance) -> (Maybe EmptyFont) -> (Maybe EmptyFont) -> [LyricFont] -> [LyricLanguage] -> Defaults
+ Fadno.MusicXml.MusicXml20: Defaults :: Maybe Scaling -> Layout -> Maybe Appearance -> Maybe EmptyFont -> Maybe EmptyFont -> [LyricFont] -> [LyricLanguage] -> Defaults
- Fadno.MusicXml.MusicXml20: Degree :: (Maybe YesNo) -> DegreeValue -> DegreeAlter -> DegreeType -> Degree
+ Fadno.MusicXml.MusicXml20: Degree :: Maybe YesNo -> DegreeValue -> DegreeAlter -> DegreeType -> Degree
- Fadno.MusicXml.MusicXml20: DegreeAlter :: Semitones -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> DegreeAlter
+ Fadno.MusicXml.MusicXml20: DegreeAlter :: Semitones -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> DegreeAlter
- Fadno.MusicXml.MusicXml20: DegreeType :: DegreeTypeValue -> (Maybe Token) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> DegreeType
+ Fadno.MusicXml.MusicXml20: DegreeType :: DegreeTypeValue -> Maybe Token -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> DegreeType
- Fadno.MusicXml.MusicXml20: DegreeValue :: PositiveInteger -> (Maybe Token) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> DegreeValue
+ Fadno.MusicXml.MusicXml20: DegreeValue :: PositiveInteger -> Maybe Token -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> DegreeValue
- Fadno.MusicXml.MusicXml20: Direction :: (Maybe AboveBelow) -> (Maybe YesNo) -> [DirectionType] -> (Maybe Offset) -> EditorialVoiceDirection -> (Maybe Staff) -> (Maybe Sound) -> Direction
+ Fadno.MusicXml.MusicXml20: Direction :: Maybe AboveBelow -> Maybe YesNo -> [DirectionType] -> Maybe Offset -> EditorialVoiceDirection -> Maybe Staff -> Maybe Sound -> Direction
- Fadno.MusicXml.MusicXml20: Directive :: String -> (Maybe Lang) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Directive
+ Fadno.MusicXml.MusicXml20: Directive :: String -> Maybe Lang -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Directive
- Fadno.MusicXml.MusicXml20: DisplayStepOctave :: (Maybe SeqDisplayStepOctave) -> DisplayStepOctave
+ Fadno.MusicXml.MusicXml20: DisplayStepOctave :: Maybe SeqDisplayStepOctave -> DisplayStepOctave
- Fadno.MusicXml.MusicXml20: Dynamics :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> [ChxDynamics] -> Dynamics
+ Fadno.MusicXml.MusicXml20: Dynamics :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> [ChxDynamics] -> Dynamics
- Fadno.MusicXml.MusicXml20: Editorial :: (Maybe Footnote) -> (Maybe GrpLevel) -> Editorial
+ Fadno.MusicXml.MusicXml20: Editorial :: Maybe Footnote -> Maybe GrpLevel -> Editorial
- Fadno.MusicXml.MusicXml20: EditorialVoice :: (Maybe Footnote) -> (Maybe GrpLevel) -> (Maybe Voice) -> EditorialVoice
+ Fadno.MusicXml.MusicXml20: EditorialVoice :: Maybe Footnote -> Maybe GrpLevel -> Maybe Voice -> EditorialVoice
- Fadno.MusicXml.MusicXml20: EditorialVoiceDirection :: (Maybe Footnote) -> (Maybe GrpLevel) -> (Maybe Voice) -> EditorialVoiceDirection
+ Fadno.MusicXml.MusicXml20: EditorialVoiceDirection :: Maybe Footnote -> Maybe GrpLevel -> Maybe Voice -> EditorialVoiceDirection
- Fadno.MusicXml.MusicXml20: Elision :: String -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Elision
+ Fadno.MusicXml.MusicXml20: Elision :: String -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Elision
- Fadno.MusicXml.MusicXml20: EmptyFont :: (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> EmptyFont
+ Fadno.MusicXml.MusicXml20: EmptyFont :: Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> EmptyFont
- Fadno.MusicXml.MusicXml20: EmptyLine :: (Maybe LineShape) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> EmptyLine
+ Fadno.MusicXml.MusicXml20: EmptyLine :: Maybe LineShape -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> EmptyLine
- Fadno.MusicXml.MusicXml20: EmptyPlacement :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> EmptyPlacement
+ Fadno.MusicXml.MusicXml20: EmptyPlacement :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> EmptyPlacement
- Fadno.MusicXml.MusicXml20: EmptyPrintStyle :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> EmptyPrintStyle
+ Fadno.MusicXml.MusicXml20: EmptyPrintStyle :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> EmptyPrintStyle
- Fadno.MusicXml.MusicXml20: EmptyTrillSound :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> (Maybe StartNote) -> (Maybe TrillStep) -> (Maybe TwoNoteTurn) -> (Maybe YesNo) -> (Maybe TrillBeats) -> (Maybe Percent) -> (Maybe Percent) -> EmptyTrillSound
+ Fadno.MusicXml.MusicXml20: EmptyTrillSound :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> Maybe StartNote -> Maybe TrillStep -> Maybe TwoNoteTurn -> Maybe YesNo -> Maybe TrillBeats -> Maybe Percent -> Maybe Percent -> EmptyTrillSound
- Fadno.MusicXml.MusicXml20: Ending :: String -> EndingNumber -> StartStopDiscontinue -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Ending
+ Fadno.MusicXml.MusicXml20: Ending :: String -> EndingNumber -> StartStopDiscontinue -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Ending
- Fadno.MusicXml.MusicXml20: Extend :: (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Extend
+ Fadno.MusicXml.MusicXml20: Extend :: Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Extend
- Fadno.MusicXml.MusicXml20: Feature :: String -> (Maybe Token) -> Feature
+ Fadno.MusicXml.MusicXml20: Feature :: String -> Maybe Token -> Feature
- Fadno.MusicXml.MusicXml20: Fermata :: FermataShape -> (Maybe UprightInverted) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Fermata
+ Fadno.MusicXml.MusicXml20: Fermata :: FermataShape -> Maybe UprightInverted -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Fermata
- Fadno.MusicXml.MusicXml20: Figure :: (Maybe StyleText) -> (Maybe StyleText) -> (Maybe StyleText) -> (Maybe Extend) -> Figure
+ Fadno.MusicXml.MusicXml20: Figure :: Maybe StyleText -> Maybe StyleText -> Maybe StyleText -> Maybe Extend -> Figure
- Fadno.MusicXml.MusicXml20: FiguredBass :: (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> [Figure] -> (Maybe Duration) -> Editorial -> FiguredBass
+ Fadno.MusicXml.MusicXml20: FiguredBass :: Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> [Figure] -> Maybe Duration -> Editorial -> FiguredBass
- Fadno.MusicXml.MusicXml20: Fingering :: String -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> Fingering
+ Fadno.MusicXml.MusicXml20: Fingering :: String -> Maybe YesNo -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> Fingering
- Fadno.MusicXml.MusicXml20: FirstFret :: PositiveInteger -> (Maybe Token) -> (Maybe LeftRight) -> FirstFret
+ Fadno.MusicXml.MusicXml20: FirstFret :: PositiveInteger -> Maybe Token -> Maybe LeftRight -> FirstFret
- Fadno.MusicXml.MusicXml20: FormattedText :: String -> (Maybe Lang) -> (Maybe Enclosure) -> (Maybe LeftCenterRight) -> (Maybe LeftCenterRight) -> (Maybe Valign) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe RotationDegrees) -> (Maybe NumberOrNormal) -> (Maybe NumberOrNormal) -> (Maybe TextDirection) -> FormattedText
+ Fadno.MusicXml.MusicXml20: FormattedText :: String -> Maybe Lang -> Maybe Enclosure -> Maybe LeftCenterRight -> Maybe LeftCenterRight -> Maybe Valign -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe RotationDegrees -> Maybe NumberOrNormal -> Maybe NumberOrNormal -> Maybe TextDirection -> FormattedText
- Fadno.MusicXml.MusicXml20: Forward :: Duration -> EditorialVoice -> (Maybe Staff) -> Forward
+ Fadno.MusicXml.MusicXml20: Forward :: Duration -> EditorialVoice -> Maybe Staff -> Forward
- Fadno.MusicXml.MusicXml20: Frame :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> (Maybe LeftCenterRight) -> (Maybe Valign) -> PositiveInteger -> PositiveInteger -> (Maybe FirstFret) -> [FrameNote] -> Frame
+ Fadno.MusicXml.MusicXml20: Frame :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Maybe LeftCenterRight -> Maybe Valign -> PositiveInteger -> PositiveInteger -> Maybe FirstFret -> [FrameNote] -> Frame
- Fadno.MusicXml.MusicXml20: FrameNote :: CmpString -> Fret -> (Maybe Fingering) -> (Maybe Barre) -> FrameNote
+ Fadno.MusicXml.MusicXml20: FrameNote :: CmpString -> Fret -> Maybe Fingering -> Maybe Barre -> FrameNote
- Fadno.MusicXml.MusicXml20: Fret :: NonNegativeInteger -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Fret
+ Fadno.MusicXml.MusicXml20: Fret :: NonNegativeInteger -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Fret
- Fadno.MusicXml.MusicXml20: Glissando :: String -> StartStop -> (Maybe NumberLevel) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Glissando
+ Fadno.MusicXml.MusicXml20: Glissando :: String -> StartStop -> Maybe NumberLevel -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Glissando
- Fadno.MusicXml.MusicXml20: Grace :: (Maybe Percent) -> (Maybe Percent) -> (Maybe Divisions) -> (Maybe YesNo) -> Grace
+ Fadno.MusicXml.MusicXml20: Grace :: Maybe Percent -> Maybe Percent -> Maybe Divisions -> Maybe YesNo -> Grace
- Fadno.MusicXml.MusicXml20: GroupBarline :: GroupBarlineValue -> (Maybe Color) -> GroupBarline
+ Fadno.MusicXml.MusicXml20: GroupBarline :: GroupBarlineValue -> Maybe Color -> GroupBarline
- Fadno.MusicXml.MusicXml20: GroupName :: String -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe LeftCenterRight) -> GroupName
+ Fadno.MusicXml.MusicXml20: GroupName :: String -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe LeftCenterRight -> GroupName
- Fadno.MusicXml.MusicXml20: GroupSymbol :: GroupSymbolValue -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> GroupSymbol
+ Fadno.MusicXml.MusicXml20: GroupSymbol :: GroupSymbolValue -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> GroupSymbol
- Fadno.MusicXml.MusicXml20: Grouping :: StartStopSingle -> (Maybe Token) -> (Maybe Token) -> [Feature] -> Grouping
+ Fadno.MusicXml.MusicXml20: Grouping :: StartStopSingle -> Maybe Token -> Maybe Token -> [Feature] -> Grouping
- Fadno.MusicXml.MusicXml20: GrpFullNote :: (Maybe Empty) -> FullNote -> GrpFullNote
+ Fadno.MusicXml.MusicXml20: GrpFullNote :: Maybe Empty -> FullNote -> GrpFullNote
- Fadno.MusicXml.MusicXml20: HammerOnPullOff :: String -> StartStop -> (Maybe NumberLevel) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> HammerOnPullOff
+ Fadno.MusicXml.MusicXml20: HammerOnPullOff :: String -> StartStop -> Maybe NumberLevel -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> HammerOnPullOff
- Fadno.MusicXml.MusicXml20: Harmonic :: (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> (Maybe ChxHarmonic) -> (Maybe ChxHarmonic1) -> Harmonic
+ Fadno.MusicXml.MusicXml20: Harmonic :: Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> Maybe ChxHarmonic -> Maybe ChxHarmonic1 -> Harmonic
- Fadno.MusicXml.MusicXml20: Harmony :: (Maybe HarmonyType) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> [HarmonyChord] -> (Maybe Frame) -> (Maybe Offset) -> Editorial -> (Maybe Staff) -> Harmony
+ Fadno.MusicXml.MusicXml20: Harmony :: Maybe HarmonyType -> Maybe YesNo -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> [HarmonyChord] -> Maybe Frame -> Maybe Offset -> Editorial -> Maybe Staff -> Harmony
- Fadno.MusicXml.MusicXml20: HarmonyChord :: ChxHarmonyChord -> Kind -> (Maybe Inversion) -> (Maybe Bass) -> [Degree] -> HarmonyChord
+ Fadno.MusicXml.MusicXml20: HarmonyChord :: ChxHarmonyChord -> Kind -> Maybe Inversion -> Maybe Bass -> [Degree] -> HarmonyChord
- Fadno.MusicXml.MusicXml20: HarpPedals :: (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> [PedalTuning] -> HarpPedals
+ Fadno.MusicXml.MusicXml20: HarpPedals :: Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> [PedalTuning] -> HarpPedals
- Fadno.MusicXml.MusicXml20: HeelToe :: HeelToe -> (Maybe YesNo) -> HeelToe
+ Fadno.MusicXml.MusicXml20: HeelToe :: HeelToe -> Maybe YesNo -> HeelToe
- Fadno.MusicXml.MusicXml20: Identification :: [TypedText] -> [TypedText] -> (Maybe Encoding) -> (Maybe String) -> [TypedText] -> (Maybe Miscellaneous) -> Identification
+ Fadno.MusicXml.MusicXml20: Identification :: [TypedText] -> [TypedText] -> Maybe Encoding -> Maybe String -> [TypedText] -> Maybe Miscellaneous -> Identification
- Fadno.MusicXml.MusicXml20: Image :: String -> Token -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe LeftCenterRight) -> (Maybe ValignImage) -> Image
+ Fadno.MusicXml.MusicXml20: Image :: String -> Token -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe LeftCenterRight -> Maybe ValignImage -> Image
- Fadno.MusicXml.MusicXml20: Inversion :: NonNegativeInteger -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Inversion
+ Fadno.MusicXml.MusicXml20: Inversion :: NonNegativeInteger -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Inversion
- Fadno.MusicXml.MusicXml20: Key :: (Maybe StaffNumber) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> ChxKey -> [KeyOctave] -> Key
+ Fadno.MusicXml.MusicXml20: Key :: Maybe StaffNumber -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> ChxKey -> [KeyOctave] -> Key
- Fadno.MusicXml.MusicXml20: KeyOctave :: Octave -> PositiveInteger -> (Maybe YesNo) -> KeyOctave
+ Fadno.MusicXml.MusicXml20: KeyOctave :: Octave -> PositiveInteger -> Maybe YesNo -> KeyOctave
- Fadno.MusicXml.MusicXml20: Kind :: KindValue -> (Maybe YesNo) -> (Maybe Token) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe LeftCenterRight) -> (Maybe Valign) -> Kind
+ Fadno.MusicXml.MusicXml20: Kind :: KindValue -> Maybe YesNo -> Maybe Token -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe LeftCenterRight -> Maybe Valign -> Kind
- Fadno.MusicXml.MusicXml20: Layout :: (Maybe PageLayout) -> (Maybe SystemLayout) -> [StaffLayout] -> Layout
+ Fadno.MusicXml.MusicXml20: Layout :: Maybe PageLayout -> Maybe SystemLayout -> [StaffLayout] -> Layout
- Fadno.MusicXml.MusicXml20: Level :: String -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe SymbolSize) -> Level
+ Fadno.MusicXml.MusicXml20: Level :: String -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe SymbolSize -> Level
- Fadno.MusicXml.MusicXml20: Link :: (Maybe Token) -> String -> (Maybe Type) -> (Maybe Token) -> (Maybe Token) -> (Maybe SmpShow) -> (Maybe Actuate) -> (Maybe NMTOKEN) -> (Maybe PositiveInteger) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> Link
+ Fadno.MusicXml.MusicXml20: Link :: Maybe Token -> String -> Maybe Type -> Maybe Token -> Maybe Token -> Maybe SmpShow -> Maybe Actuate -> Maybe NMTOKEN -> Maybe PositiveInteger -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Link
- Fadno.MusicXml.MusicXml20: Lyric :: (Maybe NMTOKEN) -> (Maybe Token) -> (Maybe LeftCenterRight) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe Color) -> ChxLyric -> (Maybe Empty) -> (Maybe Empty) -> Editorial -> Lyric
+ Fadno.MusicXml.MusicXml20: Lyric :: Maybe NMTOKEN -> Maybe Token -> Maybe LeftCenterRight -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe Color -> ChxLyric -> Maybe Empty -> Maybe Empty -> Editorial -> Lyric
- Fadno.MusicXml.MusicXml20: LyricFont :: (Maybe NMTOKEN) -> (Maybe Token) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> LyricFont
+ Fadno.MusicXml.MusicXml20: LyricFont :: Maybe NMTOKEN -> Maybe Token -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> LyricFont
- Fadno.MusicXml.MusicXml20: LyricLanguage :: (Maybe NMTOKEN) -> (Maybe Token) -> Lang -> LyricLanguage
+ Fadno.MusicXml.MusicXml20: LyricLanguage :: Maybe NMTOKEN -> Maybe Token -> Lang -> LyricLanguage
- Fadno.MusicXml.MusicXml20: LyricSyllabic :: (Maybe Syllabic) -> TextElementData -> [SeqLyric] -> (Maybe Extend) -> ChxLyric
+ Fadno.MusicXml.MusicXml20: LyricSyllabic :: Maybe Syllabic -> TextElementData -> [SeqLyric] -> Maybe Extend -> ChxLyric
- Fadno.MusicXml.MusicXml20: Measure :: Token -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe Tenths) -> MusicData -> Measure
+ Fadno.MusicXml.MusicXml20: Measure :: Token -> Maybe YesNo -> Maybe YesNo -> Maybe Tenths -> MusicData -> Measure
- Fadno.MusicXml.MusicXml20: MeasureLayout :: (Maybe Tenths) -> MeasureLayout
+ Fadno.MusicXml.MusicXml20: MeasureLayout :: Maybe Tenths -> MeasureLayout
- Fadno.MusicXml.MusicXml20: MeasureNumbering :: MeasureNumberingValue -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> MeasureNumbering
+ Fadno.MusicXml.MusicXml20: MeasureNumbering :: MeasureNumberingValue -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> MeasureNumbering
- Fadno.MusicXml.MusicXml20: MeasureRepeat :: PositiveIntegerOrEmpty -> StartStop -> (Maybe PositiveInteger) -> MeasureRepeat
+ Fadno.MusicXml.MusicXml20: MeasureRepeat :: PositiveIntegerOrEmpty -> StartStop -> Maybe PositiveInteger -> MeasureRepeat
- Fadno.MusicXml.MusicXml20: MeasureStyle :: (Maybe StaffNumber) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> ChxMeasureStyle -> MeasureStyle
+ Fadno.MusicXml.MusicXml20: MeasureStyle :: Maybe StaffNumber -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> ChxMeasureStyle -> MeasureStyle
- Fadno.MusicXml.MusicXml20: Metronome :: (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> ChxMetronome -> Metronome
+ Fadno.MusicXml.MusicXml20: Metronome :: Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> ChxMetronome -> Metronome
- Fadno.MusicXml.MusicXml20: MetronomeBeam :: BeamValue -> (Maybe BeamLevel) -> MetronomeBeam
+ Fadno.MusicXml.MusicXml20: MetronomeBeam :: BeamValue -> Maybe BeamLevel -> MetronomeBeam
- Fadno.MusicXml.MusicXml20: MetronomeMetronomeNote :: [MetronomeNote] -> (Maybe SeqMetronome) -> ChxMetronome
+ Fadno.MusicXml.MusicXml20: MetronomeMetronomeNote :: [MetronomeNote] -> Maybe SeqMetronome -> ChxMetronome
- Fadno.MusicXml.MusicXml20: MetronomeNote :: NoteTypeValue -> [Empty] -> [MetronomeBeam] -> (Maybe MetronomeTuplet) -> MetronomeNote
+ Fadno.MusicXml.MusicXml20: MetronomeNote :: NoteTypeValue -> [Empty] -> [MetronomeBeam] -> Maybe MetronomeTuplet -> MetronomeNote
- Fadno.MusicXml.MusicXml20: MetronomeTuplet :: MetronomeTuplet -> StartStop -> (Maybe YesNo) -> (Maybe ShowTuplet) -> MetronomeTuplet
+ Fadno.MusicXml.MusicXml20: MetronomeTuplet :: MetronomeTuplet -> StartStop -> Maybe YesNo -> Maybe ShowTuplet -> MetronomeTuplet
- Fadno.MusicXml.MusicXml20: MidiDevice :: String -> (Maybe Midi16) -> MidiDevice
+ Fadno.MusicXml.MusicXml20: MidiDevice :: String -> Maybe Midi16 -> MidiDevice
- Fadno.MusicXml.MusicXml20: MidiInstrument :: IDREF -> (Maybe Midi16) -> (Maybe String) -> (Maybe Midi16384) -> (Maybe Midi128) -> (Maybe Midi128) -> (Maybe Percent) -> (Maybe RotationDegrees) -> (Maybe RotationDegrees) -> MidiInstrument
+ Fadno.MusicXml.MusicXml20: MidiInstrument :: IDREF -> Maybe Midi16 -> Maybe String -> Maybe Midi16384 -> Maybe Midi128 -> Maybe Midi128 -> Maybe Percent -> Maybe RotationDegrees -> Maybe RotationDegrees -> MidiInstrument
- Fadno.MusicXml.MusicXml20: Mordent :: Mordent -> (Maybe YesNo) -> Mordent
+ Fadno.MusicXml.MusicXml20: Mordent :: Mordent -> Maybe YesNo -> Mordent
- Fadno.MusicXml.MusicXml20: MultipleRest :: PositiveIntegerOrEmpty -> (Maybe YesNo) -> MultipleRest
+ Fadno.MusicXml.MusicXml20: MultipleRest :: PositiveIntegerOrEmpty -> Maybe YesNo -> MultipleRest
- Fadno.MusicXml.MusicXml20: NameDisplay :: (Maybe YesNo) -> [ChxNameDisplay] -> NameDisplay
+ Fadno.MusicXml.MusicXml20: NameDisplay :: Maybe YesNo -> [ChxNameDisplay] -> NameDisplay
- Fadno.MusicXml.MusicXml20: NonArpeggiate :: TopBottom -> (Maybe NumberLevel) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe Color) -> NonArpeggiate
+ Fadno.MusicXml.MusicXml20: NonArpeggiate :: TopBottom -> Maybe NumberLevel -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe Color -> NonArpeggiate
- Fadno.MusicXml.MusicXml20: Note :: (Maybe NonNegativeDecimal) -> (Maybe NonNegativeDecimal) -> (Maybe Divisions) -> (Maybe Divisions) -> (Maybe Token) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe YesNo) -> ChxNote -> (Maybe Instrument) -> EditorialVoice -> (Maybe NoteType) -> [EmptyPlacement] -> (Maybe Accidental) -> (Maybe TimeModification) -> (Maybe Stem) -> (Maybe Notehead) -> (Maybe Staff) -> [Beam] -> [Notations] -> [Lyric] -> Note
+ Fadno.MusicXml.MusicXml20: Note :: Maybe NonNegativeDecimal -> Maybe NonNegativeDecimal -> Maybe Divisions -> Maybe Divisions -> Maybe Token -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> Maybe YesNo -> ChxNote -> Maybe Instrument -> EditorialVoice -> Maybe NoteType -> [EmptyPlacement] -> Maybe Accidental -> Maybe TimeModification -> Maybe Stem -> Maybe Notehead -> Maybe Staff -> [Beam] -> [Notations] -> [Lyric] -> Note
- Fadno.MusicXml.MusicXml20: NoteType :: NoteTypeValue -> (Maybe SymbolSize) -> NoteType
+ Fadno.MusicXml.MusicXml20: NoteType :: NoteTypeValue -> Maybe SymbolSize -> NoteType
- Fadno.MusicXml.MusicXml20: Notehead :: NoteheadValue -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Notehead
+ Fadno.MusicXml.MusicXml20: Notehead :: NoteheadValue -> Maybe YesNo -> Maybe YesNo -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Notehead
- Fadno.MusicXml.MusicXml20: OctaveShift :: UpDownStop -> (Maybe NumberLevel) -> (Maybe PositiveInteger) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> OctaveShift
+ Fadno.MusicXml.MusicXml20: OctaveShift :: UpDownStop -> Maybe NumberLevel -> Maybe PositiveInteger -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> OctaveShift
- Fadno.MusicXml.MusicXml20: Offset :: Divisions -> (Maybe YesNo) -> Offset
+ Fadno.MusicXml.MusicXml20: Offset :: Divisions -> Maybe YesNo -> Offset
- Fadno.MusicXml.MusicXml20: Opus :: String -> (Maybe Type) -> (Maybe Token) -> (Maybe Token) -> (Maybe SmpShow) -> (Maybe Actuate) -> Opus
+ Fadno.MusicXml.MusicXml20: Opus :: String -> Maybe Type -> Maybe Token -> Maybe Token -> Maybe SmpShow -> Maybe Actuate -> Opus
- Fadno.MusicXml.MusicXml20: OtherDirection :: String -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> OtherDirection
+ Fadno.MusicXml.MusicXml20: OtherDirection :: String -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> OtherDirection
- Fadno.MusicXml.MusicXml20: OtherNotation :: String -> StartStopSingle -> (Maybe NumberLevel) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> OtherNotation
+ Fadno.MusicXml.MusicXml20: OtherNotation :: String -> StartStopSingle -> Maybe NumberLevel -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> OtherNotation
- Fadno.MusicXml.MusicXml20: PageLayout :: (Maybe SeqPageLayout) -> [PageMargins] -> PageLayout
+ Fadno.MusicXml.MusicXml20: PageLayout :: Maybe SeqPageLayout -> [PageMargins] -> PageLayout
- Fadno.MusicXml.MusicXml20: PageMargins :: (Maybe MarginType) -> AllMargins -> PageMargins
+ Fadno.MusicXml.MusicXml20: PageMargins :: Maybe MarginType -> AllMargins -> PageMargins
- Fadno.MusicXml.MusicXml20: PartGroup :: StartStop -> (Maybe Token) -> (Maybe GroupName) -> (Maybe NameDisplay) -> (Maybe GroupName) -> (Maybe NameDisplay) -> (Maybe GroupSymbol) -> (Maybe GroupBarline) -> (Maybe Empty) -> Editorial -> PartGroup
+ Fadno.MusicXml.MusicXml20: PartGroup :: StartStop -> Maybe Token -> Maybe GroupName -> Maybe NameDisplay -> Maybe GroupName -> Maybe NameDisplay -> Maybe GroupSymbol -> Maybe GroupBarline -> Maybe Empty -> Editorial -> PartGroup
- Fadno.MusicXml.MusicXml20: PartName :: String -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> (Maybe LeftCenterRight) -> PartName
+ Fadno.MusicXml.MusicXml20: PartName :: String -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> Maybe LeftCenterRight -> PartName
- Fadno.MusicXml.MusicXml20: PartSymbol :: GroupSymbolValue -> (Maybe StaffNumber) -> (Maybe StaffNumber) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> PartSymbol
+ Fadno.MusicXml.MusicXml20: PartSymbol :: GroupSymbolValue -> Maybe StaffNumber -> Maybe StaffNumber -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> PartSymbol
- Fadno.MusicXml.MusicXml20: Pedal :: StartStopChange -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> Pedal
+ Fadno.MusicXml.MusicXml20: Pedal :: StartStopChange -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Pedal
- Fadno.MusicXml.MusicXml20: PerMinute :: String -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> PerMinute
+ Fadno.MusicXml.MusicXml20: PerMinute :: String -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> PerMinute
- Fadno.MusicXml.MusicXml20: Pitch :: Step -> (Maybe Semitones) -> Octave -> Pitch
+ Fadno.MusicXml.MusicXml20: Pitch :: Step -> Maybe Semitones -> Octave -> Pitch
- Fadno.MusicXml.MusicXml20: PlacementText :: String -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> PlacementText
+ Fadno.MusicXml.MusicXml20: PlacementText :: String -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> PlacementText
- Fadno.MusicXml.MusicXml20: Print :: (Maybe Tenths) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe PositiveInteger) -> (Maybe Token) -> Layout -> (Maybe MeasureLayout) -> (Maybe MeasureNumbering) -> (Maybe NameDisplay) -> (Maybe NameDisplay) -> Print
+ Fadno.MusicXml.MusicXml20: Print :: Maybe Tenths -> Maybe YesNo -> Maybe YesNo -> Maybe PositiveInteger -> Maybe Token -> Layout -> Maybe MeasureLayout -> Maybe MeasureNumbering -> Maybe NameDisplay -> Maybe NameDisplay -> Print
- Fadno.MusicXml.MusicXml20: Rehearsal :: String -> (Maybe Lang) -> (Maybe RehearsalEnclosure) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe TextDirection) -> (Maybe RotationDegrees) -> Rehearsal
+ Fadno.MusicXml.MusicXml20: Rehearsal :: String -> Maybe Lang -> Maybe RehearsalEnclosure -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe TextDirection -> Maybe RotationDegrees -> Rehearsal
- Fadno.MusicXml.MusicXml20: Repeat :: BackwardForward -> (Maybe NonNegativeInteger) -> Repeat
+ Fadno.MusicXml.MusicXml20: Repeat :: BackwardForward -> Maybe NonNegativeInteger -> Repeat
- Fadno.MusicXml.MusicXml20: Root :: RootStep -> (Maybe RootAlter) -> Root
+ Fadno.MusicXml.MusicXml20: Root :: RootStep -> Maybe RootAlter -> Root
- Fadno.MusicXml.MusicXml20: RootAlter :: Semitones -> (Maybe LeftRight) -> (Maybe YesNo) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> RootAlter
+ Fadno.MusicXml.MusicXml20: RootAlter :: Semitones -> Maybe LeftRight -> Maybe YesNo -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> RootAlter
- Fadno.MusicXml.MusicXml20: RootStep :: Step -> (Maybe Token) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> RootStep
+ Fadno.MusicXml.MusicXml20: RootStep :: Step -> Maybe Token -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> RootStep
- Fadno.MusicXml.MusicXml20: ScoreHeader :: (Maybe Work) -> (Maybe String) -> (Maybe String) -> (Maybe Identification) -> (Maybe Defaults) -> [Credit] -> PartList -> ScoreHeader
+ Fadno.MusicXml.MusicXml20: ScoreHeader :: Maybe Work -> Maybe String -> Maybe String -> Maybe Identification -> Maybe Defaults -> [Credit] -> PartList -> ScoreHeader
- Fadno.MusicXml.MusicXml20: ScoreInstrument :: ID -> String -> (Maybe String) -> (Maybe ChxScoreInstrument) -> ScoreInstrument
+ Fadno.MusicXml.MusicXml20: ScoreInstrument :: ID -> String -> Maybe String -> Maybe ChxScoreInstrument -> ScoreInstrument
- Fadno.MusicXml.MusicXml20: ScorePartwise :: (Maybe Token) -> ScoreHeader -> [CmpPart] -> ScorePartwise
+ Fadno.MusicXml.MusicXml20: ScorePartwise :: Maybe Token -> ScoreHeader -> [CmpPart] -> ScorePartwise
- Fadno.MusicXml.MusicXml20: ScoreTimewise :: (Maybe Token) -> ScoreHeader -> [CmpMeasure] -> ScoreTimewise
+ Fadno.MusicXml.MusicXml20: ScoreTimewise :: Maybe Token -> ScoreHeader -> [CmpMeasure] -> ScoreTimewise
- Fadno.MusicXml.MusicXml20: SeqLyric :: (Maybe SeqLyric0) -> TextElementData -> SeqLyric
+ Fadno.MusicXml.MusicXml20: SeqLyric :: Maybe SeqLyric0 -> TextElementData -> SeqLyric
- Fadno.MusicXml.MusicXml20: SeqLyric0 :: Elision -> (Maybe Syllabic) -> SeqLyric0
+ Fadno.MusicXml.MusicXml20: SeqLyric0 :: Elision -> Maybe Syllabic -> SeqLyric0
- Fadno.MusicXml.MusicXml20: Slide :: String -> StartStop -> (Maybe NumberLevel) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> (Maybe TrillBeats) -> (Maybe Percent) -> (Maybe Percent) -> Slide
+ Fadno.MusicXml.MusicXml20: Slide :: String -> StartStop -> Maybe NumberLevel -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> Maybe TrillBeats -> Maybe Percent -> Maybe Percent -> Slide
- Fadno.MusicXml.MusicXml20: Slur :: StartStopContinue -> (Maybe NumberLevel) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe OverUnder) -> (Maybe Divisions) -> (Maybe Divisions) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Slur
+ Fadno.MusicXml.MusicXml20: Slur :: StartStopContinue -> Maybe NumberLevel -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe OverUnder -> Maybe Divisions -> Maybe Divisions -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Slur
- Fadno.MusicXml.MusicXml20: Sound :: (Maybe NonNegativeDecimal) -> (Maybe NonNegativeDecimal) -> (Maybe YesNo) -> (Maybe Token) -> (Maybe Token) -> (Maybe Token) -> (Maybe Token) -> (Maybe Divisions) -> (Maybe YesNo) -> (Maybe Token) -> (Maybe Token) -> (Maybe YesNo) -> (Maybe RotationDegrees) -> (Maybe RotationDegrees) -> (Maybe YesNoNumber) -> (Maybe YesNoNumber) -> (Maybe YesNoNumber) -> [MidiInstrument] -> (Maybe Offset) -> Sound
+ Fadno.MusicXml.MusicXml20: Sound :: Maybe NonNegativeDecimal -> Maybe NonNegativeDecimal -> Maybe YesNo -> Maybe Token -> Maybe Token -> Maybe Token -> Maybe Token -> Maybe Divisions -> Maybe YesNo -> Maybe Token -> Maybe Token -> Maybe YesNo -> Maybe RotationDegrees -> Maybe RotationDegrees -> Maybe YesNoNumber -> Maybe YesNoNumber -> Maybe YesNoNumber -> [MidiInstrument] -> Maybe Offset -> Sound
- Fadno.MusicXml.MusicXml20: StaffDetails :: (Maybe StaffNumber) -> (Maybe ShowFrets) -> (Maybe YesNo) -> (Maybe YesNo) -> (Maybe StaffType) -> (Maybe NonNegativeInteger) -> [StaffTuning] -> (Maybe NonNegativeInteger) -> (Maybe NonNegativeDecimal) -> StaffDetails
+ Fadno.MusicXml.MusicXml20: StaffDetails :: Maybe StaffNumber -> Maybe ShowFrets -> Maybe YesNo -> Maybe YesNo -> Maybe StaffType -> Maybe NonNegativeInteger -> [StaffTuning] -> Maybe NonNegativeInteger -> Maybe NonNegativeDecimal -> StaffDetails
- Fadno.MusicXml.MusicXml20: StaffLayout :: (Maybe StaffNumber) -> (Maybe Tenths) -> StaffLayout
+ Fadno.MusicXml.MusicXml20: StaffLayout :: Maybe StaffNumber -> Maybe Tenths -> StaffLayout
- Fadno.MusicXml.MusicXml20: StaffTuning :: (Maybe StaffLine) -> Tuning -> StaffTuning
+ Fadno.MusicXml.MusicXml20: StaffTuning :: Maybe StaffLine -> Tuning -> StaffTuning
- Fadno.MusicXml.MusicXml20: Stem :: StemValue -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Stem
+ Fadno.MusicXml.MusicXml20: Stem :: StemValue -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Stem
- Fadno.MusicXml.MusicXml20: StrongAccent :: StrongAccent -> (Maybe UpDown) -> StrongAccent
+ Fadno.MusicXml.MusicXml20: StrongAccent :: StrongAccent -> Maybe UpDown -> StrongAccent
- Fadno.MusicXml.MusicXml20: StyleText :: String -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> StyleText
+ Fadno.MusicXml.MusicXml20: StyleText :: String -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> StyleText
- Fadno.MusicXml.MusicXml20: Supports :: YesNo -> NMTOKEN -> (Maybe NMTOKEN) -> (Maybe Token) -> Supports
+ Fadno.MusicXml.MusicXml20: Supports :: YesNo -> NMTOKEN -> Maybe NMTOKEN -> Maybe Token -> Supports
- Fadno.MusicXml.MusicXml20: SystemLayout :: (Maybe SystemMargins) -> (Maybe Tenths) -> (Maybe Tenths) -> SystemLayout
+ Fadno.MusicXml.MusicXml20: SystemLayout :: Maybe SystemMargins -> Maybe Tenths -> Maybe Tenths -> SystemLayout
- Fadno.MusicXml.MusicXml20: TextElementData :: String -> (Maybe Lang) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe NumberOfLines) -> (Maybe RotationDegrees) -> (Maybe NumberOrNormal) -> (Maybe TextDirection) -> TextElementData
+ Fadno.MusicXml.MusicXml20: TextElementData :: String -> Maybe Lang -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe NumberOfLines -> Maybe RotationDegrees -> Maybe NumberOrNormal -> Maybe TextDirection -> TextElementData
- Fadno.MusicXml.MusicXml20: Tied :: StartStop -> (Maybe NumberLevel) -> (Maybe LineType) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe OverUnder) -> (Maybe Divisions) -> (Maybe Divisions) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Tied
+ Fadno.MusicXml.MusicXml20: Tied :: StartStop -> Maybe NumberLevel -> Maybe LineType -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe OverUnder -> Maybe Divisions -> Maybe Divisions -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Tied
- Fadno.MusicXml.MusicXml20: Time :: (Maybe StaffNumber) -> (Maybe TimeSymbol) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe YesNo) -> ChxTime -> Time
+ Fadno.MusicXml.MusicXml20: Time :: Maybe StaffNumber -> Maybe TimeSymbol -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe YesNo -> ChxTime -> Time
- Fadno.MusicXml.MusicXml20: TimeModification :: NonNegativeInteger -> NonNegativeInteger -> (Maybe SeqTimeModification) -> TimeModification
+ Fadno.MusicXml.MusicXml20: TimeModification :: NonNegativeInteger -> NonNegativeInteger -> Maybe SeqTimeModification -> TimeModification
- Fadno.MusicXml.MusicXml20: TraditionalKey :: (Maybe Cancel) -> Fifths -> (Maybe Mode) -> TraditionalKey
+ Fadno.MusicXml.MusicXml20: TraditionalKey :: Maybe Cancel -> Fifths -> Maybe Mode -> TraditionalKey
- Fadno.MusicXml.MusicXml20: Transpose :: (Maybe Int) -> Semitones -> (Maybe Int) -> (Maybe Empty) -> Transpose
+ Fadno.MusicXml.MusicXml20: Transpose :: Maybe Int -> Semitones -> Maybe Int -> Maybe Empty -> Transpose
- Fadno.MusicXml.MusicXml20: Tremolo :: TremoloMarks -> (Maybe StartStopSingle) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> (Maybe AboveBelow) -> Tremolo
+ Fadno.MusicXml.MusicXml20: Tremolo :: TremoloMarks -> Maybe StartStopSingle -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> Maybe AboveBelow -> Tremolo
- Fadno.MusicXml.MusicXml20: Tuning :: Step -> (Maybe Semitones) -> Octave -> Tuning
+ Fadno.MusicXml.MusicXml20: Tuning :: Step -> Maybe Semitones -> Octave -> Tuning
- Fadno.MusicXml.MusicXml20: Tuplet :: StartStop -> (Maybe NumberLevel) -> (Maybe YesNo) -> (Maybe ShowTuplet) -> (Maybe ShowTuplet) -> (Maybe LineShape) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe TupletPortion) -> (Maybe TupletPortion) -> Tuplet
+ Fadno.MusicXml.MusicXml20: Tuplet :: StartStop -> Maybe NumberLevel -> Maybe YesNo -> Maybe ShowTuplet -> Maybe ShowTuplet -> Maybe LineShape -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe TupletPortion -> Maybe TupletPortion -> Tuplet
- Fadno.MusicXml.MusicXml20: TupletDot :: (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> TupletDot
+ Fadno.MusicXml.MusicXml20: TupletDot :: Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> TupletDot
- Fadno.MusicXml.MusicXml20: TupletNumber :: NonNegativeInteger -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> TupletNumber
+ Fadno.MusicXml.MusicXml20: TupletNumber :: NonNegativeInteger -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> TupletNumber
- Fadno.MusicXml.MusicXml20: TupletPortion :: (Maybe TupletNumber) -> (Maybe TupletType) -> [TupletDot] -> TupletPortion
+ Fadno.MusicXml.MusicXml20: TupletPortion :: Maybe TupletNumber -> Maybe TupletType -> [TupletDot] -> TupletPortion
- Fadno.MusicXml.MusicXml20: TupletType :: NoteTypeValue -> (Maybe CommaSeparatedText) -> (Maybe FontStyle) -> (Maybe FontSize) -> (Maybe FontWeight) -> (Maybe Color) -> TupletType
+ Fadno.MusicXml.MusicXml20: TupletType :: NoteTypeValue -> Maybe CommaSeparatedText -> Maybe FontStyle -> Maybe FontSize -> Maybe FontWeight -> Maybe Color -> TupletType
- Fadno.MusicXml.MusicXml20: TypedText :: String -> (Maybe Token) -> TypedText
+ Fadno.MusicXml.MusicXml20: TypedText :: String -> Maybe Token -> TypedText
- Fadno.MusicXml.MusicXml20: WavyLine :: StartStopContinue -> (Maybe NumberLevel) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe AboveBelow) -> (Maybe Color) -> (Maybe StartNote) -> (Maybe TrillStep) -> (Maybe TwoNoteTurn) -> (Maybe YesNo) -> (Maybe TrillBeats) -> (Maybe Percent) -> (Maybe Percent) -> WavyLine
+ Fadno.MusicXml.MusicXml20: WavyLine :: StartStopContinue -> Maybe NumberLevel -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe AboveBelow -> Maybe Color -> Maybe StartNote -> Maybe TrillStep -> Maybe TwoNoteTurn -> Maybe YesNo -> Maybe TrillBeats -> Maybe Percent -> Maybe Percent -> WavyLine
- Fadno.MusicXml.MusicXml20: Wedge :: WedgeType -> (Maybe NumberLevel) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Tenths) -> (Maybe Color) -> Wedge
+ Fadno.MusicXml.MusicXml20: Wedge :: WedgeType -> Maybe NumberLevel -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Tenths -> Maybe Color -> Wedge
- Fadno.MusicXml.MusicXml20: Work :: (Maybe String) -> (Maybe String) -> (Maybe Opus) -> Work
+ Fadno.MusicXml.MusicXml20: Work :: Maybe String -> Maybe String -> Maybe Opus -> Work
- Fadno.MusicXml.MusicXml20: [accidentalBracket] :: Accidental -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [accidentalBracket] :: Accidental -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [accidentalCautionary] :: Accidental -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [accidentalCautionary] :: Accidental -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [accidentalColor] :: Accidental -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [accidentalColor] :: Accidental -> Maybe Color
- Fadno.MusicXml.MusicXml20: [accidentalDefaultX] :: Accidental -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalDefaultX] :: Accidental -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalDefaultY] :: Accidental -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalDefaultY] :: Accidental -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalEditorial] :: Accidental -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [accidentalEditorial] :: Accidental -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [accidentalFontFamily] :: Accidental -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [accidentalFontFamily] :: Accidental -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [accidentalFontSize] :: Accidental -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [accidentalFontSize] :: Accidental -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [accidentalFontStyle] :: Accidental -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [accidentalFontStyle] :: Accidental -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [accidentalFontWeight] :: Accidental -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [accidentalFontWeight] :: Accidental -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [accidentalMarkColor] :: AccidentalMark -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkColor] :: AccidentalMark -> Maybe Color
- Fadno.MusicXml.MusicXml20: [accidentalMarkDefaultX] :: AccidentalMark -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkDefaultX] :: AccidentalMark -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalMarkDefaultY] :: AccidentalMark -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkDefaultY] :: AccidentalMark -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalMarkFontFamily] :: AccidentalMark -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkFontFamily] :: AccidentalMark -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [accidentalMarkFontSize] :: AccidentalMark -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkFontSize] :: AccidentalMark -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [accidentalMarkFontStyle] :: AccidentalMark -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkFontStyle] :: AccidentalMark -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [accidentalMarkFontWeight] :: AccidentalMark -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkFontWeight] :: AccidentalMark -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [accidentalMarkPlacement] :: AccidentalMark -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkPlacement] :: AccidentalMark -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [accidentalMarkRelativeX] :: AccidentalMark -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkRelativeX] :: AccidentalMark -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalMarkRelativeY] :: AccidentalMark -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalMarkRelativeY] :: AccidentalMark -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalParentheses] :: Accidental -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [accidentalParentheses] :: Accidental -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [accidentalRelativeX] :: Accidental -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalRelativeX] :: Accidental -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalRelativeY] :: Accidental -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalRelativeY] :: Accidental -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalSize] :: Accidental -> (Maybe SymbolSize)
+ Fadno.MusicXml.MusicXml20: [accidentalSize] :: Accidental -> Maybe SymbolSize
- Fadno.MusicXml.MusicXml20: [accidentalTextColor] :: AccidentalText -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [accidentalTextColor] :: AccidentalText -> Maybe Color
- Fadno.MusicXml.MusicXml20: [accidentalTextDefaultX] :: AccidentalText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalTextDefaultX] :: AccidentalText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalTextDefaultY] :: AccidentalText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalTextDefaultY] :: AccidentalText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalTextDir] :: AccidentalText -> (Maybe TextDirection)
+ Fadno.MusicXml.MusicXml20: [accidentalTextDir] :: AccidentalText -> Maybe TextDirection
- Fadno.MusicXml.MusicXml20: [accidentalTextEnclosure] :: AccidentalText -> (Maybe Enclosure)
+ Fadno.MusicXml.MusicXml20: [accidentalTextEnclosure] :: AccidentalText -> Maybe Enclosure
- Fadno.MusicXml.MusicXml20: [accidentalTextFontFamily] :: AccidentalText -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [accidentalTextFontFamily] :: AccidentalText -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [accidentalTextFontSize] :: AccidentalText -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [accidentalTextFontSize] :: AccidentalText -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [accidentalTextFontStyle] :: AccidentalText -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [accidentalTextFontStyle] :: AccidentalText -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [accidentalTextFontWeight] :: AccidentalText -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [accidentalTextFontWeight] :: AccidentalText -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [accidentalTextHalign] :: AccidentalText -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [accidentalTextHalign] :: AccidentalText -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [accidentalTextJustify] :: AccidentalText -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [accidentalTextJustify] :: AccidentalText -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [accidentalTextLang] :: AccidentalText -> (Maybe Lang)
+ Fadno.MusicXml.MusicXml20: [accidentalTextLang] :: AccidentalText -> Maybe Lang
- Fadno.MusicXml.MusicXml20: [accidentalTextLetterSpacing] :: AccidentalText -> (Maybe NumberOrNormal)
+ Fadno.MusicXml.MusicXml20: [accidentalTextLetterSpacing] :: AccidentalText -> Maybe NumberOrNormal
- Fadno.MusicXml.MusicXml20: [accidentalTextLineHeight] :: AccidentalText -> (Maybe NumberOrNormal)
+ Fadno.MusicXml.MusicXml20: [accidentalTextLineHeight] :: AccidentalText -> Maybe NumberOrNormal
- Fadno.MusicXml.MusicXml20: [accidentalTextLineThrough] :: AccidentalText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [accidentalTextLineThrough] :: AccidentalText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [accidentalTextOverline] :: AccidentalText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [accidentalTextOverline] :: AccidentalText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [accidentalTextRelativeX] :: AccidentalText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalTextRelativeX] :: AccidentalText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalTextRelativeY] :: AccidentalText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accidentalTextRelativeY] :: AccidentalText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accidentalTextRotation] :: AccidentalText -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [accidentalTextRotation] :: AccidentalText -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [accidentalTextUnderline] :: AccidentalText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [accidentalTextUnderline] :: AccidentalText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [accidentalTextValign] :: AccidentalText -> (Maybe Valign)
+ Fadno.MusicXml.MusicXml20: [accidentalTextValign] :: AccidentalText -> Maybe Valign
- Fadno.MusicXml.MusicXml20: [accordString] :: Accord -> (Maybe StringNumber)
+ Fadno.MusicXml.MusicXml20: [accordString] :: Accord -> Maybe StringNumber
- Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionHigh] :: AccordionRegistration -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionHigh] :: AccordionRegistration -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionLow] :: AccordionRegistration -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionLow] :: AccordionRegistration -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionMiddle] :: AccordionRegistration -> (Maybe AccordionMiddle)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationAccordionMiddle] :: AccordionRegistration -> Maybe AccordionMiddle
- Fadno.MusicXml.MusicXml20: [accordionRegistrationColor] :: AccordionRegistration -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationColor] :: AccordionRegistration -> Maybe Color
- Fadno.MusicXml.MusicXml20: [accordionRegistrationDefaultX] :: AccordionRegistration -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationDefaultX] :: AccordionRegistration -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accordionRegistrationDefaultY] :: AccordionRegistration -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationDefaultY] :: AccordionRegistration -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accordionRegistrationFontFamily] :: AccordionRegistration -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationFontFamily] :: AccordionRegistration -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [accordionRegistrationFontSize] :: AccordionRegistration -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationFontSize] :: AccordionRegistration -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [accordionRegistrationFontStyle] :: AccordionRegistration -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationFontStyle] :: AccordionRegistration -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [accordionRegistrationFontWeight] :: AccordionRegistration -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationFontWeight] :: AccordionRegistration -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [accordionRegistrationRelativeX] :: AccordionRegistration -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationRelativeX] :: AccordionRegistration -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [accordionRegistrationRelativeY] :: AccordionRegistration -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [accordionRegistrationRelativeY] :: AccordionRegistration -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [arpeggiateColor] :: Arpeggiate -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [arpeggiateColor] :: Arpeggiate -> Maybe Color
- Fadno.MusicXml.MusicXml20: [arpeggiateDefaultX] :: Arpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [arpeggiateDefaultX] :: Arpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [arpeggiateDefaultY] :: Arpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [arpeggiateDefaultY] :: Arpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [arpeggiateDirection] :: Arpeggiate -> (Maybe UpDown)
+ Fadno.MusicXml.MusicXml20: [arpeggiateDirection] :: Arpeggiate -> Maybe UpDown
- Fadno.MusicXml.MusicXml20: [arpeggiateNumber] :: Arpeggiate -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [arpeggiateNumber] :: Arpeggiate -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [arpeggiatePlacement] :: Arpeggiate -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [arpeggiatePlacement] :: Arpeggiate -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [arpeggiateRelativeX] :: Arpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [arpeggiateRelativeX] :: Arpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [arpeggiateRelativeY] :: Arpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [arpeggiateRelativeY] :: Arpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [attributesDivisions] :: Attributes -> (Maybe PositiveDivisions)
+ Fadno.MusicXml.MusicXml20: [attributesDivisions] :: Attributes -> Maybe PositiveDivisions
- Fadno.MusicXml.MusicXml20: [attributesInstruments] :: Attributes -> (Maybe NonNegativeInteger)
+ Fadno.MusicXml.MusicXml20: [attributesInstruments] :: Attributes -> Maybe NonNegativeInteger
- Fadno.MusicXml.MusicXml20: [attributesPartSymbol] :: Attributes -> (Maybe PartSymbol)
+ Fadno.MusicXml.MusicXml20: [attributesPartSymbol] :: Attributes -> Maybe PartSymbol
- Fadno.MusicXml.MusicXml20: [attributesStaves] :: Attributes -> (Maybe NonNegativeInteger)
+ Fadno.MusicXml.MusicXml20: [attributesStaves] :: Attributes -> Maybe NonNegativeInteger
- Fadno.MusicXml.MusicXml20: [attributesTranspose] :: Attributes -> (Maybe Transpose)
+ Fadno.MusicXml.MusicXml20: [attributesTranspose] :: Attributes -> Maybe Transpose
- Fadno.MusicXml.MusicXml20: [barStyleColorColor] :: BarStyleColor -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [barStyleColorColor] :: BarStyleColor -> Maybe Color
- Fadno.MusicXml.MusicXml20: [barlineBarStyle] :: Barline -> (Maybe BarStyleColor)
+ Fadno.MusicXml.MusicXml20: [barlineBarStyle] :: Barline -> Maybe BarStyleColor
- Fadno.MusicXml.MusicXml20: [barlineCoda1] :: Barline -> (Maybe EmptyPrintStyle)
+ Fadno.MusicXml.MusicXml20: [barlineCoda1] :: Barline -> Maybe EmptyPrintStyle
- Fadno.MusicXml.MusicXml20: [barlineCoda] :: Barline -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [barlineCoda] :: Barline -> Maybe Token
- Fadno.MusicXml.MusicXml20: [barlineDivisions] :: Barline -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [barlineDivisions] :: Barline -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [barlineEnding] :: Barline -> (Maybe Ending)
+ Fadno.MusicXml.MusicXml20: [barlineEnding] :: Barline -> Maybe Ending
- Fadno.MusicXml.MusicXml20: [barlineLocation] :: Barline -> (Maybe RightLeftMiddle)
+ Fadno.MusicXml.MusicXml20: [barlineLocation] :: Barline -> Maybe RightLeftMiddle
- Fadno.MusicXml.MusicXml20: [barlineRepeat] :: Barline -> (Maybe Repeat)
+ Fadno.MusicXml.MusicXml20: [barlineRepeat] :: Barline -> Maybe Repeat
- Fadno.MusicXml.MusicXml20: [barlineSegno1] :: Barline -> (Maybe EmptyPrintStyle)
+ Fadno.MusicXml.MusicXml20: [barlineSegno1] :: Barline -> Maybe EmptyPrintStyle
- Fadno.MusicXml.MusicXml20: [barlineSegno] :: Barline -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [barlineSegno] :: Barline -> Maybe Token
- Fadno.MusicXml.MusicXml20: [barlineWavyLine] :: Barline -> (Maybe WavyLine)
+ Fadno.MusicXml.MusicXml20: [barlineWavyLine] :: Barline -> Maybe WavyLine
- Fadno.MusicXml.MusicXml20: [barreColor] :: Barre -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [barreColor] :: Barre -> Maybe Color
- Fadno.MusicXml.MusicXml20: [bassAlterColor] :: BassAlter -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [bassAlterColor] :: BassAlter -> Maybe Color
- Fadno.MusicXml.MusicXml20: [bassAlterDefaultX] :: BassAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassAlterDefaultX] :: BassAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassAlterDefaultY] :: BassAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassAlterDefaultY] :: BassAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassAlterFontFamily] :: BassAlter -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [bassAlterFontFamily] :: BassAlter -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [bassAlterFontSize] :: BassAlter -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [bassAlterFontSize] :: BassAlter -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [bassAlterFontStyle] :: BassAlter -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [bassAlterFontStyle] :: BassAlter -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [bassAlterFontWeight] :: BassAlter -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [bassAlterFontWeight] :: BassAlter -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [bassAlterLocation] :: BassAlter -> (Maybe LeftRight)
+ Fadno.MusicXml.MusicXml20: [bassAlterLocation] :: BassAlter -> Maybe LeftRight
- Fadno.MusicXml.MusicXml20: [bassAlterPrintObject] :: BassAlter -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [bassAlterPrintObject] :: BassAlter -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [bassAlterRelativeX] :: BassAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassAlterRelativeX] :: BassAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassAlterRelativeY] :: BassAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassAlterRelativeY] :: BassAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassBassAlter] :: Bass -> (Maybe BassAlter)
+ Fadno.MusicXml.MusicXml20: [bassBassAlter] :: Bass -> Maybe BassAlter
- Fadno.MusicXml.MusicXml20: [bassStepColor] :: BassStep -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [bassStepColor] :: BassStep -> Maybe Color
- Fadno.MusicXml.MusicXml20: [bassStepDefaultX] :: BassStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassStepDefaultX] :: BassStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassStepDefaultY] :: BassStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassStepDefaultY] :: BassStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassStepFontFamily] :: BassStep -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [bassStepFontFamily] :: BassStep -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [bassStepFontSize] :: BassStep -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [bassStepFontSize] :: BassStep -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [bassStepFontStyle] :: BassStep -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [bassStepFontStyle] :: BassStep -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [bassStepFontWeight] :: BassStep -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [bassStepFontWeight] :: BassStep -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [bassStepRelativeX] :: BassStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassStepRelativeX] :: BassStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassStepRelativeY] :: BassStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bassStepRelativeY] :: BassStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bassStepText] :: BassStep -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [bassStepText] :: BassStep -> Maybe Token
- Fadno.MusicXml.MusicXml20: [beamColor] :: Beam -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [beamColor] :: Beam -> Maybe Color
- Fadno.MusicXml.MusicXml20: [beamFan] :: Beam -> (Maybe Fan)
+ Fadno.MusicXml.MusicXml20: [beamFan] :: Beam -> Maybe Fan
- Fadno.MusicXml.MusicXml20: [beamNumber] :: Beam -> (Maybe BeamLevel)
+ Fadno.MusicXml.MusicXml20: [beamNumber] :: Beam -> Maybe BeamLevel
- Fadno.MusicXml.MusicXml20: [beamRepeater] :: Beam -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [beamRepeater] :: Beam -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [beatRepeatSlash] :: BeatRepeat -> (Maybe Slash)
+ Fadno.MusicXml.MusicXml20: [beatRepeatSlash] :: BeatRepeat -> Maybe Slash
- Fadno.MusicXml.MusicXml20: [beatRepeatSlashes] :: BeatRepeat -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [beatRepeatSlashes] :: BeatRepeat -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [beatRepeatUseDots] :: BeatRepeat -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [beatRepeatUseDots] :: BeatRepeat -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [bendAccelerate] :: Bend -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [bendAccelerate] :: Bend -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [bendBeats] :: Bend -> (Maybe TrillBeats)
+ Fadno.MusicXml.MusicXml20: [bendBeats] :: Bend -> Maybe TrillBeats
- Fadno.MusicXml.MusicXml20: [bendBend] :: Bend -> (Maybe ChxBend)
+ Fadno.MusicXml.MusicXml20: [bendBend] :: Bend -> Maybe ChxBend
- Fadno.MusicXml.MusicXml20: [bendColor] :: Bend -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [bendColor] :: Bend -> Maybe Color
- Fadno.MusicXml.MusicXml20: [bendDefaultX] :: Bend -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bendDefaultX] :: Bend -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bendDefaultY] :: Bend -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bendDefaultY] :: Bend -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bendFirstBeat] :: Bend -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [bendFirstBeat] :: Bend -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [bendFontFamily] :: Bend -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [bendFontFamily] :: Bend -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [bendFontSize] :: Bend -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [bendFontSize] :: Bend -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [bendFontStyle] :: Bend -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [bendFontStyle] :: Bend -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [bendFontWeight] :: Bend -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [bendFontWeight] :: Bend -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [bendLastBeat] :: Bend -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [bendLastBeat] :: Bend -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [bendRelativeX] :: Bend -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bendRelativeX] :: Bend -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bendRelativeY] :: Bend -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bendRelativeY] :: Bend -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bendWithBar] :: Bend -> (Maybe PlacementText)
+ Fadno.MusicXml.MusicXml20: [bendWithBar] :: Bend -> Maybe PlacementText
- Fadno.MusicXml.MusicXml20: [bookmarkElement] :: Bookmark -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [bookmarkElement] :: Bookmark -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [bookmarkName] :: Bookmark -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [bookmarkName] :: Bookmark -> Maybe Token
- Fadno.MusicXml.MusicXml20: [bookmarkPosition] :: Bookmark -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [bookmarkPosition] :: Bookmark -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [bracketColor] :: Bracket -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [bracketColor] :: Bracket -> Maybe Color
- Fadno.MusicXml.MusicXml20: [bracketDefaultX] :: Bracket -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bracketDefaultX] :: Bracket -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bracketDefaultY] :: Bracket -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bracketDefaultY] :: Bracket -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bracketEndLength] :: Bracket -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bracketEndLength] :: Bracket -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bracketLineType] :: Bracket -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [bracketLineType] :: Bracket -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [bracketNumber] :: Bracket -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [bracketNumber] :: Bracket -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [bracketRelativeX] :: Bracket -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bracketRelativeX] :: Bracket -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [bracketRelativeY] :: Bracket -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [bracketRelativeY] :: Bracket -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [cancelLocation] :: Cancel -> (Maybe LeftRight)
+ Fadno.MusicXml.MusicXml20: [cancelLocation] :: Cancel -> Maybe LeftRight
- Fadno.MusicXml.MusicXml20: [clefAdditional] :: Clef -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [clefAdditional] :: Clef -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [clefClefOctaveChange] :: Clef -> (Maybe Int)
+ Fadno.MusicXml.MusicXml20: [clefClefOctaveChange] :: Clef -> Maybe Int
- Fadno.MusicXml.MusicXml20: [clefColor] :: Clef -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [clefColor] :: Clef -> Maybe Color
- Fadno.MusicXml.MusicXml20: [clefDefaultX] :: Clef -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [clefDefaultX] :: Clef -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [clefDefaultY] :: Clef -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [clefDefaultY] :: Clef -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [clefFontFamily] :: Clef -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [clefFontFamily] :: Clef -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [clefFontSize] :: Clef -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [clefFontSize] :: Clef -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [clefFontStyle] :: Clef -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [clefFontStyle] :: Clef -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [clefFontWeight] :: Clef -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [clefFontWeight] :: Clef -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [clefLine] :: Clef -> (Maybe StaffLine)
+ Fadno.MusicXml.MusicXml20: [clefLine] :: Clef -> Maybe StaffLine
- Fadno.MusicXml.MusicXml20: [clefNumber] :: Clef -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [clefNumber] :: Clef -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [clefPrintObject] :: Clef -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [clefPrintObject] :: Clef -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [clefRelativeX] :: Clef -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [clefRelativeX] :: Clef -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [clefRelativeY] :: Clef -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [clefRelativeY] :: Clef -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [clefSize] :: Clef -> (Maybe SymbolSize)
+ Fadno.MusicXml.MusicXml20: [clefSize] :: Clef -> Maybe SymbolSize
- Fadno.MusicXml.MusicXml20: [cmpmeasureImplicit] :: CmpMeasure -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [cmpmeasureImplicit] :: CmpMeasure -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [cmpmeasureNonControlling] :: CmpMeasure -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [cmpmeasureNonControlling] :: CmpMeasure -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [cmpmeasureWidth] :: CmpMeasure -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [cmpmeasureWidth] :: CmpMeasure -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [creditPage] :: Credit -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [creditPage] :: Credit -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [dashesColor] :: Dashes -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [dashesColor] :: Dashes -> Maybe Color
- Fadno.MusicXml.MusicXml20: [dashesDefaultX] :: Dashes -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dashesDefaultX] :: Dashes -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dashesDefaultY] :: Dashes -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dashesDefaultY] :: Dashes -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dashesNumber] :: Dashes -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [dashesNumber] :: Dashes -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [dashesRelativeX] :: Dashes -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dashesRelativeX] :: Dashes -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dashesRelativeY] :: Dashes -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dashesRelativeY] :: Dashes -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [defaultsAppearance] :: Defaults -> (Maybe Appearance)
+ Fadno.MusicXml.MusicXml20: [defaultsAppearance] :: Defaults -> Maybe Appearance
- Fadno.MusicXml.MusicXml20: [defaultsMusicFont] :: Defaults -> (Maybe EmptyFont)
+ Fadno.MusicXml.MusicXml20: [defaultsMusicFont] :: Defaults -> Maybe EmptyFont
- Fadno.MusicXml.MusicXml20: [defaultsScaling] :: Defaults -> (Maybe Scaling)
+ Fadno.MusicXml.MusicXml20: [defaultsScaling] :: Defaults -> Maybe Scaling
- Fadno.MusicXml.MusicXml20: [defaultsWordFont] :: Defaults -> (Maybe EmptyFont)
+ Fadno.MusicXml.MusicXml20: [defaultsWordFont] :: Defaults -> Maybe EmptyFont
- Fadno.MusicXml.MusicXml20: [degreeAlterColor] :: DegreeAlter -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [degreeAlterColor] :: DegreeAlter -> Maybe Color
- Fadno.MusicXml.MusicXml20: [degreeAlterDefaultX] :: DegreeAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeAlterDefaultX] :: DegreeAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeAlterDefaultY] :: DegreeAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeAlterDefaultY] :: DegreeAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeAlterFontFamily] :: DegreeAlter -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [degreeAlterFontFamily] :: DegreeAlter -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [degreeAlterFontSize] :: DegreeAlter -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [degreeAlterFontSize] :: DegreeAlter -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [degreeAlterFontStyle] :: DegreeAlter -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [degreeAlterFontStyle] :: DegreeAlter -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [degreeAlterFontWeight] :: DegreeAlter -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [degreeAlterFontWeight] :: DegreeAlter -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [degreeAlterPlusMinus] :: DegreeAlter -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [degreeAlterPlusMinus] :: DegreeAlter -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [degreeAlterRelativeX] :: DegreeAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeAlterRelativeX] :: DegreeAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeAlterRelativeY] :: DegreeAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeAlterRelativeY] :: DegreeAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreePrintObject] :: Degree -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [degreePrintObject] :: Degree -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [degreeTypeColor] :: DegreeType -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [degreeTypeColor] :: DegreeType -> Maybe Color
- Fadno.MusicXml.MusicXml20: [degreeTypeDefaultX] :: DegreeType -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeTypeDefaultX] :: DegreeType -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeTypeDefaultY] :: DegreeType -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeTypeDefaultY] :: DegreeType -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeTypeFontFamily] :: DegreeType -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [degreeTypeFontFamily] :: DegreeType -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [degreeTypeFontSize] :: DegreeType -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [degreeTypeFontSize] :: DegreeType -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [degreeTypeFontStyle] :: DegreeType -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [degreeTypeFontStyle] :: DegreeType -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [degreeTypeFontWeight] :: DegreeType -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [degreeTypeFontWeight] :: DegreeType -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [degreeTypeRelativeX] :: DegreeType -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeTypeRelativeX] :: DegreeType -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeTypeRelativeY] :: DegreeType -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeTypeRelativeY] :: DegreeType -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeTypeText] :: DegreeType -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [degreeTypeText] :: DegreeType -> Maybe Token
- Fadno.MusicXml.MusicXml20: [degreeValueColor] :: DegreeValue -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [degreeValueColor] :: DegreeValue -> Maybe Color
- Fadno.MusicXml.MusicXml20: [degreeValueDefaultX] :: DegreeValue -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeValueDefaultX] :: DegreeValue -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeValueDefaultY] :: DegreeValue -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeValueDefaultY] :: DegreeValue -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeValueFontFamily] :: DegreeValue -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [degreeValueFontFamily] :: DegreeValue -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [degreeValueFontSize] :: DegreeValue -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [degreeValueFontSize] :: DegreeValue -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [degreeValueFontStyle] :: DegreeValue -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [degreeValueFontStyle] :: DegreeValue -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [degreeValueFontWeight] :: DegreeValue -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [degreeValueFontWeight] :: DegreeValue -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [degreeValueRelativeX] :: DegreeValue -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeValueRelativeX] :: DegreeValue -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeValueRelativeY] :: DegreeValue -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [degreeValueRelativeY] :: DegreeValue -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [degreeValueText] :: DegreeValue -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [degreeValueText] :: DegreeValue -> Maybe Token
- Fadno.MusicXml.MusicXml20: [directionDirective] :: Direction -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [directionDirective] :: Direction -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [directionOffset] :: Direction -> (Maybe Offset)
+ Fadno.MusicXml.MusicXml20: [directionOffset] :: Direction -> Maybe Offset
- Fadno.MusicXml.MusicXml20: [directionPlacement] :: Direction -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [directionPlacement] :: Direction -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [directionSound] :: Direction -> (Maybe Sound)
+ Fadno.MusicXml.MusicXml20: [directionSound] :: Direction -> Maybe Sound
- Fadno.MusicXml.MusicXml20: [directionStaff] :: Direction -> (Maybe Staff)
+ Fadno.MusicXml.MusicXml20: [directionStaff] :: Direction -> Maybe Staff
- Fadno.MusicXml.MusicXml20: [directiveColor] :: Directive -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [directiveColor] :: Directive -> Maybe Color
- Fadno.MusicXml.MusicXml20: [directiveDefaultX] :: Directive -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [directiveDefaultX] :: Directive -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [directiveDefaultY] :: Directive -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [directiveDefaultY] :: Directive -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [directiveFontFamily] :: Directive -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [directiveFontFamily] :: Directive -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [directiveFontSize] :: Directive -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [directiveFontSize] :: Directive -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [directiveFontStyle] :: Directive -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [directiveFontStyle] :: Directive -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [directiveFontWeight] :: Directive -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [directiveFontWeight] :: Directive -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [directiveLang] :: Directive -> (Maybe Lang)
+ Fadno.MusicXml.MusicXml20: [directiveLang] :: Directive -> Maybe Lang
- Fadno.MusicXml.MusicXml20: [directiveRelativeX] :: Directive -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [directiveRelativeX] :: Directive -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [directiveRelativeY] :: Directive -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [directiveRelativeY] :: Directive -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [displayStepOctaveDisplayStepOctave] :: DisplayStepOctave -> (Maybe SeqDisplayStepOctave)
+ Fadno.MusicXml.MusicXml20: [displayStepOctaveDisplayStepOctave] :: DisplayStepOctave -> Maybe SeqDisplayStepOctave
- Fadno.MusicXml.MusicXml20: [dynamicsColor] :: Dynamics -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [dynamicsColor] :: Dynamics -> Maybe Color
- Fadno.MusicXml.MusicXml20: [dynamicsDefaultX] :: Dynamics -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dynamicsDefaultX] :: Dynamics -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dynamicsDefaultY] :: Dynamics -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dynamicsDefaultY] :: Dynamics -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dynamicsFontFamily] :: Dynamics -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [dynamicsFontFamily] :: Dynamics -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [dynamicsFontSize] :: Dynamics -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [dynamicsFontSize] :: Dynamics -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [dynamicsFontStyle] :: Dynamics -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [dynamicsFontStyle] :: Dynamics -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [dynamicsFontWeight] :: Dynamics -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [dynamicsFontWeight] :: Dynamics -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [dynamicsPlacement] :: Dynamics -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [dynamicsPlacement] :: Dynamics -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [dynamicsRelativeX] :: Dynamics -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dynamicsRelativeX] :: Dynamics -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [dynamicsRelativeY] :: Dynamics -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [dynamicsRelativeY] :: Dynamics -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [editorialFootnote] :: Editorial -> (Maybe Footnote)
+ Fadno.MusicXml.MusicXml20: [editorialFootnote] :: Editorial -> Maybe Footnote
- Fadno.MusicXml.MusicXml20: [editorialLevel] :: Editorial -> (Maybe GrpLevel)
+ Fadno.MusicXml.MusicXml20: [editorialLevel] :: Editorial -> Maybe GrpLevel
- Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionFootnote] :: EditorialVoiceDirection -> (Maybe Footnote)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionFootnote] :: EditorialVoiceDirection -> Maybe Footnote
- Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionLevel] :: EditorialVoiceDirection -> (Maybe GrpLevel)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionLevel] :: EditorialVoiceDirection -> Maybe GrpLevel
- Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionVoice] :: EditorialVoiceDirection -> (Maybe Voice)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceDirectionVoice] :: EditorialVoiceDirection -> Maybe Voice
- Fadno.MusicXml.MusicXml20: [editorialVoiceFootnote] :: EditorialVoice -> (Maybe Footnote)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceFootnote] :: EditorialVoice -> Maybe Footnote
- Fadno.MusicXml.MusicXml20: [editorialVoiceLevel] :: EditorialVoice -> (Maybe GrpLevel)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceLevel] :: EditorialVoice -> Maybe GrpLevel
- Fadno.MusicXml.MusicXml20: [editorialVoiceVoice] :: EditorialVoice -> (Maybe Voice)
+ Fadno.MusicXml.MusicXml20: [editorialVoiceVoice] :: EditorialVoice -> Maybe Voice
- Fadno.MusicXml.MusicXml20: [elisionColor] :: Elision -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [elisionColor] :: Elision -> Maybe Color
- Fadno.MusicXml.MusicXml20: [elisionFontFamily] :: Elision -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [elisionFontFamily] :: Elision -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [elisionFontSize] :: Elision -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [elisionFontSize] :: Elision -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [elisionFontStyle] :: Elision -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [elisionFontStyle] :: Elision -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [elisionFontWeight] :: Elision -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [elisionFontWeight] :: Elision -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyFontFontFamily] :: EmptyFont -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [emptyFontFontFamily] :: EmptyFont -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [emptyFontFontSize] :: EmptyFont -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [emptyFontFontSize] :: EmptyFont -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [emptyFontFontStyle] :: EmptyFont -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [emptyFontFontStyle] :: EmptyFont -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [emptyFontFontWeight] :: EmptyFont -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [emptyFontFontWeight] :: EmptyFont -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyLineColor] :: EmptyLine -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [emptyLineColor] :: EmptyLine -> Maybe Color
- Fadno.MusicXml.MusicXml20: [emptyLineDefaultX] :: EmptyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyLineDefaultX] :: EmptyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyLineDefaultY] :: EmptyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyLineDefaultY] :: EmptyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyLineFontFamily] :: EmptyLine -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [emptyLineFontFamily] :: EmptyLine -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [emptyLineFontSize] :: EmptyLine -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [emptyLineFontSize] :: EmptyLine -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [emptyLineFontStyle] :: EmptyLine -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [emptyLineFontStyle] :: EmptyLine -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [emptyLineFontWeight] :: EmptyLine -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [emptyLineFontWeight] :: EmptyLine -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyLineLineShape] :: EmptyLine -> (Maybe LineShape)
+ Fadno.MusicXml.MusicXml20: [emptyLineLineShape] :: EmptyLine -> Maybe LineShape
- Fadno.MusicXml.MusicXml20: [emptyLineLineType] :: EmptyLine -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [emptyLineLineType] :: EmptyLine -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [emptyLinePlacement] :: EmptyLine -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [emptyLinePlacement] :: EmptyLine -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [emptyLineRelativeX] :: EmptyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyLineRelativeX] :: EmptyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyLineRelativeY] :: EmptyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyLineRelativeY] :: EmptyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPlacementColor] :: EmptyPlacement -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementColor] :: EmptyPlacement -> Maybe Color
- Fadno.MusicXml.MusicXml20: [emptyPlacementDefaultX] :: EmptyPlacement -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementDefaultX] :: EmptyPlacement -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPlacementDefaultY] :: EmptyPlacement -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementDefaultY] :: EmptyPlacement -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPlacementFontFamily] :: EmptyPlacement -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementFontFamily] :: EmptyPlacement -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [emptyPlacementFontSize] :: EmptyPlacement -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementFontSize] :: EmptyPlacement -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [emptyPlacementFontStyle] :: EmptyPlacement -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementFontStyle] :: EmptyPlacement -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [emptyPlacementFontWeight] :: EmptyPlacement -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementFontWeight] :: EmptyPlacement -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyPlacementPlacement] :: EmptyPlacement -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementPlacement] :: EmptyPlacement -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [emptyPlacementRelativeX] :: EmptyPlacement -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementRelativeX] :: EmptyPlacement -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPlacementRelativeY] :: EmptyPlacement -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPlacementRelativeY] :: EmptyPlacement -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleColor] :: EmptyPrintStyle -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleColor] :: EmptyPrintStyle -> Maybe Color
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleDefaultX] :: EmptyPrintStyle -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleDefaultX] :: EmptyPrintStyle -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleDefaultY] :: EmptyPrintStyle -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleDefaultY] :: EmptyPrintStyle -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontFamily] :: EmptyPrintStyle -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontFamily] :: EmptyPrintStyle -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontSize] :: EmptyPrintStyle -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontSize] :: EmptyPrintStyle -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontStyle] :: EmptyPrintStyle -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontStyle] :: EmptyPrintStyle -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontWeight] :: EmptyPrintStyle -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleFontWeight] :: EmptyPrintStyle -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleRelativeX] :: EmptyPrintStyle -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleRelativeX] :: EmptyPrintStyle -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyPrintStyleRelativeY] :: EmptyPrintStyle -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyPrintStyleRelativeY] :: EmptyPrintStyle -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundAccelerate] :: EmptyTrillSound -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundAccelerate] :: EmptyTrillSound -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundBeats] :: EmptyTrillSound -> (Maybe TrillBeats)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundBeats] :: EmptyTrillSound -> Maybe TrillBeats
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundColor] :: EmptyTrillSound -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundColor] :: EmptyTrillSound -> Maybe Color
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundDefaultX] :: EmptyTrillSound -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundDefaultX] :: EmptyTrillSound -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundDefaultY] :: EmptyTrillSound -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundDefaultY] :: EmptyTrillSound -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontFamily] :: EmptyTrillSound -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontFamily] :: EmptyTrillSound -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontSize] :: EmptyTrillSound -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontSize] :: EmptyTrillSound -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontStyle] :: EmptyTrillSound -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontStyle] :: EmptyTrillSound -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontWeight] :: EmptyTrillSound -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundFontWeight] :: EmptyTrillSound -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundLastBeat] :: EmptyTrillSound -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundLastBeat] :: EmptyTrillSound -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundPlacement] :: EmptyTrillSound -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundPlacement] :: EmptyTrillSound -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundRelativeX] :: EmptyTrillSound -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundRelativeX] :: EmptyTrillSound -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundRelativeY] :: EmptyTrillSound -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundRelativeY] :: EmptyTrillSound -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundSecondBeat] :: EmptyTrillSound -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundSecondBeat] :: EmptyTrillSound -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundStartNote] :: EmptyTrillSound -> (Maybe StartNote)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundStartNote] :: EmptyTrillSound -> Maybe StartNote
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundTrillStep] :: EmptyTrillSound -> (Maybe TrillStep)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundTrillStep] :: EmptyTrillSound -> Maybe TrillStep
- Fadno.MusicXml.MusicXml20: [emptyTrillSoundTwoNoteTurn] :: EmptyTrillSound -> (Maybe TwoNoteTurn)
+ Fadno.MusicXml.MusicXml20: [emptyTrillSoundTwoNoteTurn] :: EmptyTrillSound -> Maybe TwoNoteTurn
- Fadno.MusicXml.MusicXml20: [endingColor] :: Ending -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [endingColor] :: Ending -> Maybe Color
- Fadno.MusicXml.MusicXml20: [endingDefaultX] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingDefaultX] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingDefaultY] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingDefaultY] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingEndLength] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingEndLength] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingFontFamily] :: Ending -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [endingFontFamily] :: Ending -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [endingFontSize] :: Ending -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [endingFontSize] :: Ending -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [endingFontStyle] :: Ending -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [endingFontStyle] :: Ending -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [endingFontWeight] :: Ending -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [endingFontWeight] :: Ending -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [endingPrintObject] :: Ending -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [endingPrintObject] :: Ending -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [endingRelativeX] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingRelativeX] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingRelativeY] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingRelativeY] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingTextX] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingTextX] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [endingTextY] :: Ending -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [endingTextY] :: Ending -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [extendColor] :: Extend -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [extendColor] :: Extend -> Maybe Color
- Fadno.MusicXml.MusicXml20: [extendFontFamily] :: Extend -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [extendFontFamily] :: Extend -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [extendFontSize] :: Extend -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [extendFontSize] :: Extend -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [extendFontStyle] :: Extend -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [extendFontStyle] :: Extend -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [extendFontWeight] :: Extend -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [extendFontWeight] :: Extend -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [featureType] :: Feature -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [featureType] :: Feature -> Maybe Token
- Fadno.MusicXml.MusicXml20: [fermataColor] :: Fermata -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [fermataColor] :: Fermata -> Maybe Color
- Fadno.MusicXml.MusicXml20: [fermataDefaultX] :: Fermata -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fermataDefaultX] :: Fermata -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fermataDefaultY] :: Fermata -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fermataDefaultY] :: Fermata -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fermataFontFamily] :: Fermata -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [fermataFontFamily] :: Fermata -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [fermataFontSize] :: Fermata -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [fermataFontSize] :: Fermata -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [fermataFontStyle] :: Fermata -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [fermataFontStyle] :: Fermata -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [fermataFontWeight] :: Fermata -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [fermataFontWeight] :: Fermata -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [fermataRelativeX] :: Fermata -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fermataRelativeX] :: Fermata -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fermataRelativeY] :: Fermata -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fermataRelativeY] :: Fermata -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fermataType] :: Fermata -> (Maybe UprightInverted)
+ Fadno.MusicXml.MusicXml20: [fermataType] :: Fermata -> Maybe UprightInverted
- Fadno.MusicXml.MusicXml20: [figureExtend] :: Figure -> (Maybe Extend)
+ Fadno.MusicXml.MusicXml20: [figureExtend] :: Figure -> Maybe Extend
- Fadno.MusicXml.MusicXml20: [figureFigureNumber] :: Figure -> (Maybe StyleText)
+ Fadno.MusicXml.MusicXml20: [figureFigureNumber] :: Figure -> Maybe StyleText
- Fadno.MusicXml.MusicXml20: [figurePrefix] :: Figure -> (Maybe StyleText)
+ Fadno.MusicXml.MusicXml20: [figurePrefix] :: Figure -> Maybe StyleText
- Fadno.MusicXml.MusicXml20: [figureSuffix] :: Figure -> (Maybe StyleText)
+ Fadno.MusicXml.MusicXml20: [figureSuffix] :: Figure -> Maybe StyleText
- Fadno.MusicXml.MusicXml20: [figuredBassColor] :: FiguredBass -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [figuredBassColor] :: FiguredBass -> Maybe Color
- Fadno.MusicXml.MusicXml20: [figuredBassDefaultX] :: FiguredBass -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [figuredBassDefaultX] :: FiguredBass -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [figuredBassDefaultY] :: FiguredBass -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [figuredBassDefaultY] :: FiguredBass -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [figuredBassDuration] :: FiguredBass -> (Maybe Duration)
+ Fadno.MusicXml.MusicXml20: [figuredBassDuration] :: FiguredBass -> Maybe Duration
- Fadno.MusicXml.MusicXml20: [figuredBassFontFamily] :: FiguredBass -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [figuredBassFontFamily] :: FiguredBass -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [figuredBassFontSize] :: FiguredBass -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [figuredBassFontSize] :: FiguredBass -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [figuredBassFontStyle] :: FiguredBass -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [figuredBassFontStyle] :: FiguredBass -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [figuredBassFontWeight] :: FiguredBass -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [figuredBassFontWeight] :: FiguredBass -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [figuredBassParentheses] :: FiguredBass -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [figuredBassParentheses] :: FiguredBass -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [figuredBassPrintDot] :: FiguredBass -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [figuredBassPrintDot] :: FiguredBass -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [figuredBassPrintLyric] :: FiguredBass -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [figuredBassPrintLyric] :: FiguredBass -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [figuredBassPrintObject] :: FiguredBass -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [figuredBassPrintObject] :: FiguredBass -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [figuredBassPrintSpacing] :: FiguredBass -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [figuredBassPrintSpacing] :: FiguredBass -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [figuredBassRelativeX] :: FiguredBass -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [figuredBassRelativeX] :: FiguredBass -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [figuredBassRelativeY] :: FiguredBass -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [figuredBassRelativeY] :: FiguredBass -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fingeringAlternate] :: Fingering -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [fingeringAlternate] :: Fingering -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [fingeringColor] :: Fingering -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [fingeringColor] :: Fingering -> Maybe Color
- Fadno.MusicXml.MusicXml20: [fingeringDefaultX] :: Fingering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fingeringDefaultX] :: Fingering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fingeringDefaultY] :: Fingering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fingeringDefaultY] :: Fingering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fingeringFontFamily] :: Fingering -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [fingeringFontFamily] :: Fingering -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [fingeringFontSize] :: Fingering -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [fingeringFontSize] :: Fingering -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [fingeringFontStyle] :: Fingering -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [fingeringFontStyle] :: Fingering -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [fingeringFontWeight] :: Fingering -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [fingeringFontWeight] :: Fingering -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [fingeringPlacement] :: Fingering -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [fingeringPlacement] :: Fingering -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [fingeringRelativeX] :: Fingering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fingeringRelativeX] :: Fingering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fingeringRelativeY] :: Fingering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [fingeringRelativeY] :: Fingering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fingeringSubstitution] :: Fingering -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [fingeringSubstitution] :: Fingering -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [firstFretLocation] :: FirstFret -> (Maybe LeftRight)
+ Fadno.MusicXml.MusicXml20: [firstFretLocation] :: FirstFret -> Maybe LeftRight
- Fadno.MusicXml.MusicXml20: [firstFretText] :: FirstFret -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [firstFretText] :: FirstFret -> Maybe Token
- Fadno.MusicXml.MusicXml20: [formattedTextColor] :: FormattedText -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [formattedTextColor] :: FormattedText -> Maybe Color
- Fadno.MusicXml.MusicXml20: [formattedTextDefaultX] :: FormattedText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [formattedTextDefaultX] :: FormattedText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [formattedTextDefaultY] :: FormattedText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [formattedTextDefaultY] :: FormattedText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [formattedTextDir] :: FormattedText -> (Maybe TextDirection)
+ Fadno.MusicXml.MusicXml20: [formattedTextDir] :: FormattedText -> Maybe TextDirection
- Fadno.MusicXml.MusicXml20: [formattedTextEnclosure] :: FormattedText -> (Maybe Enclosure)
+ Fadno.MusicXml.MusicXml20: [formattedTextEnclosure] :: FormattedText -> Maybe Enclosure
- Fadno.MusicXml.MusicXml20: [formattedTextFontFamily] :: FormattedText -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [formattedTextFontFamily] :: FormattedText -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [formattedTextFontSize] :: FormattedText -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [formattedTextFontSize] :: FormattedText -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [formattedTextFontStyle] :: FormattedText -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [formattedTextFontStyle] :: FormattedText -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [formattedTextFontWeight] :: FormattedText -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [formattedTextFontWeight] :: FormattedText -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [formattedTextHalign] :: FormattedText -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [formattedTextHalign] :: FormattedText -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [formattedTextJustify] :: FormattedText -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [formattedTextJustify] :: FormattedText -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [formattedTextLang] :: FormattedText -> (Maybe Lang)
+ Fadno.MusicXml.MusicXml20: [formattedTextLang] :: FormattedText -> Maybe Lang
- Fadno.MusicXml.MusicXml20: [formattedTextLetterSpacing] :: FormattedText -> (Maybe NumberOrNormal)
+ Fadno.MusicXml.MusicXml20: [formattedTextLetterSpacing] :: FormattedText -> Maybe NumberOrNormal
- Fadno.MusicXml.MusicXml20: [formattedTextLineHeight] :: FormattedText -> (Maybe NumberOrNormal)
+ Fadno.MusicXml.MusicXml20: [formattedTextLineHeight] :: FormattedText -> Maybe NumberOrNormal
- Fadno.MusicXml.MusicXml20: [formattedTextLineThrough] :: FormattedText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [formattedTextLineThrough] :: FormattedText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [formattedTextOverline] :: FormattedText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [formattedTextOverline] :: FormattedText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [formattedTextRelativeX] :: FormattedText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [formattedTextRelativeX] :: FormattedText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [formattedTextRelativeY] :: FormattedText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [formattedTextRelativeY] :: FormattedText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [formattedTextRotation] :: FormattedText -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [formattedTextRotation] :: FormattedText -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [formattedTextUnderline] :: FormattedText -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [formattedTextUnderline] :: FormattedText -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [formattedTextValign] :: FormattedText -> (Maybe Valign)
+ Fadno.MusicXml.MusicXml20: [formattedTextValign] :: FormattedText -> Maybe Valign
- Fadno.MusicXml.MusicXml20: [forwardStaff] :: Forward -> (Maybe Staff)
+ Fadno.MusicXml.MusicXml20: [forwardStaff] :: Forward -> Maybe Staff
- Fadno.MusicXml.MusicXml20: [frameColor] :: Frame -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [frameColor] :: Frame -> Maybe Color
- Fadno.MusicXml.MusicXml20: [frameDefaultX] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameDefaultX] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [frameDefaultY] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameDefaultY] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [frameFirstFret] :: Frame -> (Maybe FirstFret)
+ Fadno.MusicXml.MusicXml20: [frameFirstFret] :: Frame -> Maybe FirstFret
- Fadno.MusicXml.MusicXml20: [frameHalign] :: Frame -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [frameHalign] :: Frame -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [frameHeight] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameHeight] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [frameNoteBarre] :: FrameNote -> (Maybe Barre)
+ Fadno.MusicXml.MusicXml20: [frameNoteBarre] :: FrameNote -> Maybe Barre
- Fadno.MusicXml.MusicXml20: [frameNoteFingering] :: FrameNote -> (Maybe Fingering)
+ Fadno.MusicXml.MusicXml20: [frameNoteFingering] :: FrameNote -> Maybe Fingering
- Fadno.MusicXml.MusicXml20: [frameRelativeX] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameRelativeX] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [frameRelativeY] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameRelativeY] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [frameValign] :: Frame -> (Maybe Valign)
+ Fadno.MusicXml.MusicXml20: [frameValign] :: Frame -> Maybe Valign
- Fadno.MusicXml.MusicXml20: [frameWidth] :: Frame -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [frameWidth] :: Frame -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [fretColor] :: Fret -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [fretColor] :: Fret -> Maybe Color
- Fadno.MusicXml.MusicXml20: [fretFontFamily] :: Fret -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [fretFontFamily] :: Fret -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [fretFontSize] :: Fret -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [fretFontSize] :: Fret -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [fretFontStyle] :: Fret -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [fretFontStyle] :: Fret -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [fretFontWeight] :: Fret -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [fretFontWeight] :: Fret -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [fullNoteChord] :: GrpFullNote -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [fullNoteChord] :: GrpFullNote -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [glissandoColor] :: Glissando -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [glissandoColor] :: Glissando -> Maybe Color
- Fadno.MusicXml.MusicXml20: [glissandoDefaultX] :: Glissando -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [glissandoDefaultX] :: Glissando -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [glissandoDefaultY] :: Glissando -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [glissandoDefaultY] :: Glissando -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [glissandoFontFamily] :: Glissando -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [glissandoFontFamily] :: Glissando -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [glissandoFontSize] :: Glissando -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [glissandoFontSize] :: Glissando -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [glissandoFontStyle] :: Glissando -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [glissandoFontStyle] :: Glissando -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [glissandoFontWeight] :: Glissando -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [glissandoFontWeight] :: Glissando -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [glissandoLineType] :: Glissando -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [glissandoLineType] :: Glissando -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [glissandoNumber] :: Glissando -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [glissandoNumber] :: Glissando -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [glissandoRelativeX] :: Glissando -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [glissandoRelativeX] :: Glissando -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [glissandoRelativeY] :: Glissando -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [glissandoRelativeY] :: Glissando -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [graceMakeTime] :: Grace -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [graceMakeTime] :: Grace -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [graceSlash] :: Grace -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [graceSlash] :: Grace -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [graceStealTimeFollowing] :: Grace -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [graceStealTimeFollowing] :: Grace -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [graceStealTimePrevious] :: Grace -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [graceStealTimePrevious] :: Grace -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [groupBarlineColor] :: GroupBarline -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [groupBarlineColor] :: GroupBarline -> Maybe Color
- Fadno.MusicXml.MusicXml20: [groupNameColor] :: GroupName -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [groupNameColor] :: GroupName -> Maybe Color
- Fadno.MusicXml.MusicXml20: [groupNameDefaultX] :: GroupName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupNameDefaultX] :: GroupName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupNameDefaultY] :: GroupName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupNameDefaultY] :: GroupName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupNameFontFamily] :: GroupName -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [groupNameFontFamily] :: GroupName -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [groupNameFontSize] :: GroupName -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [groupNameFontSize] :: GroupName -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [groupNameFontStyle] :: GroupName -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [groupNameFontStyle] :: GroupName -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [groupNameFontWeight] :: GroupName -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [groupNameFontWeight] :: GroupName -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [groupNameJustify] :: GroupName -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [groupNameJustify] :: GroupName -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [groupNameRelativeX] :: GroupName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupNameRelativeX] :: GroupName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupNameRelativeY] :: GroupName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupNameRelativeY] :: GroupName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupSymbolColor] :: GroupSymbol -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [groupSymbolColor] :: GroupSymbol -> Maybe Color
- Fadno.MusicXml.MusicXml20: [groupSymbolDefaultX] :: GroupSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupSymbolDefaultX] :: GroupSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupSymbolDefaultY] :: GroupSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupSymbolDefaultY] :: GroupSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupSymbolRelativeX] :: GroupSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupSymbolRelativeX] :: GroupSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupSymbolRelativeY] :: GroupSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [groupSymbolRelativeY] :: GroupSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [groupingMemberOf] :: Grouping -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [groupingMemberOf] :: Grouping -> Maybe Token
- Fadno.MusicXml.MusicXml20: [groupingNumber] :: Grouping -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [groupingNumber] :: Grouping -> Maybe Token
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffColor] :: HammerOnPullOff -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffColor] :: HammerOnPullOff -> Maybe Color
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffDefaultX] :: HammerOnPullOff -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffDefaultX] :: HammerOnPullOff -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffDefaultY] :: HammerOnPullOff -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffDefaultY] :: HammerOnPullOff -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontFamily] :: HammerOnPullOff -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontFamily] :: HammerOnPullOff -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontSize] :: HammerOnPullOff -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontSize] :: HammerOnPullOff -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontStyle] :: HammerOnPullOff -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontStyle] :: HammerOnPullOff -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontWeight] :: HammerOnPullOff -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffFontWeight] :: HammerOnPullOff -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffNumber] :: HammerOnPullOff -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffNumber] :: HammerOnPullOff -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffPlacement] :: HammerOnPullOff -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffPlacement] :: HammerOnPullOff -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffRelativeX] :: HammerOnPullOff -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffRelativeX] :: HammerOnPullOff -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [hammerOnPullOffRelativeY] :: HammerOnPullOff -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [hammerOnPullOffRelativeY] :: HammerOnPullOff -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonicColor] :: Harmonic -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [harmonicColor] :: Harmonic -> Maybe Color
- Fadno.MusicXml.MusicXml20: [harmonicDefaultX] :: Harmonic -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonicDefaultX] :: Harmonic -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonicDefaultY] :: Harmonic -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonicDefaultY] :: Harmonic -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonicFontFamily] :: Harmonic -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [harmonicFontFamily] :: Harmonic -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [harmonicFontSize] :: Harmonic -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [harmonicFontSize] :: Harmonic -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [harmonicFontStyle] :: Harmonic -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [harmonicFontStyle] :: Harmonic -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [harmonicFontWeight] :: Harmonic -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [harmonicFontWeight] :: Harmonic -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [harmonicHarmonic1] :: Harmonic -> (Maybe ChxHarmonic1)
+ Fadno.MusicXml.MusicXml20: [harmonicHarmonic1] :: Harmonic -> Maybe ChxHarmonic1
- Fadno.MusicXml.MusicXml20: [harmonicHarmonic] :: Harmonic -> (Maybe ChxHarmonic)
+ Fadno.MusicXml.MusicXml20: [harmonicHarmonic] :: Harmonic -> Maybe ChxHarmonic
- Fadno.MusicXml.MusicXml20: [harmonicPlacement] :: Harmonic -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [harmonicPlacement] :: Harmonic -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [harmonicPrintObject] :: Harmonic -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [harmonicPrintObject] :: Harmonic -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [harmonicRelativeX] :: Harmonic -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonicRelativeX] :: Harmonic -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonicRelativeY] :: Harmonic -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonicRelativeY] :: Harmonic -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonyChordBass] :: HarmonyChord -> (Maybe Bass)
+ Fadno.MusicXml.MusicXml20: [harmonyChordBass] :: HarmonyChord -> Maybe Bass
- Fadno.MusicXml.MusicXml20: [harmonyChordInversion] :: HarmonyChord -> (Maybe Inversion)
+ Fadno.MusicXml.MusicXml20: [harmonyChordInversion] :: HarmonyChord -> Maybe Inversion
- Fadno.MusicXml.MusicXml20: [harmonyColor] :: Harmony -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [harmonyColor] :: Harmony -> Maybe Color
- Fadno.MusicXml.MusicXml20: [harmonyDefaultX] :: Harmony -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonyDefaultX] :: Harmony -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonyDefaultY] :: Harmony -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonyDefaultY] :: Harmony -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonyFontFamily] :: Harmony -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [harmonyFontFamily] :: Harmony -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [harmonyFontSize] :: Harmony -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [harmonyFontSize] :: Harmony -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [harmonyFontStyle] :: Harmony -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [harmonyFontStyle] :: Harmony -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [harmonyFontWeight] :: Harmony -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [harmonyFontWeight] :: Harmony -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [harmonyFrame] :: Harmony -> (Maybe Frame)
+ Fadno.MusicXml.MusicXml20: [harmonyFrame] :: Harmony -> Maybe Frame
- Fadno.MusicXml.MusicXml20: [harmonyOffset] :: Harmony -> (Maybe Offset)
+ Fadno.MusicXml.MusicXml20: [harmonyOffset] :: Harmony -> Maybe Offset
- Fadno.MusicXml.MusicXml20: [harmonyPlacement] :: Harmony -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [harmonyPlacement] :: Harmony -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [harmonyPrintFrame] :: Harmony -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [harmonyPrintFrame] :: Harmony -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [harmonyPrintObject] :: Harmony -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [harmonyPrintObject] :: Harmony -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [harmonyRelativeX] :: Harmony -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonyRelativeX] :: Harmony -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonyRelativeY] :: Harmony -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harmonyRelativeY] :: Harmony -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harmonyStaff] :: Harmony -> (Maybe Staff)
+ Fadno.MusicXml.MusicXml20: [harmonyStaff] :: Harmony -> Maybe Staff
- Fadno.MusicXml.MusicXml20: [harmonyType] :: Harmony -> (Maybe HarmonyType)
+ Fadno.MusicXml.MusicXml20: [harmonyType] :: Harmony -> Maybe HarmonyType
- Fadno.MusicXml.MusicXml20: [harpPedalsColor] :: HarpPedals -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [harpPedalsColor] :: HarpPedals -> Maybe Color
- Fadno.MusicXml.MusicXml20: [harpPedalsDefaultX] :: HarpPedals -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harpPedalsDefaultX] :: HarpPedals -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harpPedalsDefaultY] :: HarpPedals -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harpPedalsDefaultY] :: HarpPedals -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harpPedalsFontFamily] :: HarpPedals -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [harpPedalsFontFamily] :: HarpPedals -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [harpPedalsFontSize] :: HarpPedals -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [harpPedalsFontSize] :: HarpPedals -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [harpPedalsFontStyle] :: HarpPedals -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [harpPedalsFontStyle] :: HarpPedals -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [harpPedalsFontWeight] :: HarpPedals -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [harpPedalsFontWeight] :: HarpPedals -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [harpPedalsRelativeX] :: HarpPedals -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harpPedalsRelativeX] :: HarpPedals -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [harpPedalsRelativeY] :: HarpPedals -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [harpPedalsRelativeY] :: HarpPedals -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [heelToeSubstitution] :: HeelToe -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [heelToeSubstitution] :: HeelToe -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [identificationEncoding] :: Identification -> (Maybe Encoding)
+ Fadno.MusicXml.MusicXml20: [identificationEncoding] :: Identification -> Maybe Encoding
- Fadno.MusicXml.MusicXml20: [identificationMiscellaneous] :: Identification -> (Maybe Miscellaneous)
+ Fadno.MusicXml.MusicXml20: [identificationMiscellaneous] :: Identification -> Maybe Miscellaneous
- Fadno.MusicXml.MusicXml20: [identificationSource] :: Identification -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [identificationSource] :: Identification -> Maybe String
- Fadno.MusicXml.MusicXml20: [imageDefaultX] :: Image -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [imageDefaultX] :: Image -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [imageDefaultY] :: Image -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [imageDefaultY] :: Image -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [imageHalign] :: Image -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [imageHalign] :: Image -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [imageRelativeX] :: Image -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [imageRelativeX] :: Image -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [imageRelativeY] :: Image -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [imageRelativeY] :: Image -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [imageValign] :: Image -> (Maybe ValignImage)
+ Fadno.MusicXml.MusicXml20: [imageValign] :: Image -> Maybe ValignImage
- Fadno.MusicXml.MusicXml20: [inversionColor] :: Inversion -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [inversionColor] :: Inversion -> Maybe Color
- Fadno.MusicXml.MusicXml20: [inversionDefaultX] :: Inversion -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [inversionDefaultX] :: Inversion -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [inversionDefaultY] :: Inversion -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [inversionDefaultY] :: Inversion -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [inversionFontFamily] :: Inversion -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [inversionFontFamily] :: Inversion -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [inversionFontSize] :: Inversion -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [inversionFontSize] :: Inversion -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [inversionFontStyle] :: Inversion -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [inversionFontStyle] :: Inversion -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [inversionFontWeight] :: Inversion -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [inversionFontWeight] :: Inversion -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [inversionRelativeX] :: Inversion -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [inversionRelativeX] :: Inversion -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [inversionRelativeY] :: Inversion -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [inversionRelativeY] :: Inversion -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [keyColor] :: Key -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [keyColor] :: Key -> Maybe Color
- Fadno.MusicXml.MusicXml20: [keyDefaultX] :: Key -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [keyDefaultX] :: Key -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [keyDefaultY] :: Key -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [keyDefaultY] :: Key -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [keyFontFamily] :: Key -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [keyFontFamily] :: Key -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [keyFontSize] :: Key -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [keyFontSize] :: Key -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [keyFontStyle] :: Key -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [keyFontStyle] :: Key -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [keyFontWeight] :: Key -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [keyFontWeight] :: Key -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [keyNumber] :: Key -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [keyNumber] :: Key -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [keyOctaveCancel] :: KeyOctave -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [keyOctaveCancel] :: KeyOctave -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [keyPrintObject] :: Key -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [keyPrintObject] :: Key -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [keyRelativeX] :: Key -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [keyRelativeX] :: Key -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [keyRelativeY] :: Key -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [keyRelativeY] :: Key -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [kindBracketDegrees] :: Kind -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [kindBracketDegrees] :: Kind -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [kindColor] :: Kind -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [kindColor] :: Kind -> Maybe Color
- Fadno.MusicXml.MusicXml20: [kindDefaultX] :: Kind -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [kindDefaultX] :: Kind -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [kindDefaultY] :: Kind -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [kindDefaultY] :: Kind -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [kindFontFamily] :: Kind -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [kindFontFamily] :: Kind -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [kindFontSize] :: Kind -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [kindFontSize] :: Kind -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [kindFontStyle] :: Kind -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [kindFontStyle] :: Kind -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [kindFontWeight] :: Kind -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [kindFontWeight] :: Kind -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [kindHalign] :: Kind -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [kindHalign] :: Kind -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [kindParenthesesDegrees] :: Kind -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [kindParenthesesDegrees] :: Kind -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [kindRelativeX] :: Kind -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [kindRelativeX] :: Kind -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [kindRelativeY] :: Kind -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [kindRelativeY] :: Kind -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [kindStackDegrees] :: Kind -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [kindStackDegrees] :: Kind -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [kindText] :: Kind -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [kindText] :: Kind -> Maybe Token
- Fadno.MusicXml.MusicXml20: [kindUseSymbols] :: Kind -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [kindUseSymbols] :: Kind -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [kindValign] :: Kind -> (Maybe Valign)
+ Fadno.MusicXml.MusicXml20: [kindValign] :: Kind -> Maybe Valign
- Fadno.MusicXml.MusicXml20: [layoutPageLayout] :: Layout -> (Maybe PageLayout)
+ Fadno.MusicXml.MusicXml20: [layoutPageLayout] :: Layout -> Maybe PageLayout
- Fadno.MusicXml.MusicXml20: [layoutSystemLayout] :: Layout -> (Maybe SystemLayout)
+ Fadno.MusicXml.MusicXml20: [layoutSystemLayout] :: Layout -> Maybe SystemLayout
- Fadno.MusicXml.MusicXml20: [levelBracket] :: Level -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [levelBracket] :: Level -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [levelParentheses] :: Level -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [levelParentheses] :: Level -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [levelReference] :: Level -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [levelReference] :: Level -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [levelSize] :: Level -> (Maybe SymbolSize)
+ Fadno.MusicXml.MusicXml20: [levelSize] :: Level -> Maybe SymbolSize
- Fadno.MusicXml.MusicXml20: [linkActuate] :: Link -> (Maybe Actuate)
+ Fadno.MusicXml.MusicXml20: [linkActuate] :: Link -> Maybe Actuate
- Fadno.MusicXml.MusicXml20: [linkDefaultX] :: Link -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [linkDefaultX] :: Link -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [linkDefaultY] :: Link -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [linkDefaultY] :: Link -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [linkElement] :: Link -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [linkElement] :: Link -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [linkName] :: Link -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [linkName] :: Link -> Maybe Token
- Fadno.MusicXml.MusicXml20: [linkPosition] :: Link -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [linkPosition] :: Link -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [linkRelativeX] :: Link -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [linkRelativeX] :: Link -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [linkRelativeY] :: Link -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [linkRelativeY] :: Link -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [linkRole] :: Link -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [linkRole] :: Link -> Maybe Token
- Fadno.MusicXml.MusicXml20: [linkShow] :: Link -> (Maybe SmpShow)
+ Fadno.MusicXml.MusicXml20: [linkShow] :: Link -> Maybe SmpShow
- Fadno.MusicXml.MusicXml20: [linkTitle] :: Link -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [linkTitle] :: Link -> Maybe Token
- Fadno.MusicXml.MusicXml20: [linkType] :: Link -> (Maybe Type)
+ Fadno.MusicXml.MusicXml20: [linkType] :: Link -> Maybe Type
- Fadno.MusicXml.MusicXml20: [lyricColor] :: Lyric -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [lyricColor] :: Lyric -> Maybe Color
- Fadno.MusicXml.MusicXml20: [lyricDefaultX] :: Lyric -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [lyricDefaultX] :: Lyric -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [lyricDefaultY] :: Lyric -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [lyricDefaultY] :: Lyric -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [lyricEndLine] :: Lyric -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [lyricEndLine] :: Lyric -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [lyricEndParagraph] :: Lyric -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [lyricEndParagraph] :: Lyric -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [lyricExtend] :: ChxLyric -> (Maybe Extend)
+ Fadno.MusicXml.MusicXml20: [lyricExtend] :: ChxLyric -> Maybe Extend
- Fadno.MusicXml.MusicXml20: [lyricFontFontFamily] :: LyricFont -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [lyricFontFontFamily] :: LyricFont -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [lyricFontFontSize] :: LyricFont -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [lyricFontFontSize] :: LyricFont -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [lyricFontFontStyle] :: LyricFont -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [lyricFontFontStyle] :: LyricFont -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [lyricFontFontWeight] :: LyricFont -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [lyricFontFontWeight] :: LyricFont -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [lyricFontName] :: LyricFont -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [lyricFontName] :: LyricFont -> Maybe Token
- Fadno.MusicXml.MusicXml20: [lyricFontNumber] :: LyricFont -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [lyricFontNumber] :: LyricFont -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [lyricJustify] :: Lyric -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [lyricJustify] :: Lyric -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [lyricLanguageName] :: LyricLanguage -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [lyricLanguageName] :: LyricLanguage -> Maybe Token
- Fadno.MusicXml.MusicXml20: [lyricLanguageNumber] :: LyricLanguage -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [lyricLanguageNumber] :: LyricLanguage -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [lyricName] :: Lyric -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [lyricName] :: Lyric -> Maybe Token
- Fadno.MusicXml.MusicXml20: [lyricNumber] :: Lyric -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [lyricNumber] :: Lyric -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [lyricPlacement] :: Lyric -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [lyricPlacement] :: Lyric -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [lyricRelativeX] :: Lyric -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [lyricRelativeX] :: Lyric -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [lyricRelativeY] :: Lyric -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [lyricRelativeY] :: Lyric -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [lyricSyllabic] :: ChxLyric -> (Maybe Syllabic)
+ Fadno.MusicXml.MusicXml20: [lyricSyllabic] :: ChxLyric -> Maybe Syllabic
- Fadno.MusicXml.MusicXml20: [measureImplicit] :: Measure -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [measureImplicit] :: Measure -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [measureLayoutMeasureDistance] :: MeasureLayout -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureLayoutMeasureDistance] :: MeasureLayout -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [measureNonControlling] :: Measure -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [measureNonControlling] :: Measure -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [measureNumberingColor] :: MeasureNumbering -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [measureNumberingColor] :: MeasureNumbering -> Maybe Color
- Fadno.MusicXml.MusicXml20: [measureNumberingDefaultX] :: MeasureNumbering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureNumberingDefaultX] :: MeasureNumbering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [measureNumberingDefaultY] :: MeasureNumbering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureNumberingDefaultY] :: MeasureNumbering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [measureNumberingFontFamily] :: MeasureNumbering -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [measureNumberingFontFamily] :: MeasureNumbering -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [measureNumberingFontSize] :: MeasureNumbering -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [measureNumberingFontSize] :: MeasureNumbering -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [measureNumberingFontStyle] :: MeasureNumbering -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [measureNumberingFontStyle] :: MeasureNumbering -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [measureNumberingFontWeight] :: MeasureNumbering -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [measureNumberingFontWeight] :: MeasureNumbering -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [measureNumberingRelativeX] :: MeasureNumbering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureNumberingRelativeX] :: MeasureNumbering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [measureNumberingRelativeY] :: MeasureNumbering -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureNumberingRelativeY] :: MeasureNumbering -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [measureRepeatSlashes] :: MeasureRepeat -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [measureRepeatSlashes] :: MeasureRepeat -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [measureStyleColor] :: MeasureStyle -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [measureStyleColor] :: MeasureStyle -> Maybe Color
- Fadno.MusicXml.MusicXml20: [measureStyleFontFamily] :: MeasureStyle -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [measureStyleFontFamily] :: MeasureStyle -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [measureStyleFontSize] :: MeasureStyle -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [measureStyleFontSize] :: MeasureStyle -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [measureStyleFontStyle] :: MeasureStyle -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [measureStyleFontStyle] :: MeasureStyle -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [measureStyleFontWeight] :: MeasureStyle -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [measureStyleFontWeight] :: MeasureStyle -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [measureStyleNumber] :: MeasureStyle -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [measureStyleNumber] :: MeasureStyle -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [measureWidth] :: Measure -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [measureWidth] :: Measure -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [metronomeBeamNumber] :: MetronomeBeam -> (Maybe BeamLevel)
+ Fadno.MusicXml.MusicXml20: [metronomeBeamNumber] :: MetronomeBeam -> Maybe BeamLevel
- Fadno.MusicXml.MusicXml20: [metronomeColor] :: Metronome -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [metronomeColor] :: Metronome -> Maybe Color
- Fadno.MusicXml.MusicXml20: [metronomeDefaultX] :: Metronome -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [metronomeDefaultX] :: Metronome -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [metronomeDefaultY] :: Metronome -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [metronomeDefaultY] :: Metronome -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [metronomeFontFamily] :: Metronome -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [metronomeFontFamily] :: Metronome -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [metronomeFontSize] :: Metronome -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [metronomeFontSize] :: Metronome -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [metronomeFontStyle] :: Metronome -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [metronomeFontStyle] :: Metronome -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [metronomeFontWeight] :: Metronome -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [metronomeFontWeight] :: Metronome -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [metronomeMetronome1] :: ChxMetronome -> (Maybe SeqMetronome)
+ Fadno.MusicXml.MusicXml20: [metronomeMetronome1] :: ChxMetronome -> Maybe SeqMetronome
- Fadno.MusicXml.MusicXml20: [metronomeNoteMetronomeTuplet] :: MetronomeNote -> (Maybe MetronomeTuplet)
+ Fadno.MusicXml.MusicXml20: [metronomeNoteMetronomeTuplet] :: MetronomeNote -> Maybe MetronomeTuplet
- Fadno.MusicXml.MusicXml20: [metronomeParentheses] :: Metronome -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [metronomeParentheses] :: Metronome -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [metronomeRelativeX] :: Metronome -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [metronomeRelativeX] :: Metronome -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [metronomeRelativeY] :: Metronome -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [metronomeRelativeY] :: Metronome -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [metronomeTupletBracket] :: MetronomeTuplet -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [metronomeTupletBracket] :: MetronomeTuplet -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [metronomeTupletShowNumber] :: MetronomeTuplet -> (Maybe ShowTuplet)
+ Fadno.MusicXml.MusicXml20: [metronomeTupletShowNumber] :: MetronomeTuplet -> Maybe ShowTuplet
- Fadno.MusicXml.MusicXml20: [midiDevicePort] :: MidiDevice -> (Maybe Midi16)
+ Fadno.MusicXml.MusicXml20: [midiDevicePort] :: MidiDevice -> Maybe Midi16
- Fadno.MusicXml.MusicXml20: [midiInstrumentElevation] :: MidiInstrument -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentElevation] :: MidiInstrument -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [midiInstrumentMidiBank] :: MidiInstrument -> (Maybe Midi16384)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentMidiBank] :: MidiInstrument -> Maybe Midi16384
- Fadno.MusicXml.MusicXml20: [midiInstrumentMidiChannel] :: MidiInstrument -> (Maybe Midi16)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentMidiChannel] :: MidiInstrument -> Maybe Midi16
- Fadno.MusicXml.MusicXml20: [midiInstrumentMidiName] :: MidiInstrument -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentMidiName] :: MidiInstrument -> Maybe String
- Fadno.MusicXml.MusicXml20: [midiInstrumentMidiProgram] :: MidiInstrument -> (Maybe Midi128)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentMidiProgram] :: MidiInstrument -> Maybe Midi128
- Fadno.MusicXml.MusicXml20: [midiInstrumentMidiUnpitched] :: MidiInstrument -> (Maybe Midi128)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentMidiUnpitched] :: MidiInstrument -> Maybe Midi128
- Fadno.MusicXml.MusicXml20: [midiInstrumentPan] :: MidiInstrument -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentPan] :: MidiInstrument -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [midiInstrumentVolume] :: MidiInstrument -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [midiInstrumentVolume] :: MidiInstrument -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [mordentLong] :: Mordent -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [mordentLong] :: Mordent -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [multipleRestUseSymbols] :: MultipleRest -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [multipleRestUseSymbols] :: MultipleRest -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [nameDisplayPrintObject] :: NameDisplay -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [nameDisplayPrintObject] :: NameDisplay -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [nonArpeggiateColor] :: NonArpeggiate -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateColor] :: NonArpeggiate -> Maybe Color
- Fadno.MusicXml.MusicXml20: [nonArpeggiateDefaultX] :: NonArpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateDefaultX] :: NonArpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [nonArpeggiateDefaultY] :: NonArpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateDefaultY] :: NonArpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [nonArpeggiateNumber] :: NonArpeggiate -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateNumber] :: NonArpeggiate -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [nonArpeggiatePlacement] :: NonArpeggiate -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiatePlacement] :: NonArpeggiate -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [nonArpeggiateRelativeX] :: NonArpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateRelativeX] :: NonArpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [nonArpeggiateRelativeY] :: NonArpeggiate -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [nonArpeggiateRelativeY] :: NonArpeggiate -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [noteAccidental] :: Note -> (Maybe Accidental)
+ Fadno.MusicXml.MusicXml20: [noteAccidental] :: Note -> Maybe Accidental
- Fadno.MusicXml.MusicXml20: [noteAttack] :: Note -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [noteAttack] :: Note -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [noteColor] :: Note -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [noteColor] :: Note -> Maybe Color
- Fadno.MusicXml.MusicXml20: [noteDefaultX] :: Note -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [noteDefaultX] :: Note -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [noteDefaultY] :: Note -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [noteDefaultY] :: Note -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [noteDynamics] :: Note -> (Maybe NonNegativeDecimal)
+ Fadno.MusicXml.MusicXml20: [noteDynamics] :: Note -> Maybe NonNegativeDecimal
- Fadno.MusicXml.MusicXml20: [noteEndDynamics] :: Note -> (Maybe NonNegativeDecimal)
+ Fadno.MusicXml.MusicXml20: [noteEndDynamics] :: Note -> Maybe NonNegativeDecimal
- Fadno.MusicXml.MusicXml20: [noteFontFamily] :: Note -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [noteFontFamily] :: Note -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [noteFontSize] :: Note -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [noteFontSize] :: Note -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [noteFontStyle] :: Note -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [noteFontStyle] :: Note -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [noteFontWeight] :: Note -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [noteFontWeight] :: Note -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [noteInstrument] :: Note -> (Maybe Instrument)
+ Fadno.MusicXml.MusicXml20: [noteInstrument] :: Note -> Maybe Instrument
- Fadno.MusicXml.MusicXml20: [noteNotehead] :: Note -> (Maybe Notehead)
+ Fadno.MusicXml.MusicXml20: [noteNotehead] :: Note -> Maybe Notehead
- Fadno.MusicXml.MusicXml20: [notePizzicato] :: Note -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [notePizzicato] :: Note -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [notePrintDot] :: Note -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [notePrintDot] :: Note -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [notePrintLyric] :: Note -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [notePrintLyric] :: Note -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [notePrintObject] :: Note -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [notePrintObject] :: Note -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [notePrintSpacing] :: Note -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [notePrintSpacing] :: Note -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [noteRelativeX] :: Note -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [noteRelativeX] :: Note -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [noteRelativeY] :: Note -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [noteRelativeY] :: Note -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [noteRelease] :: Note -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [noteRelease] :: Note -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [noteStaff] :: Note -> (Maybe Staff)
+ Fadno.MusicXml.MusicXml20: [noteStaff] :: Note -> Maybe Staff
- Fadno.MusicXml.MusicXml20: [noteStem] :: Note -> (Maybe Stem)
+ Fadno.MusicXml.MusicXml20: [noteStem] :: Note -> Maybe Stem
- Fadno.MusicXml.MusicXml20: [noteTimeModification] :: Note -> (Maybe TimeModification)
+ Fadno.MusicXml.MusicXml20: [noteTimeModification] :: Note -> Maybe TimeModification
- Fadno.MusicXml.MusicXml20: [noteTimeOnly] :: Note -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [noteTimeOnly] :: Note -> Maybe Token
- Fadno.MusicXml.MusicXml20: [noteTypeSize] :: NoteType -> (Maybe SymbolSize)
+ Fadno.MusicXml.MusicXml20: [noteTypeSize] :: NoteType -> Maybe SymbolSize
- Fadno.MusicXml.MusicXml20: [noteType] :: Note -> (Maybe NoteType)
+ Fadno.MusicXml.MusicXml20: [noteType] :: Note -> Maybe NoteType
- Fadno.MusicXml.MusicXml20: [noteheadColor] :: Notehead -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [noteheadColor] :: Notehead -> Maybe Color
- Fadno.MusicXml.MusicXml20: [noteheadFilled] :: Notehead -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [noteheadFilled] :: Notehead -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [noteheadFontFamily] :: Notehead -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [noteheadFontFamily] :: Notehead -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [noteheadFontSize] :: Notehead -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [noteheadFontSize] :: Notehead -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [noteheadFontStyle] :: Notehead -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [noteheadFontStyle] :: Notehead -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [noteheadFontWeight] :: Notehead -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [noteheadFontWeight] :: Notehead -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [noteheadParentheses] :: Notehead -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [noteheadParentheses] :: Notehead -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [octaveShiftColor] :: OctaveShift -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [octaveShiftColor] :: OctaveShift -> Maybe Color
- Fadno.MusicXml.MusicXml20: [octaveShiftDefaultX] :: OctaveShift -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [octaveShiftDefaultX] :: OctaveShift -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [octaveShiftDefaultY] :: OctaveShift -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [octaveShiftDefaultY] :: OctaveShift -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [octaveShiftFontFamily] :: OctaveShift -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [octaveShiftFontFamily] :: OctaveShift -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [octaveShiftFontSize] :: OctaveShift -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [octaveShiftFontSize] :: OctaveShift -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [octaveShiftFontStyle] :: OctaveShift -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [octaveShiftFontStyle] :: OctaveShift -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [octaveShiftFontWeight] :: OctaveShift -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [octaveShiftFontWeight] :: OctaveShift -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [octaveShiftNumber] :: OctaveShift -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [octaveShiftNumber] :: OctaveShift -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [octaveShiftRelativeX] :: OctaveShift -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [octaveShiftRelativeX] :: OctaveShift -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [octaveShiftRelativeY] :: OctaveShift -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [octaveShiftRelativeY] :: OctaveShift -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [octaveShiftSize] :: OctaveShift -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [octaveShiftSize] :: OctaveShift -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [offsetSound] :: Offset -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [offsetSound] :: Offset -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [opusActuate] :: Opus -> (Maybe Actuate)
+ Fadno.MusicXml.MusicXml20: [opusActuate] :: Opus -> Maybe Actuate
- Fadno.MusicXml.MusicXml20: [opusRole] :: Opus -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [opusRole] :: Opus -> Maybe Token
- Fadno.MusicXml.MusicXml20: [opusShow] :: Opus -> (Maybe SmpShow)
+ Fadno.MusicXml.MusicXml20: [opusShow] :: Opus -> Maybe SmpShow
- Fadno.MusicXml.MusicXml20: [opusTitle] :: Opus -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [opusTitle] :: Opus -> Maybe Token
- Fadno.MusicXml.MusicXml20: [opusType] :: Opus -> (Maybe Type)
+ Fadno.MusicXml.MusicXml20: [opusType] :: Opus -> Maybe Type
- Fadno.MusicXml.MusicXml20: [otherDirectionColor] :: OtherDirection -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [otherDirectionColor] :: OtherDirection -> Maybe Color
- Fadno.MusicXml.MusicXml20: [otherDirectionDefaultX] :: OtherDirection -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherDirectionDefaultX] :: OtherDirection -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherDirectionDefaultY] :: OtherDirection -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherDirectionDefaultY] :: OtherDirection -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherDirectionFontFamily] :: OtherDirection -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [otherDirectionFontFamily] :: OtherDirection -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [otherDirectionFontSize] :: OtherDirection -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [otherDirectionFontSize] :: OtherDirection -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [otherDirectionFontStyle] :: OtherDirection -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [otherDirectionFontStyle] :: OtherDirection -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [otherDirectionFontWeight] :: OtherDirection -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [otherDirectionFontWeight] :: OtherDirection -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [otherDirectionPrintObject] :: OtherDirection -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [otherDirectionPrintObject] :: OtherDirection -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [otherDirectionRelativeX] :: OtherDirection -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherDirectionRelativeX] :: OtherDirection -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherDirectionRelativeY] :: OtherDirection -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherDirectionRelativeY] :: OtherDirection -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherNotationColor] :: OtherNotation -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [otherNotationColor] :: OtherNotation -> Maybe Color
- Fadno.MusicXml.MusicXml20: [otherNotationDefaultX] :: OtherNotation -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherNotationDefaultX] :: OtherNotation -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherNotationDefaultY] :: OtherNotation -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherNotationDefaultY] :: OtherNotation -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherNotationFontFamily] :: OtherNotation -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [otherNotationFontFamily] :: OtherNotation -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [otherNotationFontSize] :: OtherNotation -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [otherNotationFontSize] :: OtherNotation -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [otherNotationFontStyle] :: OtherNotation -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [otherNotationFontStyle] :: OtherNotation -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [otherNotationFontWeight] :: OtherNotation -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [otherNotationFontWeight] :: OtherNotation -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [otherNotationNumber] :: OtherNotation -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [otherNotationNumber] :: OtherNotation -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [otherNotationPlacement] :: OtherNotation -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [otherNotationPlacement] :: OtherNotation -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [otherNotationPrintObject] :: OtherNotation -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [otherNotationPrintObject] :: OtherNotation -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [otherNotationRelativeX] :: OtherNotation -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherNotationRelativeX] :: OtherNotation -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [otherNotationRelativeY] :: OtherNotation -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [otherNotationRelativeY] :: OtherNotation -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [pageLayoutPageLayout] :: PageLayout -> (Maybe SeqPageLayout)
+ Fadno.MusicXml.MusicXml20: [pageLayoutPageLayout] :: PageLayout -> Maybe SeqPageLayout
- Fadno.MusicXml.MusicXml20: [pageMarginsType] :: PageMargins -> (Maybe MarginType)
+ Fadno.MusicXml.MusicXml20: [pageMarginsType] :: PageMargins -> Maybe MarginType
- Fadno.MusicXml.MusicXml20: [partGroupGroupAbbreviationDisplay] :: PartGroup -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupAbbreviationDisplay] :: PartGroup -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [partGroupGroupAbbreviation] :: PartGroup -> (Maybe GroupName)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupAbbreviation] :: PartGroup -> Maybe GroupName
- Fadno.MusicXml.MusicXml20: [partGroupGroupBarline] :: PartGroup -> (Maybe GroupBarline)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupBarline] :: PartGroup -> Maybe GroupBarline
- Fadno.MusicXml.MusicXml20: [partGroupGroupNameDisplay] :: PartGroup -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupNameDisplay] :: PartGroup -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [partGroupGroupName] :: PartGroup -> (Maybe GroupName)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupName] :: PartGroup -> Maybe GroupName
- Fadno.MusicXml.MusicXml20: [partGroupGroupSymbol] :: PartGroup -> (Maybe GroupSymbol)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupSymbol] :: PartGroup -> Maybe GroupSymbol
- Fadno.MusicXml.MusicXml20: [partGroupGroupTime] :: PartGroup -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [partGroupGroupTime] :: PartGroup -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [partGroupNumber] :: PartGroup -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [partGroupNumber] :: PartGroup -> Maybe Token
- Fadno.MusicXml.MusicXml20: [partNameColor] :: PartName -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [partNameColor] :: PartName -> Maybe Color
- Fadno.MusicXml.MusicXml20: [partNameDefaultX] :: PartName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partNameDefaultX] :: PartName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partNameDefaultY] :: PartName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partNameDefaultY] :: PartName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partNameFontFamily] :: PartName -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [partNameFontFamily] :: PartName -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [partNameFontSize] :: PartName -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [partNameFontSize] :: PartName -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [partNameFontStyle] :: PartName -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [partNameFontStyle] :: PartName -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [partNameFontWeight] :: PartName -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [partNameFontWeight] :: PartName -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [partNameJustify] :: PartName -> (Maybe LeftCenterRight)
+ Fadno.MusicXml.MusicXml20: [partNameJustify] :: PartName -> Maybe LeftCenterRight
- Fadno.MusicXml.MusicXml20: [partNamePrintObject] :: PartName -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [partNamePrintObject] :: PartName -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [partNameRelativeX] :: PartName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partNameRelativeX] :: PartName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partNameRelativeY] :: PartName -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partNameRelativeY] :: PartName -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partSymbolBottomStaff] :: PartSymbol -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [partSymbolBottomStaff] :: PartSymbol -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [partSymbolColor] :: PartSymbol -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [partSymbolColor] :: PartSymbol -> Maybe Color
- Fadno.MusicXml.MusicXml20: [partSymbolDefaultX] :: PartSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partSymbolDefaultX] :: PartSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partSymbolDefaultY] :: PartSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partSymbolDefaultY] :: PartSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partSymbolRelativeX] :: PartSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partSymbolRelativeX] :: PartSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partSymbolRelativeY] :: PartSymbol -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [partSymbolRelativeY] :: PartSymbol -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [partSymbolTopStaff] :: PartSymbol -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [partSymbolTopStaff] :: PartSymbol -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [pedalColor] :: Pedal -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [pedalColor] :: Pedal -> Maybe Color
- Fadno.MusicXml.MusicXml20: [pedalDefaultX] :: Pedal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [pedalDefaultX] :: Pedal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [pedalDefaultY] :: Pedal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [pedalDefaultY] :: Pedal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [pedalFontFamily] :: Pedal -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [pedalFontFamily] :: Pedal -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [pedalFontSize] :: Pedal -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [pedalFontSize] :: Pedal -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [pedalFontStyle] :: Pedal -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [pedalFontStyle] :: Pedal -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [pedalFontWeight] :: Pedal -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [pedalFontWeight] :: Pedal -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [pedalLine] :: Pedal -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [pedalLine] :: Pedal -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [pedalRelativeX] :: Pedal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [pedalRelativeX] :: Pedal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [pedalRelativeY] :: Pedal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [pedalRelativeY] :: Pedal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [perMinuteFontFamily] :: PerMinute -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [perMinuteFontFamily] :: PerMinute -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [perMinuteFontSize] :: PerMinute -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [perMinuteFontSize] :: PerMinute -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [perMinuteFontStyle] :: PerMinute -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [perMinuteFontStyle] :: PerMinute -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [perMinuteFontWeight] :: PerMinute -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [perMinuteFontWeight] :: PerMinute -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [pitchAlter] :: Pitch -> (Maybe Semitones)
+ Fadno.MusicXml.MusicXml20: [pitchAlter] :: Pitch -> Maybe Semitones
- Fadno.MusicXml.MusicXml20: [placementTextColor] :: PlacementText -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [placementTextColor] :: PlacementText -> Maybe Color
- Fadno.MusicXml.MusicXml20: [placementTextDefaultX] :: PlacementText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [placementTextDefaultX] :: PlacementText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [placementTextDefaultY] :: PlacementText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [placementTextDefaultY] :: PlacementText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [placementTextFontFamily] :: PlacementText -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [placementTextFontFamily] :: PlacementText -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [placementTextFontSize] :: PlacementText -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [placementTextFontSize] :: PlacementText -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [placementTextFontStyle] :: PlacementText -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [placementTextFontStyle] :: PlacementText -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [placementTextFontWeight] :: PlacementText -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [placementTextFontWeight] :: PlacementText -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [placementTextPlacement] :: PlacementText -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [placementTextPlacement] :: PlacementText -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [placementTextRelativeX] :: PlacementText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [placementTextRelativeX] :: PlacementText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [placementTextRelativeY] :: PlacementText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [placementTextRelativeY] :: PlacementText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [printBlankPage] :: Print -> (Maybe PositiveInteger)
+ Fadno.MusicXml.MusicXml20: [printBlankPage] :: Print -> Maybe PositiveInteger
- Fadno.MusicXml.MusicXml20: [printMeasureLayout] :: Print -> (Maybe MeasureLayout)
+ Fadno.MusicXml.MusicXml20: [printMeasureLayout] :: Print -> Maybe MeasureLayout
- Fadno.MusicXml.MusicXml20: [printMeasureNumbering] :: Print -> (Maybe MeasureNumbering)
+ Fadno.MusicXml.MusicXml20: [printMeasureNumbering] :: Print -> Maybe MeasureNumbering
- Fadno.MusicXml.MusicXml20: [printNewPage] :: Print -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [printNewPage] :: Print -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [printNewSystem] :: Print -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [printNewSystem] :: Print -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [printPageNumber] :: Print -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [printPageNumber] :: Print -> Maybe Token
- Fadno.MusicXml.MusicXml20: [printPartAbbreviationDisplay] :: Print -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [printPartAbbreviationDisplay] :: Print -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [printPartNameDisplay] :: Print -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [printPartNameDisplay] :: Print -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [printStaffSpacing] :: Print -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [printStaffSpacing] :: Print -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rehearsalColor] :: Rehearsal -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [rehearsalColor] :: Rehearsal -> Maybe Color
- Fadno.MusicXml.MusicXml20: [rehearsalDefaultX] :: Rehearsal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rehearsalDefaultX] :: Rehearsal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rehearsalDefaultY] :: Rehearsal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rehearsalDefaultY] :: Rehearsal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rehearsalDir] :: Rehearsal -> (Maybe TextDirection)
+ Fadno.MusicXml.MusicXml20: [rehearsalDir] :: Rehearsal -> Maybe TextDirection
- Fadno.MusicXml.MusicXml20: [rehearsalEnclosure] :: Rehearsal -> (Maybe RehearsalEnclosure)
+ Fadno.MusicXml.MusicXml20: [rehearsalEnclosure] :: Rehearsal -> Maybe RehearsalEnclosure
- Fadno.MusicXml.MusicXml20: [rehearsalFontFamily] :: Rehearsal -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [rehearsalFontFamily] :: Rehearsal -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [rehearsalFontSize] :: Rehearsal -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [rehearsalFontSize] :: Rehearsal -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [rehearsalFontStyle] :: Rehearsal -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [rehearsalFontStyle] :: Rehearsal -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [rehearsalFontWeight] :: Rehearsal -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [rehearsalFontWeight] :: Rehearsal -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [rehearsalLang] :: Rehearsal -> (Maybe Lang)
+ Fadno.MusicXml.MusicXml20: [rehearsalLang] :: Rehearsal -> Maybe Lang
- Fadno.MusicXml.MusicXml20: [rehearsalLineThrough] :: Rehearsal -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [rehearsalLineThrough] :: Rehearsal -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [rehearsalOverline] :: Rehearsal -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [rehearsalOverline] :: Rehearsal -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [rehearsalRelativeX] :: Rehearsal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rehearsalRelativeX] :: Rehearsal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rehearsalRelativeY] :: Rehearsal -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rehearsalRelativeY] :: Rehearsal -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rehearsalRotation] :: Rehearsal -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [rehearsalRotation] :: Rehearsal -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [rehearsalUnderline] :: Rehearsal -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [rehearsalUnderline] :: Rehearsal -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [repeatTimes] :: Repeat -> (Maybe NonNegativeInteger)
+ Fadno.MusicXml.MusicXml20: [repeatTimes] :: Repeat -> Maybe NonNegativeInteger
- Fadno.MusicXml.MusicXml20: [rootAlterColor] :: RootAlter -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [rootAlterColor] :: RootAlter -> Maybe Color
- Fadno.MusicXml.MusicXml20: [rootAlterDefaultX] :: RootAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootAlterDefaultX] :: RootAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootAlterDefaultY] :: RootAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootAlterDefaultY] :: RootAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootAlterFontFamily] :: RootAlter -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [rootAlterFontFamily] :: RootAlter -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [rootAlterFontSize] :: RootAlter -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [rootAlterFontSize] :: RootAlter -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [rootAlterFontStyle] :: RootAlter -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [rootAlterFontStyle] :: RootAlter -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [rootAlterFontWeight] :: RootAlter -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [rootAlterFontWeight] :: RootAlter -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [rootAlterLocation] :: RootAlter -> (Maybe LeftRight)
+ Fadno.MusicXml.MusicXml20: [rootAlterLocation] :: RootAlter -> Maybe LeftRight
- Fadno.MusicXml.MusicXml20: [rootAlterPrintObject] :: RootAlter -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [rootAlterPrintObject] :: RootAlter -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [rootAlterRelativeX] :: RootAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootAlterRelativeX] :: RootAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootAlterRelativeY] :: RootAlter -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootAlterRelativeY] :: RootAlter -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootRootAlter] :: Root -> (Maybe RootAlter)
+ Fadno.MusicXml.MusicXml20: [rootRootAlter] :: Root -> Maybe RootAlter
- Fadno.MusicXml.MusicXml20: [rootStepColor] :: RootStep -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [rootStepColor] :: RootStep -> Maybe Color
- Fadno.MusicXml.MusicXml20: [rootStepDefaultX] :: RootStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootStepDefaultX] :: RootStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootStepDefaultY] :: RootStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootStepDefaultY] :: RootStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootStepFontFamily] :: RootStep -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [rootStepFontFamily] :: RootStep -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [rootStepFontSize] :: RootStep -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [rootStepFontSize] :: RootStep -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [rootStepFontStyle] :: RootStep -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [rootStepFontStyle] :: RootStep -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [rootStepFontWeight] :: RootStep -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [rootStepFontWeight] :: RootStep -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [rootStepRelativeX] :: RootStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootStepRelativeX] :: RootStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootStepRelativeY] :: RootStep -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [rootStepRelativeY] :: RootStep -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [rootStepText] :: RootStep -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [rootStepText] :: RootStep -> Maybe Token
- Fadno.MusicXml.MusicXml20: [scoreHeaderDefaults] :: ScoreHeader -> (Maybe Defaults)
+ Fadno.MusicXml.MusicXml20: [scoreHeaderDefaults] :: ScoreHeader -> Maybe Defaults
- Fadno.MusicXml.MusicXml20: [scoreHeaderIdentification] :: ScoreHeader -> (Maybe Identification)
+ Fadno.MusicXml.MusicXml20: [scoreHeaderIdentification] :: ScoreHeader -> Maybe Identification
- Fadno.MusicXml.MusicXml20: [scoreHeaderMovementNumber] :: ScoreHeader -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [scoreHeaderMovementNumber] :: ScoreHeader -> Maybe String
- Fadno.MusicXml.MusicXml20: [scoreHeaderMovementTitle] :: ScoreHeader -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [scoreHeaderMovementTitle] :: ScoreHeader -> Maybe String
- Fadno.MusicXml.MusicXml20: [scoreHeaderWork] :: ScoreHeader -> (Maybe Work)
+ Fadno.MusicXml.MusicXml20: [scoreHeaderWork] :: ScoreHeader -> Maybe Work
- Fadno.MusicXml.MusicXml20: [scoreInstrumentInstrumentAbbreviation] :: ScoreInstrument -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [scoreInstrumentInstrumentAbbreviation] :: ScoreInstrument -> Maybe String
- Fadno.MusicXml.MusicXml20: [scoreInstrumentScoreInstrument] :: ScoreInstrument -> (Maybe ChxScoreInstrument)
+ Fadno.MusicXml.MusicXml20: [scoreInstrumentScoreInstrument] :: ScoreInstrument -> Maybe ChxScoreInstrument
- Fadno.MusicXml.MusicXml20: [scorePartIdentification] :: CmpScorePart -> (Maybe Identification)
+ Fadno.MusicXml.MusicXml20: [scorePartIdentification] :: CmpScorePart -> Maybe Identification
- Fadno.MusicXml.MusicXml20: [scorePartMidiDevice] :: CmpScorePart -> (Maybe MidiDevice)
+ Fadno.MusicXml.MusicXml20: [scorePartMidiDevice] :: CmpScorePart -> Maybe MidiDevice
- Fadno.MusicXml.MusicXml20: [scorePartPartAbbreviationDisplay] :: CmpScorePart -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [scorePartPartAbbreviationDisplay] :: CmpScorePart -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [scorePartPartAbbreviation] :: CmpScorePart -> (Maybe PartName)
+ Fadno.MusicXml.MusicXml20: [scorePartPartAbbreviation] :: CmpScorePart -> Maybe PartName
- Fadno.MusicXml.MusicXml20: [scorePartPartNameDisplay] :: CmpScorePart -> (Maybe NameDisplay)
+ Fadno.MusicXml.MusicXml20: [scorePartPartNameDisplay] :: CmpScorePart -> Maybe NameDisplay
- Fadno.MusicXml.MusicXml20: [scorePartwiseVersion] :: ScorePartwise -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [scorePartwiseVersion] :: ScorePartwise -> Maybe Token
- Fadno.MusicXml.MusicXml20: [scoreTimewiseVersion] :: ScoreTimewise -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [scoreTimewiseVersion] :: ScoreTimewise -> Maybe Token
- Fadno.MusicXml.MusicXml20: [seqlyricLyric] :: SeqLyric -> (Maybe SeqLyric0)
+ Fadno.MusicXml.MusicXml20: [seqlyricLyric] :: SeqLyric -> Maybe SeqLyric0
- Fadno.MusicXml.MusicXml20: [seqlyricSyllabic] :: SeqLyric0 -> (Maybe Syllabic)
+ Fadno.MusicXml.MusicXml20: [seqlyricSyllabic] :: SeqLyric0 -> Maybe Syllabic
- Fadno.MusicXml.MusicXml20: [slashSlash] :: CmpSlash -> (Maybe Slash)
+ Fadno.MusicXml.MusicXml20: [slashSlash] :: CmpSlash -> Maybe Slash
- Fadno.MusicXml.MusicXml20: [slashUseDots] :: CmpSlash -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [slashUseDots] :: CmpSlash -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [slashUseStems] :: CmpSlash -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [slashUseStems] :: CmpSlash -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [slideAccelerate] :: Slide -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [slideAccelerate] :: Slide -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [slideBeats] :: Slide -> (Maybe TrillBeats)
+ Fadno.MusicXml.MusicXml20: [slideBeats] :: Slide -> Maybe TrillBeats
- Fadno.MusicXml.MusicXml20: [slideColor] :: Slide -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [slideColor] :: Slide -> Maybe Color
- Fadno.MusicXml.MusicXml20: [slideDefaultX] :: Slide -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slideDefaultX] :: Slide -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slideDefaultY] :: Slide -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slideDefaultY] :: Slide -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slideFirstBeat] :: Slide -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [slideFirstBeat] :: Slide -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [slideFontFamily] :: Slide -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [slideFontFamily] :: Slide -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [slideFontSize] :: Slide -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [slideFontSize] :: Slide -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [slideFontStyle] :: Slide -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [slideFontStyle] :: Slide -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [slideFontWeight] :: Slide -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [slideFontWeight] :: Slide -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [slideLastBeat] :: Slide -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [slideLastBeat] :: Slide -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [slideLineType] :: Slide -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [slideLineType] :: Slide -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [slideNumber] :: Slide -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [slideNumber] :: Slide -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [slideRelativeX] :: Slide -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slideRelativeX] :: Slide -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slideRelativeY] :: Slide -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slideRelativeY] :: Slide -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurBezierOffset2] :: Slur -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [slurBezierOffset2] :: Slur -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [slurBezierOffset] :: Slur -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [slurBezierOffset] :: Slur -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [slurBezierX2] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurBezierX2] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurBezierX] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurBezierX] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurBezierY2] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurBezierY2] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurBezierY] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurBezierY] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurColor] :: Slur -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [slurColor] :: Slur -> Maybe Color
- Fadno.MusicXml.MusicXml20: [slurDefaultX] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurDefaultX] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurDefaultY] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurDefaultY] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurLineType] :: Slur -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [slurLineType] :: Slur -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [slurNumber] :: Slur -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [slurNumber] :: Slur -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [slurOrientation] :: Slur -> (Maybe OverUnder)
+ Fadno.MusicXml.MusicXml20: [slurOrientation] :: Slur -> Maybe OverUnder
- Fadno.MusicXml.MusicXml20: [slurPlacement] :: Slur -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [slurPlacement] :: Slur -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [slurRelativeX] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurRelativeX] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [slurRelativeY] :: Slur -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [slurRelativeY] :: Slur -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [soundCoda] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundCoda] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [soundDacapo] :: Sound -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [soundDacapo] :: Sound -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [soundDalsegno] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundDalsegno] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [soundDamperPedal] :: Sound -> (Maybe YesNoNumber)
+ Fadno.MusicXml.MusicXml20: [soundDamperPedal] :: Sound -> Maybe YesNoNumber
- Fadno.MusicXml.MusicXml20: [soundDivisions] :: Sound -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [soundDivisions] :: Sound -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [soundDynamics] :: Sound -> (Maybe NonNegativeDecimal)
+ Fadno.MusicXml.MusicXml20: [soundDynamics] :: Sound -> Maybe NonNegativeDecimal
- Fadno.MusicXml.MusicXml20: [soundElevation] :: Sound -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [soundElevation] :: Sound -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [soundFine] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundFine] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [soundForwardRepeat] :: Sound -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [soundForwardRepeat] :: Sound -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [soundOffset] :: Sound -> (Maybe Offset)
+ Fadno.MusicXml.MusicXml20: [soundOffset] :: Sound -> Maybe Offset
- Fadno.MusicXml.MusicXml20: [soundPan] :: Sound -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [soundPan] :: Sound -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [soundPizzicato] :: Sound -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [soundPizzicato] :: Sound -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [soundSegno] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundSegno] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [soundSoftPedal] :: Sound -> (Maybe YesNoNumber)
+ Fadno.MusicXml.MusicXml20: [soundSoftPedal] :: Sound -> Maybe YesNoNumber
- Fadno.MusicXml.MusicXml20: [soundSostenutoPedal] :: Sound -> (Maybe YesNoNumber)
+ Fadno.MusicXml.MusicXml20: [soundSostenutoPedal] :: Sound -> Maybe YesNoNumber
- Fadno.MusicXml.MusicXml20: [soundTempo] :: Sound -> (Maybe NonNegativeDecimal)
+ Fadno.MusicXml.MusicXml20: [soundTempo] :: Sound -> Maybe NonNegativeDecimal
- Fadno.MusicXml.MusicXml20: [soundTimeOnly] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundTimeOnly] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [soundTocoda] :: Sound -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [soundTocoda] :: Sound -> Maybe Token
- Fadno.MusicXml.MusicXml20: [staffDetailsCapo] :: StaffDetails -> (Maybe NonNegativeInteger)
+ Fadno.MusicXml.MusicXml20: [staffDetailsCapo] :: StaffDetails -> Maybe NonNegativeInteger
- Fadno.MusicXml.MusicXml20: [staffDetailsNumber] :: StaffDetails -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [staffDetailsNumber] :: StaffDetails -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [staffDetailsPrintObject] :: StaffDetails -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [staffDetailsPrintObject] :: StaffDetails -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [staffDetailsPrintSpacing] :: StaffDetails -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [staffDetailsPrintSpacing] :: StaffDetails -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [staffDetailsShowFrets] :: StaffDetails -> (Maybe ShowFrets)
+ Fadno.MusicXml.MusicXml20: [staffDetailsShowFrets] :: StaffDetails -> Maybe ShowFrets
- Fadno.MusicXml.MusicXml20: [staffDetailsStaffLines] :: StaffDetails -> (Maybe NonNegativeInteger)
+ Fadno.MusicXml.MusicXml20: [staffDetailsStaffLines] :: StaffDetails -> Maybe NonNegativeInteger
- Fadno.MusicXml.MusicXml20: [staffDetailsStaffSize] :: StaffDetails -> (Maybe NonNegativeDecimal)
+ Fadno.MusicXml.MusicXml20: [staffDetailsStaffSize] :: StaffDetails -> Maybe NonNegativeDecimal
- Fadno.MusicXml.MusicXml20: [staffDetailsStaffType] :: StaffDetails -> (Maybe StaffType)
+ Fadno.MusicXml.MusicXml20: [staffDetailsStaffType] :: StaffDetails -> Maybe StaffType
- Fadno.MusicXml.MusicXml20: [staffLayoutNumber] :: StaffLayout -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [staffLayoutNumber] :: StaffLayout -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [staffLayoutStaffDistance] :: StaffLayout -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [staffLayoutStaffDistance] :: StaffLayout -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [staffTuningLine] :: StaffTuning -> (Maybe StaffLine)
+ Fadno.MusicXml.MusicXml20: [staffTuningLine] :: StaffTuning -> Maybe StaffLine
- Fadno.MusicXml.MusicXml20: [stemColor] :: Stem -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [stemColor] :: Stem -> Maybe Color
- Fadno.MusicXml.MusicXml20: [stemDefaultX] :: Stem -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stemDefaultX] :: Stem -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stemDefaultY] :: Stem -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stemDefaultY] :: Stem -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stemRelativeX] :: Stem -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stemRelativeX] :: Stem -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stemRelativeY] :: Stem -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stemRelativeY] :: Stem -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stringColor] :: CmpString -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [stringColor] :: CmpString -> Maybe Color
- Fadno.MusicXml.MusicXml20: [stringDefaultX] :: CmpString -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stringDefaultX] :: CmpString -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stringDefaultY] :: CmpString -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stringDefaultY] :: CmpString -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stringFontFamily] :: CmpString -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [stringFontFamily] :: CmpString -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [stringFontSize] :: CmpString -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [stringFontSize] :: CmpString -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [stringFontStyle] :: CmpString -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [stringFontStyle] :: CmpString -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [stringFontWeight] :: CmpString -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [stringFontWeight] :: CmpString -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [stringPlacement] :: CmpString -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [stringPlacement] :: CmpString -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [stringRelativeX] :: CmpString -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stringRelativeX] :: CmpString -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [stringRelativeY] :: CmpString -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [stringRelativeY] :: CmpString -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [strongAccentType] :: StrongAccent -> (Maybe UpDown)
+ Fadno.MusicXml.MusicXml20: [strongAccentType] :: StrongAccent -> Maybe UpDown
- Fadno.MusicXml.MusicXml20: [styleTextColor] :: StyleText -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [styleTextColor] :: StyleText -> Maybe Color
- Fadno.MusicXml.MusicXml20: [styleTextDefaultX] :: StyleText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [styleTextDefaultX] :: StyleText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [styleTextDefaultY] :: StyleText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [styleTextDefaultY] :: StyleText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [styleTextFontFamily] :: StyleText -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [styleTextFontFamily] :: StyleText -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [styleTextFontSize] :: StyleText -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [styleTextFontSize] :: StyleText -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [styleTextFontStyle] :: StyleText -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [styleTextFontStyle] :: StyleText -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [styleTextFontWeight] :: StyleText -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [styleTextFontWeight] :: StyleText -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [styleTextRelativeX] :: StyleText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [styleTextRelativeX] :: StyleText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [styleTextRelativeY] :: StyleText -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [styleTextRelativeY] :: StyleText -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [supportsAttribute] :: Supports -> (Maybe NMTOKEN)
+ Fadno.MusicXml.MusicXml20: [supportsAttribute] :: Supports -> Maybe NMTOKEN
- Fadno.MusicXml.MusicXml20: [supportsValue] :: Supports -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [supportsValue] :: Supports -> Maybe Token
- Fadno.MusicXml.MusicXml20: [systemLayoutSystemDistance] :: SystemLayout -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [systemLayoutSystemDistance] :: SystemLayout -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [systemLayoutSystemMargins] :: SystemLayout -> (Maybe SystemMargins)
+ Fadno.MusicXml.MusicXml20: [systemLayoutSystemMargins] :: SystemLayout -> Maybe SystemMargins
- Fadno.MusicXml.MusicXml20: [systemLayoutTopSystemDistance] :: SystemLayout -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [systemLayoutTopSystemDistance] :: SystemLayout -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [textElementDataColor] :: TextElementData -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [textElementDataColor] :: TextElementData -> Maybe Color
- Fadno.MusicXml.MusicXml20: [textElementDataDir] :: TextElementData -> (Maybe TextDirection)
+ Fadno.MusicXml.MusicXml20: [textElementDataDir] :: TextElementData -> Maybe TextDirection
- Fadno.MusicXml.MusicXml20: [textElementDataFontFamily] :: TextElementData -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [textElementDataFontFamily] :: TextElementData -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [textElementDataFontSize] :: TextElementData -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [textElementDataFontSize] :: TextElementData -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [textElementDataFontStyle] :: TextElementData -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [textElementDataFontStyle] :: TextElementData -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [textElementDataFontWeight] :: TextElementData -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [textElementDataFontWeight] :: TextElementData -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [textElementDataLang] :: TextElementData -> (Maybe Lang)
+ Fadno.MusicXml.MusicXml20: [textElementDataLang] :: TextElementData -> Maybe Lang
- Fadno.MusicXml.MusicXml20: [textElementDataLetterSpacing] :: TextElementData -> (Maybe NumberOrNormal)
+ Fadno.MusicXml.MusicXml20: [textElementDataLetterSpacing] :: TextElementData -> Maybe NumberOrNormal
- Fadno.MusicXml.MusicXml20: [textElementDataLineThrough] :: TextElementData -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [textElementDataLineThrough] :: TextElementData -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [textElementDataOverline] :: TextElementData -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [textElementDataOverline] :: TextElementData -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [textElementDataRotation] :: TextElementData -> (Maybe RotationDegrees)
+ Fadno.MusicXml.MusicXml20: [textElementDataRotation] :: TextElementData -> Maybe RotationDegrees
- Fadno.MusicXml.MusicXml20: [textElementDataUnderline] :: TextElementData -> (Maybe NumberOfLines)
+ Fadno.MusicXml.MusicXml20: [textElementDataUnderline] :: TextElementData -> Maybe NumberOfLines
- Fadno.MusicXml.MusicXml20: [tiedBezierOffset2] :: Tied -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [tiedBezierOffset2] :: Tied -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [tiedBezierOffset] :: Tied -> (Maybe Divisions)
+ Fadno.MusicXml.MusicXml20: [tiedBezierOffset] :: Tied -> Maybe Divisions
- Fadno.MusicXml.MusicXml20: [tiedBezierX2] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedBezierX2] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedBezierX] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedBezierX] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedBezierY2] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedBezierY2] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedBezierY] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedBezierY] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedColor] :: Tied -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [tiedColor] :: Tied -> Maybe Color
- Fadno.MusicXml.MusicXml20: [tiedDefaultX] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedDefaultX] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedDefaultY] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedDefaultY] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedLineType] :: Tied -> (Maybe LineType)
+ Fadno.MusicXml.MusicXml20: [tiedLineType] :: Tied -> Maybe LineType
- Fadno.MusicXml.MusicXml20: [tiedNumber] :: Tied -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [tiedNumber] :: Tied -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [tiedOrientation] :: Tied -> (Maybe OverUnder)
+ Fadno.MusicXml.MusicXml20: [tiedOrientation] :: Tied -> Maybe OverUnder
- Fadno.MusicXml.MusicXml20: [tiedPlacement] :: Tied -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [tiedPlacement] :: Tied -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [tiedRelativeX] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedRelativeX] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tiedRelativeY] :: Tied -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tiedRelativeY] :: Tied -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [timeColor] :: Time -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [timeColor] :: Time -> Maybe Color
- Fadno.MusicXml.MusicXml20: [timeDefaultX] :: Time -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [timeDefaultX] :: Time -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [timeDefaultY] :: Time -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [timeDefaultY] :: Time -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [timeFontFamily] :: Time -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [timeFontFamily] :: Time -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [timeFontSize] :: Time -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [timeFontSize] :: Time -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [timeFontStyle] :: Time -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [timeFontStyle] :: Time -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [timeFontWeight] :: Time -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [timeFontWeight] :: Time -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [timeModificationTimeModification] :: TimeModification -> (Maybe SeqTimeModification)
+ Fadno.MusicXml.MusicXml20: [timeModificationTimeModification] :: TimeModification -> Maybe SeqTimeModification
- Fadno.MusicXml.MusicXml20: [timeNumber] :: Time -> (Maybe StaffNumber)
+ Fadno.MusicXml.MusicXml20: [timeNumber] :: Time -> Maybe StaffNumber
- Fadno.MusicXml.MusicXml20: [timePrintObject] :: Time -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [timePrintObject] :: Time -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [timeRelativeX] :: Time -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [timeRelativeX] :: Time -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [timeRelativeY] :: Time -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [timeRelativeY] :: Time -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [timeSymbol] :: Time -> (Maybe TimeSymbol)
+ Fadno.MusicXml.MusicXml20: [timeSymbol] :: Time -> Maybe TimeSymbol
- Fadno.MusicXml.MusicXml20: [traditionalKeyCancel] :: TraditionalKey -> (Maybe Cancel)
+ Fadno.MusicXml.MusicXml20: [traditionalKeyCancel] :: TraditionalKey -> Maybe Cancel
- Fadno.MusicXml.MusicXml20: [traditionalKeyMode] :: TraditionalKey -> (Maybe Mode)
+ Fadno.MusicXml.MusicXml20: [traditionalKeyMode] :: TraditionalKey -> Maybe Mode
- Fadno.MusicXml.MusicXml20: [transposeDiatonic] :: Transpose -> (Maybe Int)
+ Fadno.MusicXml.MusicXml20: [transposeDiatonic] :: Transpose -> Maybe Int
- Fadno.MusicXml.MusicXml20: [transposeDouble] :: Transpose -> (Maybe Empty)
+ Fadno.MusicXml.MusicXml20: [transposeDouble] :: Transpose -> Maybe Empty
- Fadno.MusicXml.MusicXml20: [transposeOctaveChange] :: Transpose -> (Maybe Int)
+ Fadno.MusicXml.MusicXml20: [transposeOctaveChange] :: Transpose -> Maybe Int
- Fadno.MusicXml.MusicXml20: [tremoloColor] :: Tremolo -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [tremoloColor] :: Tremolo -> Maybe Color
- Fadno.MusicXml.MusicXml20: [tremoloDefaultX] :: Tremolo -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tremoloDefaultX] :: Tremolo -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tremoloDefaultY] :: Tremolo -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tremoloDefaultY] :: Tremolo -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tremoloFontFamily] :: Tremolo -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [tremoloFontFamily] :: Tremolo -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [tremoloFontSize] :: Tremolo -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [tremoloFontSize] :: Tremolo -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [tremoloFontStyle] :: Tremolo -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [tremoloFontStyle] :: Tremolo -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [tremoloFontWeight] :: Tremolo -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [tremoloFontWeight] :: Tremolo -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [tremoloPlacement] :: Tremolo -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [tremoloPlacement] :: Tremolo -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [tremoloRelativeX] :: Tremolo -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tremoloRelativeX] :: Tremolo -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tremoloRelativeY] :: Tremolo -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tremoloRelativeY] :: Tremolo -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tremoloType] :: Tremolo -> (Maybe StartStopSingle)
+ Fadno.MusicXml.MusicXml20: [tremoloType] :: Tremolo -> Maybe StartStopSingle
- Fadno.MusicXml.MusicXml20: [tuningTuningAlter] :: Tuning -> (Maybe Semitones)
+ Fadno.MusicXml.MusicXml20: [tuningTuningAlter] :: Tuning -> Maybe Semitones
- Fadno.MusicXml.MusicXml20: [tupletBracket] :: Tuplet -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [tupletBracket] :: Tuplet -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [tupletDefaultX] :: Tuplet -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tupletDefaultX] :: Tuplet -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tupletDefaultY] :: Tuplet -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tupletDefaultY] :: Tuplet -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tupletDotColor] :: TupletDot -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [tupletDotColor] :: TupletDot -> Maybe Color
- Fadno.MusicXml.MusicXml20: [tupletDotFontFamily] :: TupletDot -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [tupletDotFontFamily] :: TupletDot -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [tupletDotFontSize] :: TupletDot -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [tupletDotFontSize] :: TupletDot -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [tupletDotFontStyle] :: TupletDot -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [tupletDotFontStyle] :: TupletDot -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [tupletDotFontWeight] :: TupletDot -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [tupletDotFontWeight] :: TupletDot -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [tupletLineShape] :: Tuplet -> (Maybe LineShape)
+ Fadno.MusicXml.MusicXml20: [tupletLineShape] :: Tuplet -> Maybe LineShape
- Fadno.MusicXml.MusicXml20: [tupletNumberColor] :: TupletNumber -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [tupletNumberColor] :: TupletNumber -> Maybe Color
- Fadno.MusicXml.MusicXml20: [tupletNumberFontFamily] :: TupletNumber -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [tupletNumberFontFamily] :: TupletNumber -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [tupletNumberFontSize] :: TupletNumber -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [tupletNumberFontSize] :: TupletNumber -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [tupletNumberFontStyle] :: TupletNumber -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [tupletNumberFontStyle] :: TupletNumber -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [tupletNumberFontWeight] :: TupletNumber -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [tupletNumberFontWeight] :: TupletNumber -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [tupletNumber] :: Tuplet -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [tupletNumber] :: Tuplet -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [tupletPlacement] :: Tuplet -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [tupletPlacement] :: Tuplet -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [tupletPortionTupletNumber] :: TupletPortion -> (Maybe TupletNumber)
+ Fadno.MusicXml.MusicXml20: [tupletPortionTupletNumber] :: TupletPortion -> Maybe TupletNumber
- Fadno.MusicXml.MusicXml20: [tupletPortionTupletType] :: TupletPortion -> (Maybe TupletType)
+ Fadno.MusicXml.MusicXml20: [tupletPortionTupletType] :: TupletPortion -> Maybe TupletType
- Fadno.MusicXml.MusicXml20: [tupletRelativeX] :: Tuplet -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tupletRelativeX] :: Tuplet -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tupletRelativeY] :: Tuplet -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [tupletRelativeY] :: Tuplet -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [tupletShowNumber] :: Tuplet -> (Maybe ShowTuplet)
+ Fadno.MusicXml.MusicXml20: [tupletShowNumber] :: Tuplet -> Maybe ShowTuplet
- Fadno.MusicXml.MusicXml20: [tupletShowType] :: Tuplet -> (Maybe ShowTuplet)
+ Fadno.MusicXml.MusicXml20: [tupletShowType] :: Tuplet -> Maybe ShowTuplet
- Fadno.MusicXml.MusicXml20: [tupletTupletActual] :: Tuplet -> (Maybe TupletPortion)
+ Fadno.MusicXml.MusicXml20: [tupletTupletActual] :: Tuplet -> Maybe TupletPortion
- Fadno.MusicXml.MusicXml20: [tupletTupletNormal] :: Tuplet -> (Maybe TupletPortion)
+ Fadno.MusicXml.MusicXml20: [tupletTupletNormal] :: Tuplet -> Maybe TupletPortion
- Fadno.MusicXml.MusicXml20: [tupletTypeColor] :: TupletType -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [tupletTypeColor] :: TupletType -> Maybe Color
- Fadno.MusicXml.MusicXml20: [tupletTypeFontFamily] :: TupletType -> (Maybe CommaSeparatedText)
+ Fadno.MusicXml.MusicXml20: [tupletTypeFontFamily] :: TupletType -> Maybe CommaSeparatedText
- Fadno.MusicXml.MusicXml20: [tupletTypeFontSize] :: TupletType -> (Maybe FontSize)
+ Fadno.MusicXml.MusicXml20: [tupletTypeFontSize] :: TupletType -> Maybe FontSize
- Fadno.MusicXml.MusicXml20: [tupletTypeFontStyle] :: TupletType -> (Maybe FontStyle)
+ Fadno.MusicXml.MusicXml20: [tupletTypeFontStyle] :: TupletType -> Maybe FontStyle
- Fadno.MusicXml.MusicXml20: [tupletTypeFontWeight] :: TupletType -> (Maybe FontWeight)
+ Fadno.MusicXml.MusicXml20: [tupletTypeFontWeight] :: TupletType -> Maybe FontWeight
- Fadno.MusicXml.MusicXml20: [typedTextType] :: TypedText -> (Maybe Token)
+ Fadno.MusicXml.MusicXml20: [typedTextType] :: TypedText -> Maybe Token
- Fadno.MusicXml.MusicXml20: [wavyLineAccelerate] :: WavyLine -> (Maybe YesNo)
+ Fadno.MusicXml.MusicXml20: [wavyLineAccelerate] :: WavyLine -> Maybe YesNo
- Fadno.MusicXml.MusicXml20: [wavyLineBeats] :: WavyLine -> (Maybe TrillBeats)
+ Fadno.MusicXml.MusicXml20: [wavyLineBeats] :: WavyLine -> Maybe TrillBeats
- Fadno.MusicXml.MusicXml20: [wavyLineColor] :: WavyLine -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [wavyLineColor] :: WavyLine -> Maybe Color
- Fadno.MusicXml.MusicXml20: [wavyLineDefaultX] :: WavyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wavyLineDefaultX] :: WavyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wavyLineDefaultY] :: WavyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wavyLineDefaultY] :: WavyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wavyLineLastBeat] :: WavyLine -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [wavyLineLastBeat] :: WavyLine -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [wavyLineNumber] :: WavyLine -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [wavyLineNumber] :: WavyLine -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [wavyLinePlacement] :: WavyLine -> (Maybe AboveBelow)
+ Fadno.MusicXml.MusicXml20: [wavyLinePlacement] :: WavyLine -> Maybe AboveBelow
- Fadno.MusicXml.MusicXml20: [wavyLineRelativeX] :: WavyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wavyLineRelativeX] :: WavyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wavyLineRelativeY] :: WavyLine -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wavyLineRelativeY] :: WavyLine -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wavyLineSecondBeat] :: WavyLine -> (Maybe Percent)
+ Fadno.MusicXml.MusicXml20: [wavyLineSecondBeat] :: WavyLine -> Maybe Percent
- Fadno.MusicXml.MusicXml20: [wavyLineStartNote] :: WavyLine -> (Maybe StartNote)
+ Fadno.MusicXml.MusicXml20: [wavyLineStartNote] :: WavyLine -> Maybe StartNote
- Fadno.MusicXml.MusicXml20: [wavyLineTrillStep] :: WavyLine -> (Maybe TrillStep)
+ Fadno.MusicXml.MusicXml20: [wavyLineTrillStep] :: WavyLine -> Maybe TrillStep
- Fadno.MusicXml.MusicXml20: [wavyLineTwoNoteTurn] :: WavyLine -> (Maybe TwoNoteTurn)
+ Fadno.MusicXml.MusicXml20: [wavyLineTwoNoteTurn] :: WavyLine -> Maybe TwoNoteTurn
- Fadno.MusicXml.MusicXml20: [wedgeColor] :: Wedge -> (Maybe Color)
+ Fadno.MusicXml.MusicXml20: [wedgeColor] :: Wedge -> Maybe Color
- Fadno.MusicXml.MusicXml20: [wedgeDefaultX] :: Wedge -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wedgeDefaultX] :: Wedge -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wedgeDefaultY] :: Wedge -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wedgeDefaultY] :: Wedge -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wedgeNumber] :: Wedge -> (Maybe NumberLevel)
+ Fadno.MusicXml.MusicXml20: [wedgeNumber] :: Wedge -> Maybe NumberLevel
- Fadno.MusicXml.MusicXml20: [wedgeRelativeX] :: Wedge -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wedgeRelativeX] :: Wedge -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wedgeRelativeY] :: Wedge -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wedgeRelativeY] :: Wedge -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [wedgeSpread] :: Wedge -> (Maybe Tenths)
+ Fadno.MusicXml.MusicXml20: [wedgeSpread] :: Wedge -> Maybe Tenths
- Fadno.MusicXml.MusicXml20: [workOpus] :: Work -> (Maybe Opus)
+ Fadno.MusicXml.MusicXml20: [workOpus] :: Work -> Maybe Opus
- Fadno.MusicXml.MusicXml20: [workWorkNumber] :: Work -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [workWorkNumber] :: Work -> Maybe String
- Fadno.MusicXml.MusicXml20: [workWorkTitle] :: Work -> (Maybe String)
+ Fadno.MusicXml.MusicXml20: [workWorkTitle] :: Work -> Maybe String
- Fadno.Xml.ParseXsd: AttributeGroupRef :: !(Ref AttributeGroup) -> AttributeGroup
+ Fadno.Xml.ParseXsd: AttributeGroupRef :: !Ref AttributeGroup -> AttributeGroup
- Fadno.Xml.ParseXsd: AttributeRef :: !(Ref Attribute) -> !Use -> !(Maybe String) -> Attribute
+ Fadno.Xml.ParseXsd: AttributeRef :: !Ref Attribute -> !Use -> !Maybe String -> Attribute
- Fadno.Xml.ParseXsd: AttributeType :: !QN -> !(Ref SimpleType) -> !Use -> !(Maybe String) -> Attribute
+ Fadno.Xml.ParseXsd: AttributeType :: !QN -> !Ref SimpleType -> !Use -> !Maybe String -> Attribute
- Fadno.Xml.ParseXsd: ComplexContentExtension :: !(Ref ComplexType) -> !Attributes -> Maybe Compositor -> ComplexContent
+ Fadno.Xml.ParseXsd: ComplexContentExtension :: !Ref ComplexType -> !Attributes -> Maybe Compositor -> ComplexContent
- Fadno.Xml.ParseXsd: ComplexTypeComplex :: !(Maybe QN) -> !ComplexContent -> Maybe Documentation -> ComplexType
+ Fadno.Xml.ParseXsd: ComplexTypeComplex :: !Maybe QN -> !ComplexContent -> Maybe Documentation -> ComplexType
- Fadno.Xml.ParseXsd: ComplexTypeCompositor :: !(Maybe QN) -> !(Maybe Compositor) -> !Attributes -> Maybe Documentation -> ComplexType
+ Fadno.Xml.ParseXsd: ComplexTypeCompositor :: !Maybe QN -> !Maybe Compositor -> !Attributes -> Maybe Documentation -> ComplexType
- Fadno.Xml.ParseXsd: ComplexTypeSimple :: !(Maybe QN) -> !SimpleContent -> Maybe Documentation -> ComplexType
+ Fadno.Xml.ParseXsd: ComplexTypeSimple :: !Maybe QN -> !SimpleContent -> Maybe Documentation -> ComplexType
- Fadno.Xml.ParseXsd: ElementRef :: !(Ref Element) -> !Occurs -> Element
+ Fadno.Xml.ParseXsd: ElementRef :: !Ref Element -> !Occurs -> Element
- Fadno.Xml.ParseXsd: ElementType :: !QN -> !(Ref (Either ComplexType SimpleType)) -> !Occurs -> Maybe Documentation -> Element
+ Fadno.Xml.ParseXsd: ElementType :: !QN -> !Ref (Either ComplexType SimpleType) -> !Occurs -> Maybe Documentation -> Element
- Fadno.Xml.ParseXsd: GroupChoice :: !(Maybe QN) -> !Occurs -> !Choice -> Maybe Documentation -> Group
+ Fadno.Xml.ParseXsd: GroupChoice :: !Maybe QN -> !Occurs -> !Choice -> Maybe Documentation -> Group
- Fadno.Xml.ParseXsd: GroupRef :: !(Ref Group) -> !Occurs -> Group
+ Fadno.Xml.ParseXsd: GroupRef :: !Ref Group -> !Occurs -> Group
- Fadno.Xml.ParseXsd: GroupSequence :: !(Maybe QN) -> !Occurs -> !Sequence -> Maybe Documentation -> Group
+ Fadno.Xml.ParseXsd: GroupSequence :: !Maybe QN -> !Occurs -> !Sequence -> Maybe Documentation -> Group
- Fadno.Xml.ParseXsd: Occurs :: !(Maybe String) -> !(Maybe String) -> Occurs
+ Fadno.Xml.ParseXsd: Occurs :: !Maybe String -> !Maybe String -> Occurs
- Fadno.Xml.ParseXsd: Schema :: !(Map QN SimpleType) -> !(Map QN ComplexType) -> !(Map QN Group) -> !(Map QN AttributeGroup) -> !(Map QN Element) -> !(Map QN Attribute) -> Schema
+ Fadno.Xml.ParseXsd: Schema :: !Map QN SimpleType -> !Map QN ComplexType -> !Map QN Group -> !Map QN AttributeGroup -> !Map QN Element -> !Map QN Attribute -> Schema
- Fadno.Xml.ParseXsd: SimpleContentExtension :: !(Ref SimpleType) -> !Attributes -> SimpleContent
+ Fadno.Xml.ParseXsd: SimpleContentExtension :: !Ref SimpleType -> !Attributes -> SimpleContent
- Fadno.Xml.ParseXsd: SimpleRestriction :: !(Ref SimpleType) -> ![String] -> !(Maybe (Bound String)) -> !(Maybe (Bound String)) -> !(Maybe String) -> SimpleRestriction
+ Fadno.Xml.ParseXsd: SimpleRestriction :: !Ref SimpleType -> ![String] -> !Maybe (Bound String) -> !Maybe (Bound String) -> !Maybe String -> SimpleRestriction
- Fadno.Xml.ParseXsd: SimpleTypeRestrict :: !(Maybe QN) -> !SimpleRestriction -> Maybe Documentation -> SimpleType
+ Fadno.Xml.ParseXsd: SimpleTypeRestrict :: !Maybe QN -> !SimpleRestriction -> Maybe Documentation -> SimpleType
- Fadno.Xml.ParseXsd: SimpleTypeUnion :: !(Maybe QN) -> !Union -> Maybe Documentation -> SimpleType
+ Fadno.Xml.ParseXsd: SimpleTypeUnion :: !Maybe QN -> !Union -> Maybe Documentation -> SimpleType
- Fadno.Xml.ParseXsd: [_attrDefault] :: Attribute -> !(Maybe String)
+ Fadno.Xml.ParseXsd: [_attrDefault] :: Attribute -> !Maybe String
- Fadno.Xml.ParseXsd: [_attrGroupRef] :: AttributeGroup -> !(Ref AttributeGroup)
+ Fadno.Xml.ParseXsd: [_attrGroupRef] :: AttributeGroup -> !Ref AttributeGroup
- Fadno.Xml.ParseXsd: [_attrRef] :: Attribute -> !(Ref Attribute)
+ Fadno.Xml.ParseXsd: [_attrRef] :: Attribute -> !Ref Attribute
- Fadno.Xml.ParseXsd: [_attrType] :: Attribute -> !(Ref SimpleType)
+ Fadno.Xml.ParseXsd: [_attrType] :: Attribute -> !Ref SimpleType
- Fadno.Xml.ParseXsd: [_attributeGroups] :: Schema -> !(Map QN AttributeGroup)
+ Fadno.Xml.ParseXsd: [_attributeGroups] :: Schema -> !Map QN AttributeGroup
- Fadno.Xml.ParseXsd: [_attributes] :: Schema -> !(Map QN Attribute)
+ Fadno.Xml.ParseXsd: [_attributes] :: Schema -> !Map QN Attribute
- Fadno.Xml.ParseXsd: [_complexCompositor] :: ComplexType -> !(Maybe Compositor)
+ Fadno.Xml.ParseXsd: [_complexCompositor] :: ComplexType -> !Maybe Compositor
- Fadno.Xml.ParseXsd: [_complexContentBase] :: ComplexContent -> !(Ref ComplexType)
+ Fadno.Xml.ParseXsd: [_complexContentBase] :: ComplexContent -> !Ref ComplexType
- Fadno.Xml.ParseXsd: [_complexTypeName] :: ComplexType -> !(Maybe QN)
+ Fadno.Xml.ParseXsd: [_complexTypeName] :: ComplexType -> !Maybe QN
- Fadno.Xml.ParseXsd: [_complexTypes] :: Schema -> !(Map QN ComplexType)
+ Fadno.Xml.ParseXsd: [_complexTypes] :: Schema -> !Map QN ComplexType
- Fadno.Xml.ParseXsd: [_elementRef] :: Element -> !(Ref Element)
+ Fadno.Xml.ParseXsd: [_elementRef] :: Element -> !Ref Element
- Fadno.Xml.ParseXsd: [_elementType] :: Element -> !(Ref (Either ComplexType SimpleType))
+ Fadno.Xml.ParseXsd: [_elementType] :: Element -> !Ref (Either ComplexType SimpleType)
- Fadno.Xml.ParseXsd: [_elements] :: Schema -> !(Map QN Element)
+ Fadno.Xml.ParseXsd: [_elements] :: Schema -> !Map QN Element
- Fadno.Xml.ParseXsd: [_groupName] :: Group -> !(Maybe QN)
+ Fadno.Xml.ParseXsd: [_groupName] :: Group -> !Maybe QN
- Fadno.Xml.ParseXsd: [_groupRef] :: Group -> !(Ref Group)
+ Fadno.Xml.ParseXsd: [_groupRef] :: Group -> !Ref Group
- Fadno.Xml.ParseXsd: [_groups] :: Schema -> !(Map QN Group)
+ Fadno.Xml.ParseXsd: [_groups] :: Schema -> !Map QN Group
- Fadno.Xml.ParseXsd: [_occursMax] :: Occurs -> !(Maybe String)
+ Fadno.Xml.ParseXsd: [_occursMax] :: Occurs -> !Maybe String
- Fadno.Xml.ParseXsd: [_occursMin] :: Occurs -> !(Maybe String)
+ Fadno.Xml.ParseXsd: [_occursMin] :: Occurs -> !Maybe String
- Fadno.Xml.ParseXsd: [_simpleContentBase] :: SimpleContent -> !(Ref SimpleType)
+ Fadno.Xml.ParseXsd: [_simpleContentBase] :: SimpleContent -> !Ref SimpleType
- Fadno.Xml.ParseXsd: [_simpleRestrictBase] :: SimpleRestriction -> !(Ref SimpleType)
+ Fadno.Xml.ParseXsd: [_simpleRestrictBase] :: SimpleRestriction -> !Ref SimpleType
- Fadno.Xml.ParseXsd: [_simpleRestrictMax] :: SimpleRestriction -> !(Maybe (Bound String))
+ Fadno.Xml.ParseXsd: [_simpleRestrictMax] :: SimpleRestriction -> !Maybe (Bound String)
- Fadno.Xml.ParseXsd: [_simpleRestrictMin] :: SimpleRestriction -> !(Maybe (Bound String))
+ Fadno.Xml.ParseXsd: [_simpleRestrictMin] :: SimpleRestriction -> !Maybe (Bound String)
- Fadno.Xml.ParseXsd: [_simpleRestrictPattern] :: SimpleRestriction -> !(Maybe String)
+ Fadno.Xml.ParseXsd: [_simpleRestrictPattern] :: SimpleRestriction -> !Maybe String
- Fadno.Xml.ParseXsd: [_simpleTypeName] :: SimpleType -> !(Maybe QN)
+ Fadno.Xml.ParseXsd: [_simpleTypeName] :: SimpleType -> !Maybe QN
- Fadno.Xml.ParseXsd: [_simpleTypes] :: Schema -> !(Map QN SimpleType)
+ Fadno.Xml.ParseXsd: [_simpleTypes] :: Schema -> !Map QN SimpleType
- Fadno.Xml.ParseXsd: parsec :: (Stream s Identity t) => Parsec s () a -> s -> a
+ Fadno.Xml.ParseXsd: parsec :: Stream s Identity t => Parsec s () a -> s -> a
- Fadno.Xml.ParseXsd: refvalue :: forall a_a7SCa a_a7Xmw. Traversal (Ref a_a7SCa) (Ref a_a7Xmw) a_a7SCa a_a7Xmw
+ Fadno.Xml.ParseXsd: refvalue :: forall a_a7CFD a_a7H1x. Traversal (Ref a_a7CFD) (Ref a_a7H1x) a_a7CFD a_a7H1x
- Fadno.Xml.ParseXsd: resolved :: forall a_a7SCa. Traversal' (Ref a_a7SCa) QN
+ Fadno.Xml.ParseXsd: resolved :: forall a_a7CFD. Traversal' (Ref a_a7CFD) QN
- Fadno.Xml.ParseXsd: unresolved :: forall a_a7SCa. Traversal' (Ref a_a7SCa) QN
+ Fadno.Xml.ParseXsd: unresolved :: forall a_a7CFD. Traversal' (Ref a_a7CFD) QN
- Fadno.Xml.XParser: parseX :: (Monad m) => StateT [Element] (ExceptT String m) b -> Element -> m (Either String b)
+ Fadno.Xml.XParser: parseX :: Monad m => StateT [Element] (ExceptT String m) b -> Element -> m (Either String b)

Files

fadno-xml.cabal view
@@ -1,5 +1,5 @@ name:                fadno-xml-version:             1.1.1+version:             1.1.2 synopsis:            XML/XSD combinators/schemas/codegen description:             Library for generating code from XML schema files, with@@ -29,12 +29,12 @@                    Fadno.MusicXml.MusicXml20   -- other-modules:   -- other-extensions:-  build-depends:       Decimal >= 0.4 && < 0.6-                     , base >= 4.9 && < 4.11-                     , containers >= 0.5 && < 0.6-                     , lens >= 4.15 && < 4.17-                     , mtl >= 2.2 && < 2.3-                     , parsec >= 3.1 && < 3.2-                     , xml >= 1.3 && < 1.4+  build-depends:       Decimal >= 0.4+                     , base >= 4.9 && < 4.13+                     , containers >= 0.5+                     , lens >= 4.15+                     , mtl >= 2.2+                     , parsec >= 3.1+                     , xml >= 1.3   hs-source-dirs:      src   default-language:    Haskell2010
src/Fadno/Xml/EmitTypes.hs view
@@ -177,9 +177,11 @@ -- | State data. data EmitState = EmitState { _types :: M.Map Name Type, _stack :: [Name] } $(makeLenses ''EmitState)+instance Semigroup EmitState where+  (EmitState a b) <> (EmitState c d) = EmitState (a<>c) (b<>d) instance Monoid EmitState where     mempty = EmitState mempty mempty-    (EmitState a b) `mappend` (EmitState c d) = EmitState (a<>c) (b<>d)+  -- | Emit monad. type Emit a = ReaderT Env (StateT EmitState IO) a
src/Fadno/Xml/ParseXsd.hs view
@@ -291,10 +291,12 @@                      ", attributes = " ++ show (length as) ++                      "}" +instance Semigroup Schema where+  (Schema a b c d e f) <> (Schema g h i j k l) =+        Schema (a<>g) (b<>h) (c<>i) (d<>j) (e<>k) (f<>l)+ instance Monoid Schema where     mempty = Schema mempty mempty mempty mempty mempty mempty-    (Schema a b c d e f) `mappend` (Schema g h i j k l) =-        Schema (a<>g) (b<>h) (c<>i) (d<>j) (e<>k) (f<>l)