Configuration#

Hint

In most cases, the extension should work without any configuration.

lilypond_lilypond_args:#
Type:

list[str]

Default:

['lilypond']

Version added:

🏷️1.4

Argument list for running LilyPond. The first one is path to LilyPond binary.

lilypond_timidity_args#
Type:

list[str]

Default:

['timidity']

Argument list for running Timidity++. The first one is path to Timidity++ binary.

lilypond_ffmpeg_args#
Type:

list[str]

Default:

['ffmpeg']

Argument list for running FFmpeg. The first one is path to FFmpeg binary.

lilypond_score_format#
Type:

str

Default:

'png'

Choices:

'png' 'svg' 'pdf' 'eps'

Format of outputed scores

lilypond_audio_format#
Type:

str

Default:

'wav'

Choices:

'wav' 'ogg' 'mp3'

Version changed:
🏷️1.4

Add support for ‘mp3’ audio format

Format of outputed audio, available values:

lilypond_audio_volume#
Type:

int

Default:

none

Version added:

🏷️1.2

Volume of outputed audio, will be converted to value of Timidity++ argument --volume.

lilypond_png_resolution#
Type:

int

Default:

300

Version added:

🏷️1.1

Resolution in DPI of score in PNG format, will be converted to value of LilyPond argument -dresolution.

lilypond_inline_score_size#
Type:

str

Default:

'2.5em'

Version added:

🏷️1.1

Line height of inline socre, will be converted to value of CSS height.