Neovim plugin for writing LilyPond scores, with asynchronous make, midi/mp3 player, fast syntax highlighting, "hyphenation" function, and support for LaTex and Texinfo files
Is there a way to close the player automatically after it has reached the end of the file? I currently have it set up not to loop, so I get an exit code 0 when it finishes. Maybe it's possible to trap this somehow and add a hook to it? I don't know enough about the inner workings of the floating window to take a stab at this....
Hi,
Is there a way to close the player automatically after it has reached the end of the file? I currently have it set up not to loop, so I get an exit code 0 when it finishes. Maybe it's possible to trap this somehow and add a hook to it? I don't know enough about the inner workings of the floating window to take a stab at this....