Skip to main content

scoreconfig

scoreconfig(
@voicenames 'output'
@clefs 'FFGG'
@tonedivision 8
@showdurations 0
@showdynamics 0
@midichannels 1
) -> null

Configures the score appearance, such as the clefs, voice names, tone division, etc. See transcribe.


Arguments

  • @voicenames [list/symbol]: Voice names. (default: 'output').
  • @clefs [list/symbol]: Clef type for each voice, as a symbol. (default: 'FFGG').
    • 'G': Treble clef
    • 'F': Bass clef
    • 'FG': Grand staff
    • 'FFGG': Full staff
    • 'FGG': One bass cleff and two treble clefs
    • 'FFG': Two bass clefs and one treble cleff
    • 'FF': Two bass clefs
    • 'GG': Double treble clef
    • 'G8va': 8va treble clef
    • 'G8vb': 8vb treble clef
    • 'G15ma': 15ma treble clef
    • 'G15mb': 15mb treble clef
    • 'F8va': 8va bass clef
    • 'F8vb': 8vb bass clef
    • 'F15ma': 15ma bass clef
    • 'F15mb': 15mb bass clef
    • 'Tenor': Tenor clef
    • 'Barytone': Baritone clef
    • 'Alto': Alto clef
    • 'Mezzo': Mezzo clef
    • 'Soprano': Soprano clef
    • 'Percussion': Percussion clef
  • @tonedivision [int]: Symbolic tone division. (default: 8).
    • 2: Semitones
    • 4: Quarter tones
    • 8: Eighth tones
  • @showdurations [int]: Show note durations as lines. (default: 0).
    • 0: Off
    • 1: On
  • @showdynamics [int]: Show note dynamics based on buffer gain. (default: 0).
    • 0: Off
    • 1: On
  • @midichannels [int/list]: Midichannel for each voice (default: 1).