martineausimon / nvim-lilypond-suite

Neovim plugin for writing LilyPond scores, with asynchronous make, midi/mp3 player, fast syntax highlighting, "hyphenation" function, and support for LaTex and Texinfo files
GNU General Public License v3.0
130 stars 11 forks source link

Fluidsynth doesn't work as a player on latest MacOS #26

Closed madskjeldgaard closed 1 year ago

madskjeldgaard commented 1 year ago

Hi!

Just wanted to say that installing the latest fluid synth from homebrew and using that as a player in lilypond-suite doesn't work currently.

I had to specify timidity as the midi_synth to make the functionality work (and also install timidity of course)

              midi_synth = "timidity", 
martineausimon commented 1 year ago

Hi,

Sorry for that !

I think another line is missing in the wiki : In Arch the default soundfont must be specified in /etc/timidity/timidity.cfg

soundfont /usr/share/soundfonts/FluidR3_GM.sf2

However I don't know how it works on MacOS...