Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
maelzel documentation
maelzel documentation
  • Demo Notebooks
    • 1. Messiaen - Quatour pour la fin du temps
    • 2. Speech Transcription
    • 3. Complex Rhythms (Ferneyhough's 3rd String Quartet)
    • 4. Soundfile chords
  • Tutorial (Jupyter Notebooks)
    • First Steps
    • Durations: Ockeghem's Missa Prolationum
    • Configuration
    • Workspace
    • Score Structure
    • Notation Refinements
    • Input / Output
    • Clicktrack
  • Reference
    • Core Overview
    • Core: Reference
      • MObj: Musical Objects
        • clearImageCache
        • MObj
      • Events: Note, Chord
        • Rest
        • asEvent
        • Grace
        • MEvent
        • Note
        • Chord
      • Note class
      • Chord class
      • Containers: Chain, Voice
        • Chains within Chains
        • Side-Note: dumping for debugging purposes
        • Side Note 2: Shorthand
        • Operations on Chains
        • Chain
        • Voice
      • Score Structure: interfacing symbolic and real time
        • measureBeatStructure
        • ScoreStruct
        • MeasureDef
        • TimeSignature
      • Score
      • Clip
        • Clip
      • Playback
        • The playback module
          • play
          • testAudio
          • getSession
        • Managing Presets
          • showPresets
          • defPreset
          • defPresetSoundfont
          • getPreset
        • PresetDef
        • Offline Rendering
          • render
          • OfflineRenderer
        • Synthesis Events
          • PlayArgs
          • SynthEvent
        • maelzel.core.renderer Module
          • Renderer
      • Configuration
        • CoreConfig
      • The Workspace Model
        • The active Workspace
        • setTempo: modify the tempo of the active ScoreStruct
        • getWorkspace
        • getConfig
        • getScoreStruct
        • setTempo
        • Workspace
      • Input / Output (import/export to musicxml, lilypond, MiDI, ...)
        • musicxmlio
      • Customizing Notation
        • iscolor
        • knownSymbols
        • makeKnownSymbol
        • makeSpanner
        • makeSymbol
        • parseAddSymbol
        • Accidental
        • Articulation
        • Beam
        • BeamBreak
        • BeamSubdivision
        • Bend
        • Bracket
        • Breath
        • Clef
        • Color
        • Dynamic
        • EventSymbol
        • Fermata
        • Fingering
        • GlissProperties
        • Gracenote
        • Hairpin
        • Harmonic
        • Hidden
        • LineSpan
        • NoMerge
        • NotatedPitch
        • Notehead
        • NoteheadLine
        • NoteheadSymbol
        • OctaveShift
        • Ornament
        • PartMixin
        • QuantHint
        • SizeFactor
        • Slur
        • Spanner
        • Stem
        • Symbol
        • Text
        • Transpose
        • Tremolo
        • TrillLine
    • Scoring Reference
      • maelzel.scoring: General purpose music notation
        • Notation
      • maelzel.scoring.quant: Quantization
        • quantizeParts
        • quantizeMeasure
        • quantizePart
        • splitNotationAtMeasures
        • QuantizedScore
        • QuantizedPart
        • QuantizedMeasure
        • QuantizedBeat
        • QuantizationProfile
        • Node
      • maelzel.scoring.render: Rendering
        • renderQuantizedScore
        • quantizeAndRender
        • render
        • renderMusicxml
        • Renderer
        • RenderOptions
    • Sample: working with audio data
      • Sample
    • features: onsets, spectral-flux and other audio features
      • centroidBpf
      • filterOnsets
      • findOffsets
      • onsets
      • playTicks
      • plotOnsets
      • voicedness
    • freqestimate: fundamental frequency detection
      • detectMinFrequency
      • f0Autocorr
      • f0FFT
      • f0HPS
      • f0ZeroCross
      • f0curve
      • f0curvePyin
      • f0curvePyinVamp
      • frequencyToWindowSize
      • parabolic
    • plotting: audio-specific plotting
      • plotMelSpectrogram
      • plotPowerSpectrum
      • plotSpectrogram
      • plotWaveform
    • distribute: Partition a number following a given distribution
      • chooseBestDistribution
      • ditherCurve
      • dohndt
      • interleave
      • interleaveWithDynamicWeights
      • onepulse
      • partitionCurvedSpace
      • partitionExpon
      • partitionFib
      • partitionFollowingCurve
      • partitionWithCurve
      • plotFrames
      • pulseCurve
      • roundSeqPreservingSum
  • Installation
Back to top
View this page

Scoring ReferenceΒΆ

  • maelzel.scoring: General purpose music notation
  • maelzel.scoring.quant: Quantization
  • maelzel.scoring.render: Rendering
Next
maelzel.scoring: General purpose music notation
Previous
TrillLine
Copyright © 2023, Eduardo Moguillansky
Made with Sphinx and @pradyunsg's Furo